Closed AlexIzh closed 7 years ago
Issue: if I call disabledReconn, it will set maximum integer value to delay. So, if connection was broken, then it will call sleep with almost infinite value and thread will not be removed even if I call disconnect.
disabledReconn
disconnect
Thank you so much for your great works.
51
Issue: if I call
disabledReconn
, it will set maximum integer value to delay. So, if connection was broken, then it will call sleep with almost infinite value and thread will not be removed even if I calldisconnect
.