We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40490ad commit 6547364Copy full SHA for 6547364
services/web/server/src/simcore_service_webserver/socketio/_utils.py
@@ -11,7 +11,9 @@
11
"APP_CLIENT_SOCKET_DECORATED_HANDLERS", list[Callable]
12
)
13
APP_CLIENT_SOCKET_SERVER_APPKEY: Final = web.AppKey(
14
- "APP_CLIENT_SOCKET_SERVER", AsyncServer
+ # NOTE: AsyncServer stub library is missing
15
+ "APP_CLIENT_SOCKET_SERVER",
16
+ AsyncServer, # type: ignore[var-annotated]
17
18
19
0 commit comments