I keep getting this everytime the Asyncstreams_error sub is called:
java.lang.RuntimeException: Object should first be initialized (Exception).
My code is:
The error is occuring on the Toastmessage line.
any ideas?
java.lang.RuntimeException: Object should first be initialized (Exception).
My code is:
B4X:
Sub AStreams_Error
ToastMessageShow("Dropped connection to server. Reason: " & LastException.Message, True)
Astreams.Close
Socket1.Close
Connected = False
End Sub
The error is occuring on the Toastmessage line.
any ideas?