From python-socketio >=4.4 client does not raise when our socket server refuses connection #1445
Labels
a:webserver
issue related to the webserver service
bug
buggy, it does not work as expected
t:maintenance
Some planned maintenance work
python-socketio release >=4.4 fail this test
the test checks that when socket connection is refused (non-authorized) the server handler
services/web/server/src/simcore_service_webserver/socketio/handlers.py
raises an exception that randomly reaches the clientSee test failure https://travis-ci.com/github/ITISFoundation/osparc-simcore/jobs/317121817#L1092
These were upgraded dependencies

then, we downgraded
python-socketio
and increased until it failedSee PR #1444 to understand all process
The text was updated successfully, but these errors were encountered: