-
Notifications
You must be signed in to change notification settings - Fork 94
Send_event through multiple instance and process #152
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
Send_event through multiple instance and process #152
Conversation
fanout#151 here is an example working with redis
fanout#151 Issue -> when sending event from the same process as Django SSE received 2 event :(
Ho @jkarneges |
Everything fixed. |
Fixed |
@jkarneges When I add the self.lock.acquire() in the |
Can you take a look before the end of the week, I have a release to do, and I would like to release my product with this ^^ |
LGTM. thank you |
Hi @jkarneges,
Here is my pull request, which includes the Redis version of the multiprocess communication. However, it does not include the Linux socket version, as I was unable to implement it properly as mentioned earlier in our discussion.
Related to #151