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
I tested the calculator example with the new GJ modifications.
It works ok, but I decided to see what happens if I close the server(let's say it crashes) while the client is doing those operations:
src/rpc.rs:617:37: 617:56 error: no associated item named `disconnected` found for type `capnp::Error` in the current scope
src/rpc.rs:617 .disconnect(Error::disconnected("Peer disconnected.".to_string()));
^~~~~~~~~~~~~~~~~~~
I thought that it is because of nightly.
But in my case it doesn't compile on rustc 1.6.0 (c30b771ad 2016-01-19)(aka stable) and rustc 1.8.0-nightly (18b851bc5 2016-01-22).
I tested the calculator example with the new GJ modifications.
It works ok, but I decided to see what happens if I close the server(let's say it crashes) while the client is doing those operations:
What I did:
I am not sure if this is a problem in the implementation of the example or of the protocol.
If you want, I have a core dump.
The text was updated successfully, but these errors were encountered: