Will
Will
+1 to this. I'd love to be able to host my socket.io server that my app uses within the app itself. Errors on `child_process`, `net` and `tls` when I try...
The issue was fixed by reducing the util import. The error message seemed to be pointing to an unused part of the util package. It could have instead been fixed...
This was working great for me last night and then for some reason, this morning I'm getting this same error as soon as it installs on android. Really hoping this...
Another update: This issue appears to start happening when the platforms are re-built while this package is implemented on the app. It doesn't have to do with the package being...
See this boilerplate repo to reproduce the issue (you will need to set the `host` variable in the `main.js` file to your computer's network address) https://github.com/wpatter6/nsvue-devtools-test I am able to...
@tralves That doesn't seem to fix it for me. Same behavior with these updated deps after wiping out node_modules and platforms and re-installing/building Side note, my app uses `nativescript-socket.io` for...