Yoseph Radding
Yoseph Radding
@asticode Done!
Thanks for doing this! This looks like a great start. I think the only thing to add is make setup.py to pull the version from the environment.
Hello! I believe that we are talking on LinkedIn about this issue. Do you have example code I could look at? This seems to be a bug in the implementation....
So when this happens, its usually because the Gevent event loop never goes to the greenlet that processes and events, so the event is never handled. A few things to...
What version of Gevent and Django are you using?
Another thing you could try, is simply registering the handler like this: ``` from my.events import Event Event.AddListener(Event, handler) ``` This should also be correct, you can see that thats...
I believe I made a mistake in my docs, it should be `djangoevents` in installed apps, not `events`
I am not sure what is causing this, sounds like a bug. Do you have an example of your handler that you can share with me?