Guigui220D / buildoland-3

After BuildOLand 1, BuildOLand 2, here comes BuildOLand 3!
7 stars 1 forks source link

Make client stop on server "disconnect" status packet #25

Closed Guigui220D closed 4 years ago

Guigui220D commented 5 years ago

When the server is closed and the destination address/port can't be reached, the socket "receives" a packet with status disconnected from 0.0.0.0:0. The game should stop then/produce an error screen, and go back to main menu.

Guigui220D commented 4 years ago

It's already the case but I need to make error screens!