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
Despite ./server/server being started first, it's possible for the ./client/clientnet.dial to execute before the ./server/servernet.Listen. This causes the client connection establishment to fail.
The text was updated successfully, but these errors were encountered:
Since this is a testing script, I think it's okay to fudge it and add a sleep in between the two commands. i.e., run the server, sleep for a couple of seconds, and then run the client.
Despite
./server/server
being started first, it's possible for the./client/client
net.dial
to execute before the./server/server
net.Listen
. This causes the client connection establishment to fail.The text was updated successfully, but these errors were encountered: