B3n30 / tunnler

GNU General Public License v2.0
1 stars 0 forks source link

Fixed Leave in RoomMember #32

Open B3n30 opened 7 years ago

B3n30 commented 7 years ago

Assured that deallocate packet is only called as long as RoomMember isConnected This fixes https://github.com/B3n30/tunnler/issues/30

B3n30 commented 7 years ago

Fixing the issue above revealed that the unique_ptr receive_thread causes again an issue in Join() if it isn't reset() before, thus i fixed that as well.

JayFoxRox commented 7 years ago

Please squash once in a while - this is otherwise hard to review (it's more commits than changes..)