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
Sandbox is inherently responsible for a robust functionality.
Currently many errors such as protocol miss (failed to deserialize, wrong message, ..), timeout, sudden disconnection are considered as panic.
Instead we should take them as errors to handle.
The text was updated successfully, but these errors were encountered:
Sandbox is inherently responsible for a robust functionality.
Currently many errors such as protocol miss (failed to deserialize, wrong message, ..), timeout, sudden disconnection are considered as panic.
Instead we should take them as errors to handle.
The text was updated successfully, but these errors were encountered: