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
Expected behavior
Message sent from client is recieved by server and shown on screen
Additional context
The problem can be reproduced on both Windows 11 and linux devices.
I'm new to rust btw, please remind me if there are any problems in the build and run process. Thank you!
The text was updated successfully, but these errors were encountered:
Describe the bug
The binary of "/example/local_socket/tokio" doesn't show any message after a
cargo run
.To Reproduce
git clone https://github.com/kotauskas/interprocess.git cd interprocess cargo build cargo run --example local_socket_tokio_server
then the two binary will quit unexpectedly.
Expected behavior
Message sent from client is recieved by server and shown on screen
Additional context
The problem can be reproduced on both Windows 11 and linux devices.
I'm new to rust btw, please remind me if there are any problems in the build and run process. Thank you!
The text was updated successfully, but these errors were encountered: