decide whether session should remain open beyond connection lifetimes
Aperta
- Lingua principale
- Haskell
- Stelle
- 952
- Fork
- 50
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
I noticed in my comments that I originally intended sessions to persist beyond connections with the intention that clients could hand off a session id to another connection for further processing. Currently, the sessions are closed with the connection. If there is a real use-case for sessions persisting beyond connections, then it's worth considering.
Alternatively, when creating a new session, allowing persistence beyond the connection lifetime could be an option, but, if the user forgets to close the session, it could cause unintentional memory hoarding.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.