Skip to content

Commit

Permalink
Merge pull request #1597 from julien6387/master
Browse files Browse the repository at this point in the history
Fix of #1596
  • Loading branch information
mnaberez committed Aug 9, 2023
2 parents 9325edd + fad76d2 commit 642468f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions supervisor/medusa/asyncore_25.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@ def recv(self, buffer_size):

def close(self):
self.del_channel()
self.socket.shutdown(socket.SHUT_RDWR)
self.socket.close()

# cheap inheritance, used to pass all other attribute
Expand Down

0 comments on commit 642468f

Please sign in to comment.