Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

404 service not found when using Socket IO #11

Closed
br3nt0n opened this issue Aug 1, 2018 · 0 comments
Closed

404 service not found when using Socket IO #11

br3nt0n opened this issue Aug 1, 2018 · 0 comments

Comments

@br3nt0n
Copy link

br3nt0n commented Aug 1, 2018

Hi,

I'm unable to make any query requests using the Socket IO framework. The Socket IO iOS SDK is wrapping the socket data in an array so when FeathersJS TransportCommons router receives the request it can't find the service (as it's expecting a string) so returns 404. Does anyone have a workaround for this? As a temporary workaround, I've modified my TransportCommons routing.js file to handle an array as well but this is less than ideal.

Looks like it's semi-related to feathersjs-ecosystem/feathers-swift#25

FeathersJS expected socket request
expected

Actual socket request from Socket IO Swift SDK
actual

@br3nt0n br3nt0n closed this as completed Aug 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant