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
When running the attached remote REPL script on pyDriveWire from the pytest_dev3.1 branch,
<dwsocket.DWSocket object at 0x000001A40BB1E588>: Closing connection
Closing: connection: <dwsocket.DWSocket object at 0x000001A40BB1E588>
<dwsocket.DWSocket object at 0x000001A40BB1E588>: Shutting down async read thread: <Thread(Thread-1, started daemon 51632)> [WinError 10038] An operation was attempted on something that is not a socket
<dwsocket.DWSocket object at 0x000001A40BB1E588>: Exiting _readHandler...
<dwsocket.DWSocket object at 0x000001A40BB1E588>: Shutting down async write thread: <Thread(Thread-2, started daemon 51664)>
<dwsocket.DWSocket object at 0x000001A40BB1E588>: Exiting _writeHandler...
is seen. This doesn't happen on the Python 2 port of pyDriveWire
The text was updated successfully, but these errors were encountered:
When running the attached remote REPL script on pyDriveWire from the pytest_dev3.1 branch,
<dwsocket.DWSocket object at 0x000001A40BB1E588>: Closing connection
Closing: connection: <dwsocket.DWSocket object at 0x000001A40BB1E588>
<dwsocket.DWSocket object at 0x000001A40BB1E588>: Shutting down async read thread: <Thread(Thread-1, started daemon 51632)>
[WinError 10038] An operation was attempted on something that is not a socket
<dwsocket.DWSocket object at 0x000001A40BB1E588>: Exiting _readHandler...
<dwsocket.DWSocket object at 0x000001A40BB1E588>: Shutting down async write thread: <Thread(Thread-2, started daemon 51664)>
<dwsocket.DWSocket object at 0x000001A40BB1E588>: Exiting _writeHandler...
is seen. This doesn't happen on the Python 2 port of pyDriveWire
The text was updated successfully, but these errors were encountered: