NancyZY
NancyZY
@geghamjivanyan still hint "No module named AdminLTE" with "python manage.py runserver", and I am sure django-adminlte already install , because it shows that: 
when I use the library to app, it connect successfully, but sometimes it may disconnected, then I tried to in mqttDidDisconnect method call the connection method, like below code:`func mqttDidDisconnect(session:...
Because I want the connection always keep alive. I use it to receive the other client published message. And if it disconnect, it should try to connect. The **connect(session)** method...