Android Question Is this websocket library bug?

fash866

Member
Licensed User
Longtime User
Hi:
When i use websocket libray , i found that when i closed the websocket connection(code: websocket.close),the websocket's closed event will be triggered twice.The first closed event's reason is Null,and the second closed event's reason is :WebSockets internal error (java.nio.channels.ClosedChannelException) .Which event i can ignore it ?
 
Top