becvert / cordova-plugin-websocket-server

Cordova WebSocket Server Plugin
MIT License
84 stars 35 forks source link

Support for Observables #64

Closed myin142 closed 2 years ago

myin142 commented 5 years ago

For Issue #63

I managed to change it without touching any backend code. It should keep all the other functionalities the same, except the start and stop functions now return a single object. The workaround for promises that you mentioned did not really work. It just splited the address string "0.0.0.0" to "0" and "."