Skip to content

Commit

Permalink
Update XAsyncSockets lib
Browse files Browse the repository at this point in the history
  • Loading branch information
jczic committed Nov 15, 2019
1 parent 7be88c7 commit d8663f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MicroWebSrv2/libs/XAsyncSockets.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ def _processWaitEvents(self) :
self._writeList,
self._readList,
self._CHECK_SEC_INTERVAL )
except KeyboardInterrupt as ex :
raise ex
except :
continue
if not self._processing :
Expand Down

0 comments on commit d8663f6

Please sign in to comment.