firecamp
firecamp copied to clipboard
Socket.IO not support with FeathersJS
Tried with socket.io and authenticate but return null as result, and request after authenticated still return not authenticated.
- https://docs.feathersjs.com/

Thanks for sharing it. @Oskang09
Is it working with your frontend? Firecamp only sends and receive the events from your server regardless of any business logic.
If still, it's an issue then could you please help us to reproduce it with sample repo?
Tried so far, i think need extra handle for feather's socketio. Authentication event works well but response is null ( Should binded accessToken on socketio ). After authenticate, still receive unauthorize when sending request.
