Releases: becvert/cordova-plugin-websocket-server
Releases · becvert/cordova-plugin-websocket-server
1.4.3
js clobber moved to platform blocks
[Android] switched back to org:java-websocket updated to 1.3.2
1.4.2
fixed error when a connection is open before the start success callback occurs
1.4.0
onStart, onDidNotStart and onStop handlers replaced with success and failure callbacks
added generic onFailure handler (assume the server is unexpectedly stopped in this handler)
[iOS] fixed crash on stop and close (dealloc)
1.3.1
adding state 'open' or 'closed' to the conn object
1.3.0
getInterfaces returns the ipv4 and ipv6 addresses organized by network interface
onOpen, onMessage and onClose handlers share the same conn instances
[Android] switching to com.pusher:java-websocket:1.4.1
[iOS] IPv6 support 30a98b0