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
Small annoyance, might bug other people: My client sided receive handler just did not want to work, while yours did - and it took me half an hour to figure out that the server emitter (in sync with your app.js) had a typo:
self.emit('recive', redis.lrange(key, -1, -1))
receive ;-)
The text was updated successfully, but these errors were encountered:
Hey, ty for the example, helped a lot!
Small annoyance, might bug other people: My client sided receive handler just did not want to work, while yours did - and it took me half an hour to figure out that the server emitter (in sync with your app.js) had a typo:
receive ;-)
The text was updated successfully, but these errors were encountered: