rossvideo / Catena

Other
4 stars 0 forks source link

Fixed freezing when server shutdown with active connection #155

Closed johndanenRV closed 2 months ago

johndanenRV commented 2 months ago

Fixed the issue where shutting down full service while there are active connections would cause the terminal to freeze. Added an immediate deadline to server->shutdown() and added synchronization to register and deregister functions.