Rantanen / node-mumble

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

Fix write function on MumbleSocket by checking if the stream is still… #97

Closed drappier-charles closed 7 years ago

drappier-charles commented 7 years ago

… writeable before write a chunk

I'm not sure it is the correct way to do it but I fix it for me with that test

Rantanen commented 7 years ago

Looks good enough to me. Thanks!