模组的网络是否正常呢,Errno 107是Transport endpoint is not connected,Errno 9是Bad file number
目前发现是连接到mqtt后,在没有调用umqtt的disconnect的情况下,再次重新运行程序,然后程序调用了connect连接mqtt,此时可能资源没有释放或者连接并没有断开,导致有概率出现上面的问题