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
Thanks a lot for the nice WAMP server. Can anyone explain how to connect the redis-server to any operation publish/subscribe on any topic?
In example secure-nightlife-server.js topic must be set: session.subscribe('com.example.time', function () {}) session.publish('com.example.time', [new Date().getTime()]);
But how to save all topics to the database?
The text was updated successfully, but these errors were encountered:
Thanks a lot for the nice WAMP server. Can anyone explain how to connect the redis-server to any operation publish/subscribe on any topic?
In example secure-nightlife-server.js topic must be set:
session.subscribe('com.example.time', function () {})
session.publish('com.example.time', [new Date().getTime()]);
But how to save all topics to the database?
The text was updated successfully, but these errors were encountered: