AlexsJones / whisper-core

Core library for whisper secure domain P2P chat
http://alexsjones.github.io/whisper-core/
1 stars 3 forks source link

Moved listener socket shutdown to secure_comms_end #26

Closed draganglumac closed 9 years ago

draganglumac commented 9 years ago

Changed secure comms to shut down the listen socket in the secure_com…ms_end. It seems like a good idea in case we want to wait for a reconnect from a peer that drops off at some point, or if we end up using the same protocol for group chats.