HeimgardTechnologiesAS / cordova-plugin-advanced-websocket

MIT License
27 stars 18 forks source link

force closing connection not work with me! #28

Open smarta1980 opened 1 year ago

smarta1980 commented 1 year ago

Sir, chax I am testing today to close connection but can not

$("#close_button").on("click", function () { CordovaWebsocketPlugin.wsClose(webSocketId, 1000, "I'm done!"); });

can you please guide me how to force close connection when I press on close_button? waiting answer from you, thanks