xuuhaoo / OkSocket

An blocking socket client for Android applications.
MIT License
2.58k stars 433 forks source link

ConnectionManagerImpl#isConnect存在线程安全问题 #133

Closed ghost closed 5 years ago

ghost commented 5 years ago

Attempt to invoke virtual method 'boolean java.net.Socket.isClosed()' on a null object reference java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.net.Socket.isClosed()' on a null object reference at com.xuhao.didi.socket.client.impl.client.ConnectionManagerImpl.isConnect()

xuuhaoo commented 5 years ago

I have noticed the problem. This issue will be addressed in the next few releases