Skip to content

4.5 Bug fix release

Compare
Choose a tag to compare
@jentfoo jentfoo released this 15 Jun 21:28
· 35 commits to master since this release

Bug fix when using Client.getRead() outside of the client thread. While getRead() should ALWAYS be called from one thread, there is not supposed to be a requirement that it must be on the client thread or from the read listener. This release fixes a possible BufferUnderflowException or a possible NullPointerException that may have been seen if invoked off the client thread.