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'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.
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
Actual socket request from Socket IO Swift SDK
The text was updated successfully, but these errors were encountered: