Open
Description
There is no notification event for client close.
Is it possible to add AsyncListener#onClose() when the client is disconnected ? This will be
useful for long running connections like server-sent events connection.
On the other hand, SE socket API itself doesn't provide that option. So there may be no way to get client close notification when there is no pending i/o.