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
Previously, for both Client and Server sockets we handled socket timeouts during the recv_json calls to return a response depending on if the message was received. This same logic needs to be expanded to cover any exception that may arise, else byte misalignment issue may occur.
The text was updated successfully, but these errors were encountered:
Previously, for both Client and Server sockets we handled socket timeouts during the recv_json calls to return a response depending on if the message was received. This same logic needs to be expanded to cover any exception that may arise, else byte misalignment issue may occur.
The text was updated successfully, but these errors were encountered: