We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c59c4fd commit 6a90f75Copy full SHA for 6a90f75
adafruit_wiznet5k/adafruit_wiznet5k_socket.py
@@ -408,9 +408,6 @@ def accept(
408
if self._status == wiznet5k.adafruit_wiznet5k.SNSR_SOCK_CLOSED:
409
self.close()
410
self.listen()
411
- if self._status == wiznet5k.adafruit_wiznet5k.SNSR_SOCK_CLOSE_WAIT:
412
- self._disconnect()
413
- self.listen()
414
415
_, addr = _the_interface.socket_accept(self._socknum)
416
current_socknum = self._socknum
0 commit comments