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 i...@hemmer-it.nl on 24 Jun 2013 at 9:21
Original issue reported on code.google.com by
i...@hemmer-it.nl
on 24 Jun 2013 at 9:21