Rantanen / node-mumble

Mumble client in Node.js
MIT License
155 stars 48 forks source link

Windows 10 disconnects after a few seconds #98

Closed animator013 closed 7 years ago

animator013 commented 7 years ago

Hi i am using latest version of your library. I successfully connected on windows 10 with node 6.10.3. But i can't do anything afterwards. If I post message nothing happens. Messages are posted after someone post something. If noone sends anything the client disconnects. It's something weird. Using the same code on OSX has no problems. Stable connection with ability to send messages.

Can you help me out ?

animator013 commented 7 years ago

It seems it is electron issue. When i run it from the renderer (webview) on windows it is disconnecting. When i run it from the electron main process, everything is ok. Weird :)