Closed
Description
Hi, we encountered a panic because the session channel is closed twice.
This can happen when the request context and server are shut down simultaneously. Additionally, when unregistering a session, I’d also expect the session to be aborted. This can be achieved naturally by closing the channel and listen on the close chan event. This was addressed in #128
Therefore, I saw that we have a hook for RegisterSession
; it would be natural to add the counterpart UnregisterSession
to it as well.
Metadata
Metadata
Assignees
Labels
No labels