You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The infinite loop "for (;;)" on line 130 is making the server never receive other clients while the first client is connected.
Is this intentional or a loop?
Could be avoided by removing it.
The text was updated successfully, but these errors were encountered:
The infinite loop "for (;;)" on line 130 is making the server never receive other clients while the first client is connected.
Is this intentional or a loop?
Could be avoided by removing it.
The text was updated successfully, but these errors were encountered: