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
Could it be solved by reimplementing it?
I had proposed #6306.
It‘s a great idea to use the actor model to reimplement the session, but we may need to solve more problems, such as the complexity of the code when we need to return results(timeout, exchange channel, dead message and more). This may require some discussions and detailed design (RFC) and a lot of extra work, this almost requires the implementation of an actor system on tokio (such as akka), which is too complex for us. so let's try fixes this first.
Search before asking
Version
b9e8582
What's Wrong?
object
Session
leaksHow to Reproduce?
keep creating new sessions and quit, and then differ the memory
and then, got something like this, which indicates memory leaks:
session_leak.pdf
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: