Open hasAnybodySeenHarry opened 2 months ago
This is due to a serious design bug in the notification service. Lack of coordination between instances is causing the notifications not getting delivered even when users are connected in some other instances. We're collecting more information on this and the issue will be fixed in the next rollout.
The latest release added coordination between instances and so this issue should have been resolved. However, at this moment, we haven't handled multi-device situations yet. Therefore, concurrent connections will still produce weird and broken streams. I will leave this issue opened until the service has enforced a single connection per client.
We've added the single-device enforcement to restrict users from connecting from multiple devices while having an active client session. Therefore, this issue is assumed to be fixed at this moment and will be closed in a few days unless further reports are gathered.
Describe the bug Even when a user has an active socket session, the notifications are not being delivered.
To Reproduce Steps to reproduce the behavior:
Expected behavior The user should receive the notification correctly. However, right now, it seems this is not always the case.
Screenshots N/A
Desktop (please complete the following information):
Additional context At the beginning of the cluster, users receive notifications correctly but as time passes, when more users connect, notifications start to lose.