Hello again!
I'm having a hard time trying to figure out why the close() method is not working properly.
When using the browser's native version of WebSocket, or the Android's 4.4.x native version (fallback) as well, the close() method works as expected, and it closes the connection right away.
But when using your plugin, it takes forever to close the connection, and eventually the server will close the connection due to innactivity.
Should I do something else other than simply calling the close() method (function) of the object??