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 a client (such as an emulator) is connected over a socket and is suddenly terminated Virtual Serial channels may remain open. If the client is restarted there may be issues with ports that have remained open.
The text was updated successfully, but these errors were encountered:
Clients connecting to pyDriveWire over a socket can terminate suddenly. If
the clients opened Virtual Serial channels those can remain open and may
cause problems when the client reconnects. The fix adds a callback
mechanism to DWServerSocket and DWSimpleSocket when the connection closes.
The callback is set to the Server's cmdInit method. This resets all the
open disk files and closes all of the Virtual Serial channels.
If a client (such as an emulator) is connected over a socket and is suddenly terminated Virtual Serial channels may remain open. If the client is restarted there may be issues with ports that have remained open.
The text was updated successfully, but these errors were encountered: