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
Hello guys, is there any problem of interference between events push and event si, or i didn't configure them the right way ?
the thing is that, events push opens the connection without any problem but does not invoke grailsEvents.on('getNotification', function (data) {
console.log("test") // can not access here
});
besides the name space must be specified when using event() from a plugin, that's what i did but still something is wrong !
P.S : i am developing a PLUGIN project that uses both of them.
Thanks.
Best regards.
The text was updated successfully, but these errors were encountered:
Hello guys, is there any problem of interference between events push and event si, or i didn't configure them the right way ?
the thing is that, events push opens the connection without any problem but does not invoke grailsEvents.on('getNotification', function (data) {
console.log("test") // can not access here
});
besides the name space must be specified when using event() from a plugin, that's what i did but still something is wrong !
P.S : i am developing a PLUGIN project that uses both of them.
Thanks.
Best regards.
The text was updated successfully, but these errors were encountered: