Skip to content

Commit 42d1bde

Browse files
committed
Update XAsyncSockets lib
1 parent 7ea5f28 commit 42d1bde

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MicroWebSrv2/libs/XAsyncSockets.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -727,6 +727,7 @@ def AsyncSendData(self, data, onDataSent=None, onDataSentArg=None) :
727727
self._onDataSent = onDataSent
728728
self._onDataSentArg = onDataSentArg
729729
self._asyncSocketsPool.NotifyNextReadyForWriting(self, True)
730+
self.OnReadyForWriting()
730731
return True
731732
except :
732733
pass

0 commit comments

Comments
 (0)