Yoshiera
Yoshiera
Requesting the `toml` file served in the second console from the third console in this situation also fail.
> Interesting, mind printing the event that is not expected via the change below? > > ```diff > diff --git a/examples/file-sharing.rs b/examples/file-sharing.rs > index 183bd9d6..2c069175 100644 > --- a/examples/file-sharing.rs >...
> And on which `SwarmEvent` are they panicing? When you exclude that event from `panic` do things function as expected? I excluded the `IncomingConnectionError` and `Dialing` `SwarmEvent` from `panic` and...
After the error is solved superficially, I still wonder why the client will dail to a unconnected server. It's a behavior of kadmelia protocol?
I think ipc is a good idea.