miguelgrinberg / python-socketio

Python Socket.IO server and client
MIT License
4.01k stars 589 forks source link

RabbitMQ queue default name #1377

Closed yuanjiushao closed 2 months ago

yuanjiushao commented 2 months ago

image Why is the queue default name 'flask-' in the Django framework I am using?

miguelgrinberg commented 2 months ago

Oh, this is interesting, not sure how nobody else noticed this. Many years ago, this project originated as a generalization of Flask-SocketIO, which is specific to Flask. I missed changing those queue names, they should be socketio or python-socketio. I will update them!