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
Could you possibly go back and update the README so that the example code is complete and it works? Most of the code samples generate errors, and for the life of me I can't get the sample "echo" client to work quite right.
For example, this client-side code definitely doesn't work for echo:
But in both cases, the code hangs due to what I can only guess is a thread running in the background that isn't being cleaned up. I've tried this:
node.shutdown
println("Shutdown")
The "Shutdown" is output, but it doesn't really stop the node. Is there an example for how you stop a node just making a quick remote call for information?
Thanks.
The text was updated successfully, but these errors were encountered:
Could you possibly go back and update the README so that the example code is complete and it works? Most of the code samples generate errors, and for the life of me I can't get the sample "echo" client to work quite right.
For example, this client-side code definitely doesn't work for echo:
The server-side gets the message and returns a response, but the client never gets it.
This revision to the above, however, does work:
But in both cases, the code hangs due to what I can only guess is a thread running in the background that isn't being cleaned up. I've tried this:
node.shutdown println("Shutdown")
The "Shutdown" is output, but it doesn't really stop the node. Is there an example for how you stop a node just making a quick remote call for information?
Thanks.
The text was updated successfully, but these errors were encountered: