Skip to content

Releases: becvert/cordova-plugin-websocket-server

1.4.3

25 Apr 15:21
Compare
Choose a tag to compare

js clobber moved to platform blocks
[Android] switched back to org:java-websocket updated to 1.3.2

1.4.2

06 Apr 08:31
Compare
Choose a tag to compare

fixed error when a connection is open before the start success callback occurs

1.4.1

10 Feb 10:17
Compare
Choose a tag to compare

new tcpNoDelay option

1.4.0

31 Jan 10:54
Compare
Choose a tag to compare

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

24 Jan 10:33
Compare
Choose a tag to compare

adding state 'open' or 'closed' to the conn object

1.3.0

07 Dec 08:37
Compare
Choose a tag to compare

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