You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
The HocusPocusProvider initiates 2 connections to our YJS backend despite setting the connect flag (from v1) to true. It should set up 1 connection.
Steps to reproduce the bug
Steps to reproduce the behavior:
Thanks @janthurau. We're not trying to use multiplexing. It is just that when we connect using editor.connect() we see 2 web socket connection opened in the network tab. We still are facing this issue.
Description
The HocusPocusProvider initiates 2 connections to our YJS backend despite setting the connect flag (from v1) to true. It should set up 1 connection.
Steps to reproduce the bug
Steps to reproduce the behavior:
Expected behavior
A single connection should be formed between the client and the server.
Screenshot, video, or GIF
Environment?
Additional context
The problem seems to be in this line where the connect parameter is not passed to the configuration.:
hocuspocus/packages/provider/src/HocuspocusProvider.ts
Line 220 in ed6441c
The text was updated successfully, but these errors were encountered: