I am building a service that receives messages from rabbitmq using pika. and push messages to clients using socket.io.
The socket.io server and pika server are both blocking the main thread.
This will be the same also for celery with flask or Django.
What is the proper approach to solving this and run them both under the same context?
Thank you, Shay
from Consume RabbitMq using Pika and push using Socket.io
No comments:
Post a Comment