You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 6, 2020. It is now read-only.
We have a few data structures to garbage collect if runtime & shim don't behave:
If a token is never claimed by a shim, it's never garbage collected at the moment
sessions created when a shim connects aren't freed until DisconnectShim. We should guard against shims closing the connection and never calling DisconnectShim
An idea would be to have a goroutine in charge of looking at old tokens and sessions and garbage collect them after some time.
The text was updated successfully, but these errors were encountered:
dlespiau
changed the title
Garbage collect unclaimed I/O tokens
Garbage collect unclaimed I/O tokens and orphaned session
May 17, 2017
We have a few data structures to garbage collect if runtime & shim don't behave:
An idea would be to have a goroutine in charge of looking at old tokens and sessions and garbage collect them after some time.
The text was updated successfully, but these errors were encountered: