Alexander Bykhov
Alexander Bykhov
Yes, thank you, it seems ok for me, but I'm thinking of different lengths of arrays, for example route config which has 3 methods and 2 handlers in 'fn' array....
Any updates on this? looking for the same thing, since `y-websocket` doesn't work well with horizontal scaling.
I see, ok, thanks.
> this might be a bug in the `wss` package. Well, it's possible but I doubt it, b/c I have another wss defined with `path: '/ws'`, which works as expected....
@ifiokjr just to confirm, is `remirror/extension/collaboration` ready to be used? any chance I can get examples or docs on how to implement that right way? thanks in advance.
or should I use `yjs` extension instead? or both?
Thanks, I'll try to figure that out.
@ifiokjr another question: is it possible to make it work with Socket.Io? or I have to use WebSockets?
They have `y-websockets`, which doesn't work with the socket.io server as far as I can see. I've also noticed that their server implementation for `y-websockets` built on top of WebSockets....
@ditschedev yeah, already figured that out. And switched to WS. Although it's possible to write your own provider which uses socket.io as alternative. Anyway thanks for comment.