Page MenuHomePhabricator

Listeners are not removed when clients close the WebSocket connection
Closed, ResolvedPublic

Description

Currently listeners are only removed when the Aphlict server is closed, but not when clients are closed, resulting in an ever increasing number of active listeners.

I'll attach a patch proposition.