honehone12 / bevy_renet_dtls

dtls encryption transport for bevy_renet game networking
The Unlicense
0 stars 0 forks source link

server cannot restart in clean way #16

Closed honehone12 closed 1 month ago

honehone12 commented 1 month ago

currently udp socket is still running event after stopping to accept new connection. this is not a problem for dedicated servers, but is strange as game networking which generally supports HOST.

honehone12 commented 1 month ago

i' m not sure but we might have to wait for a while to drop the ref counter. (i still don' t know what is holding ref counter)

honehone12 commented 1 month ago

i think closing listener was not handled properly.