Closed pnts-se closed 1 year ago
Describe the bug When websocket connection reconnect we seem to add double listeners on mediaService. Resulting could be double consumers created on "newConsumer" event.
Expected behavior Prevent client from adding double listeners on mediaService.
Need feedback from @so010 on how to reproduce this issue.
Seems to be network, or deployment, related. Problem persist even if we roll back to versions that work in usually.in deployment.
solved by #151
Describe the bug When websocket connection reconnect we seem to add double listeners on mediaService. Resulting could be double consumers created on "newConsumer" event.
Expected behavior Prevent client from adding double listeners on mediaService.