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
I'm having an issue of data leakage from one to another connection through a TaskLocal variable. I was assuming the HTTP server would clean up this data but it's not the case. I think there should be a routine to deinitialize a fiber's TaskLocal data on disconnect but it's nowhere to be found.
The text was updated successfully, but these errors were encountered:
I'm having an issue of data leakage from one to another connection through a TaskLocal variable. I was assuming the HTTP server would clean up this data but it's not the case. I think there should be a routine to deinitialize a fiber's TaskLocal data on disconnect but it's nowhere to be found.
The text was updated successfully, but these errors were encountered: