allow event loop entry again

This commit is contained in:
Adam D. Ruppe 2020-03-30 08:28:02 -04:00
parent ad43305b30
commit c5cec0c805
1 changed files with 2 additions and 0 deletions

View File

@ -2748,6 +2748,8 @@ class WebSocket {
if(readSet is null)
readSet = new SocketSet();
loopExited = false;
outermost: while(!loopExited) {
readSet.reset();