左晓为主开发手持机充值管理机
zuoxiao
5 天以前 8b566e47b67d74d1915bc9f2c07204dd1a222197
easysocket/src/main/java/com/easysocket/connection/connect/TcpConnection.java
@@ -6,6 +6,7 @@
import com.easysocket.entity.SocketAddress;
import com.easysocket.utils.LogUtil;
import com.easysocket.utils.Utils;
import com.tencent.bugly.crashreport.CrashReport;
import java.io.IOException;
import java.io.InputStream;
@@ -122,6 +123,7 @@
                return socket.getInputStream();
            } catch (IOException e) {
                e.printStackTrace();
                CrashReport.postCatchedException(e);
            }
        }
        return null;
@@ -134,6 +136,7 @@
                return socket.getOutputStream();
            } catch (IOException e) {
                e.printStackTrace();
                CrashReport.postCatchedException(e);
            }
        }
        return null;