You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The request in function sendSynchronous (XBee.java) is sent before the
PacketListener is attached. This caused errors in my application because I
managed to receive a response before the listener was attached. (it will cause
an XBeeTimeoutException because the response is never received by the newly
created PacketListener)
This issue was fixed by moving lines 325-327 after line 343.
Original issue reported on code.google.com by [email protected] on 24 Jun 2013 at 9:21
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 24 Jun 2013 at 9:21The text was updated successfully, but these errors were encountered: