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
At the moment we are cancel worker fiber when 'conn:close' is called. In this case, data that was not sent is lost. Implement 'graceful' connection closing without dropping requests.