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
Thanks for making this sample code available. However, it reproduces a problem I've been having and am looking for a solution to.
When I run the code, but don't connect a client within 60 seconds I get the following error message.
> server()
Listening...
Error in socketConnection(host = "localhost", port = 6011, blocking = TRUE, :
cannot open the connection
In addition: Warning message:
In socketConnection(host = "localhost", port = 6011, blocking = TRUE, :
problem in listening on this socket
>
I'm pretty sure that the problem here is a timeout, but I'm looking for an example of a server that will robustly wait for the connection and not just bug out after a mere minute.
Do you have experience with this?
The text was updated successfully, but these errors were encountered:
Thanks for making this sample code available. However, it reproduces a problem I've been having and am looking for a solution to.
When I run the code, but don't connect a client within 60 seconds I get the following error message.
I'm pretty sure that the problem here is a timeout, but I'm looking for an example of a server that will robustly wait for the connection and not just bug out after a mere minute.
Do you have experience with this?
The text was updated successfully, but these errors were encountered: