Rantanen / node-mumble

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

Path is always non-null, only joinPath if length is greater than 0 #49

Closed justinmchase closed 9 years ago

justinmchase commented 9 years ago

This is a bug that happens if you attempt to create a room and join it inside of your own 'initialized' handler. You create the room but then this joinpath puts you back into the root channel. Not joining the room automatically allows you to join or create sub channels, then join them successfully.