closing server sockets #92
Labels
bug
needs fixing
feature
desired new functionality
naia socket
pertaining to naia_socket crates
naia
pertaining to naia crates
It doesn't appear that there's a way to shutdown or stop listening to a port once it's started? The server API has listen, but no way to close. Dropping the server resource doesn't seem to release the socket/port. What's the expected way to shutdown a bevy server resource?
The text was updated successfully, but these errors were encountered: