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
First Terminal go run main.go
Second Terminal go run main.go -laddr=localhost:7072 c localhost:7071
Third Terminal go run main.go -laddr=localhost:7073 c localhost:7071
First Terminal Send A Message
Second or Third Terminal will panic
Environment:
Windows 10
Latest Verison of Go2p
The text was updated successfully, but these errors were encountered:
Hi :)
I have an issue when I try to send a message from a server (Terminal 1) to more than one client (Terminal 2 and 3)
Problem Description:
First Terminal
go run main.go
Second Terminal
go run main.go -laddr=localhost:7072
c localhost:7071
Third Terminal
go run main.go -laddr=localhost:7073
c localhost:7071
First Terminal
Send A Message
Second or Third Terminal will panic
Environment:
The text was updated successfully, but these errors were encountered: