Closed kessero closed 1 year ago
Hi Kessero, can you share your class MyMqttConsumer and how you are running the mqttasgi server? Note: The following line is not required mqttasgi doesn't support a wsgi application. WSGI_APPLICATION = 'testmqtt.wsgi.application'
Closing due to lack of activity
Hi, Quick question. I've problem with running testing project. Mqttasgi starts and I'am getting messages from mqtt broker but my website is unavailable. I try with dafne and works ok (on dev server website works too) it looks like mqttasgi not runnig my app. What can be wrong? my asgi.py
in settings.py I changed only: