Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jczic committed Jan 19, 2024
1 parent 55974f9 commit 7646c75
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 @@ -679,6 +679,8 @@ def OnReadyForWriting(self) :
self._onDataSent(self, self._onDataSentArg)
except Exception as ex :
raise XAsyncTCPClientException('Error when handling the "OnDataSent" event : %s' % ex)
else :
self._asyncSocketsPool.NotifyNextReadyForWriting(self, False)

# ------------------------------------------------------------------------

Expand Down

0 comments on commit 7646c75

Please sign in to comment.