Reputation: 19
I use gevent-socketio in project. I need use gevent.spawn()
method with function which listen redis queue. It not works cause spawn()
waiting end of work function.
Are there any alternative spawn()
method in gevent-socketio?
Upvotes: 1
Views: 69