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 c53581d commit 590cc1cCopy full SHA for 590cc1c
services/web/server/src/simcore_service_webserver/projects/_projects_service.py
@@ -220,7 +220,7 @@ async def conditionally_unsubscribe_from_project_logs(
220
# NOTE: With multiple webserver replicas, this ensures we don't unsubscribe until
221
# the last socket is closed, though another replica may still maintain an active
222
# subscription even if no users are connected to it.
223
- if actually_used_sockets_on_project <= 1:
+ if actually_used_sockets_on_project == 0:
224
await project_logs.unsubscribe(app, project_id)
225
226
0 commit comments