0xZhangKe / WebSocketDemo

用于简化 WebSocket 在 Android 平台使用的封装方法

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

多次接收到断开连接onDisconnect()方法

wuconghui opened this issue · comments

我在mainactivity中addlistener(socketlistener),然后mainactivity中包含了5个fragment,其中有3个fragment也addlistener(socketlistener),但是只有mainactivity中实现了onDisconnect(),如果某个时间断网了,那么mainactivity中的onDisconnect()方法会同时走多次。

你这明显是自己的问题