NancyZY

Results 3 comments of 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: ![image](https://cloud.githubusercontent.com/assets/9473445/17847374/37f5be0c-6880-11e6-8eb5-d7f3ec143771.png)

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...