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
I'm running an OPCUA server on a Raspberry Pi 4B. When I closed the connection from my laptop acting as client an error got logged. It shows that the watchdog should handle cleaning up the sessions but it did not this time for unknown reasons, resulting in a crash in crash in BinaryServer._close_tasks.
To Reproduce
Not entirely clear. The only thing I know for sure is that it happened when I closed the client session. It never happened before.
Expected behavior
I expected the client session to close properly like the logs show:
Screenshots
Version
Python-Version:3.11.2
opcua-asyncio Version: 1.1.5
The text was updated successfully, but these errors were encountered:
Describe the bug
I'm running an OPCUA server on a Raspberry Pi 4B. When I closed the connection from my laptop acting as client an error got logged. It shows that the watchdog should handle cleaning up the sessions but it did not this time for unknown reasons, resulting in a crash in crash in
BinaryServer._close_tasks
.To Reproduce
Not entirely clear. The only thing I know for sure is that it happened when I closed the client session. It never happened before.
Expected behavior
I expected the client session to close properly like the logs show:
Screenshots
Version
Python-Version:3.11.2
opcua-asyncio Version: 1.1.5
The text was updated successfully, but these errors were encountered: