FeathersJs client using both REST and WS #2374
Unanswered
alexjs-dev
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I was thinking about using socket.io lib separately and I managed to authenticate that way easily, however what event should I listen to? because I need to listen to messages service's create event, on a channel with user's id (doing filtering on BE)
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Have a use-case where I need to use both REST and WS. Most of the app already uses REST, but I do have a messages services which is used for chatting, and that obviously needs to use sockets. Any hack around this?
Because by default I get an error that
react_devtools_backend.js:2560 Authentication error Error: Only one default client provider can be configured
My socket connection
Rest
Beta Was this translation helpful? Give feedback.
All reactions