We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thanks for this sails sockets tutorial. Not strictly your problem, but I wondered if you knew why:
Chat.publishCreate({id: data_from_client.id, message : data_from_client.message , user:data_from_client.user});
fails when I upgrade your project to sailsjs v.0.12. I've looked high and low for incompatibility information.
The stack trace shows the error in:
/Users/shill/Projects/socket-in-sails-master/node_modules/sails/lib/hooks/pubsub/index.js:1069 self.publishCreateSingle(values.toJSON(), req, options);
Thank you for any light you shed on this problem, and for your sockets tutorial.
The text was updated successfully, but these errors were encountered:
@metalaureate Thanks for bringing this into notice. I'll check the code and update it to latest version.
Sorry, something went wrong.
No branches or pull requests
Thanks for this sails sockets tutorial. Not strictly your problem, but I wondered if you knew why:
Chat.publishCreate({id: data_from_client.id, message : data_from_client.message , user:data_from_client.user});
fails when I upgrade your project to sailsjs v.0.12. I've looked high and low for incompatibility information.
The stack trace shows the error in:
/Users/shill/Projects/socket-in-sails-master/node_modules/sails/lib/hooks/pubsub/index.js:1069
self.publishCreateSingle(values.toJSON(), req, options);
Thank you for any light you shed on this problem, and for your sockets tutorial.
The text was updated successfully, but these errors were encountered: