hi 田传武,
I'm working back on a project which uses your realtime-android module and now get an exception.
It was working fine a few months ago and I didn't touch anything in the source, but I'm now getting this at runtime:
mars 05, 2015 5:21:30 PM com.goodow.realtime.java.JavaWebSocket$1 onOpen
INFOS: Websocket Connected
Exception in thread "Thread-7" java.lang.NoSuchMethodError: com.goodow.realtime.json.JsonArray.copy()Lcom/goodow/realtime/json/JsonArray;
at com.goodow.realtime.channel.impl.ReconnectBus$1.handleOpened(ReconnectBus.java:62)
at com.goodow.realtime.channel.impl.WebSocketBus$1.onOpen(WebSocketBus.java:87)
at com.goodow.realtime.java.JavaWebSocket$1.onOpen(JavaWebSocket.java:111)
at org.java_websocket.client.WebSocketClient.onWebsocketOpen(WebSocketClient.java:328)
at org.java_websocket.WebSocketImpl.open(WebSocketImpl.java:649)
at org.java_websocket.WebSocketImpl.decodeHandshake(WebSocketImpl.java:276)
at org.java_websocket.WebSocketImpl.decode(WebSocketImpl.java:159)
at org.java_websocket.client.WebSocketClient.interruptableRun(WebSocketClient.java:230)
at org.java_websocket.client.WebSocketClient.run(WebSocketClient.java:188)
at java.lang.Thread.run(Thread.java:745)
I guess Maven downloaded a more recent version of your 0.5.5-SNAPSHOT.
But a strange thing is that when I look at your sources, the JsonArray.copy() is there, so I don't really understand what's happening and I'm stuck.
Any idea what is the problem?