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
Hi, I want to know if this is a bug or expected behavior.
The first message from the client to the server en the client_sever example never gets a response. Only the second message and the next ones.
E.g. starting the server and then the client:
➜ cargo run --example server_client
Finished dev [unoptimized + debuginfo] target(s) in 1.16s
Running `target/debug/examples/server_client`
Please type in `server` or `client`.
s
Starting server..
Received "msg1" from V4(127.0.0.1)
Received "msg2" from V4(127.0.0.1)
Client timed out: 127.0.0.1:12352
$ cargo run --example server_client
Finished dev [unoptimized + debuginfo] target(s) in 0.05s
Running `target/debug/examples/server_client`
Please type in `server` or `client`.
c
Starting client..
Connected on 127.0.0.1:12352
Type a message and press Enter to send. Send `Bye!` to quit.
msg1
Silence..
msg2
Server sent: Copy that!
The text was updated successfully, but these errors were encountered:
Hi, I want to know if this is a bug or expected behavior.
The first message from the client to the server en the client_sever example never gets a response. Only the second message and the next ones.
E.g. starting the server and then the client:
The text was updated successfully, but these errors were encountered: