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
If there is a network error (socket closed due to network disruptions) there is a panic due to an .expect(...) over here.
After some discussions the conclusion was that this could be logged and ignored.
The text was updated successfully, but these errors were encountered:
If there is a network error (socket closed due to network disruptions) there is a panic due to an
.expect(...)
over here.After some discussions the conclusion was that this could be logged and ignored.
The text was updated successfully, but these errors were encountered: