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
I don't think realtime was ever supposed to work in NodeJS. I think you would need to polyfill global.WebSocket for that. There must be libraries to do that. I am curious about the usecase ?
I tried to use cozy-realtime in nodejs for a connector and here is the message I received :
Here is the test code in the dummy connector : https://github.com/konnectors/dummy/blob/realtime_test/src/index.js
The text was updated successfully, but these errors were encountered: