Skip to content

Commit

Permalink
Update XAsyncSockets lib
Browse files Browse the repository at this point in the history
  • Loading branch information
jczic committed Jan 12, 2021
1 parent 7ea5f28 commit 42d1bde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MicroWebSrv2/libs/XAsyncSockets.py
Expand Up @@ -727,6 +727,7 @@ def AsyncSendData(self, data, onDataSent=None, onDataSentArg=None) :
self._onDataSent = onDataSent
self._onDataSentArg = onDataSentArg
self._asyncSocketsPool.NotifyNextReadyForWriting(self, True)
self.OnReadyForWriting()
return True
except :
pass
Expand Down

0 comments on commit 42d1bde

Please sign in to comment.