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

fixed sails.sockets.id() is deprecated; use sails.sockets.getId() warning msg #3552

Merged
merged 1 commit into from
Feb 8, 2016

Conversation

masitko
Copy link
Contributor

@masitko masitko commented Feb 7, 2016

Sails 0.12.0 deprecated sails.sockets.id() method.
One of the core hooks pubsub still uses this method and triggers a warning

sails.sockets.id() is deprecated; use sails.sockets.getId().

This patch fixes the issue.

@mikermcneil mikermcneil added patch This label is deprecated. Please don't use it anymore blueprints Issue only occurs when using the blueprint API labels Feb 8, 2016
@mikermcneil
Copy link
Member

Thanks @masitko!

mikermcneil added a commit that referenced this pull request Feb 8, 2016
fixed sails.sockets.id() is deprecated; use sails.sockets.getId() warning msg
@mikermcneil mikermcneil merged commit d1ba615 into balderdashy:master Feb 8, 2016
@sgress454
Copy link
Member

Fixes #3563

@ljacques
Copy link

gg! (is a French term meaning great)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blueprints Issue only occurs when using the blueprint API patch This label is deprecated. Please don't use it anymore
Development

Successfully merging this pull request may close these issues.

4 participants