Replies: 1 comment
-
The pubsub managers are not intended for listening, they are designed to publish events only. Listening to events is possible only in the server processes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
as it is mentioned in the docs regarding RedisManager, i can't find a way to listen to events in the external process
External module B has RedisManager rm, i can rm.emit(something) but @rm.event and @rm.on doesn't work how can i listen to events inside external process
Beta Was this translation helpful? Give feedback.
All reactions