Skip to content

Commit

Permalink
Do not reply with HANDSHAKE to goodbye HANDSHAKE
Browse files Browse the repository at this point in the history
  • Loading branch information
justas- committed Aug 24, 2016
1 parent 0dc764d commit 4ee0559
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PyPPSPP/SwarmMember.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ def HandleHandshake(self, msg_handshake):
self._swarm.RemoveMember(self)
else:
logging.info("Received non-goodbye HANDSHAKE in initialized the channel")
return

if self.is_hs_sent == True:
# This is reply to our HS
Expand Down

0 comments on commit 4ee0559

Please sign in to comment.