Skip to content

Version 3.0.9

Compare
Choose a tag to compare
@magnus-gustafsson magnus-gustafsson released this 12 Dec 08:26
· 100 commits to master since this release
  • Bug fix for an race condition in WebSocket connection. Now onConnected callback is called before the CompletableFuture is completed. Both the onConnected and CompletableFuture is called on the netto io threads, so avoid blocking!