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
The client should be able to detect & correctly fail out on:
partial frames being sent through the socket (such as in the case of socket overflow or simulation being sent SIGKILL)
this case should be handled with the socket both opened and closed
packets sent in the wrong order
Testing these things will require use of imdclient/tests/server.py. See imdclient/tests/imdclient.py::TestIMDClientV3 for examples on using the test server
The text was updated successfully, but these errors were encountered:
The client should be able to detect & correctly fail out on:
Testing these things will require use of
imdclient/tests/server.py
. Seeimdclient/tests/imdclient.py::TestIMDClientV3
for examples on using the test serverThe text was updated successfully, but these errors were encountered: