使用“Google Play游戏服务”播放时突然断开连接

时间:2013-09-19 14:13:31

标签: android google-play-games

我关注了Google指南(https://developers.google.com/games/services/android/multiplayer)并在我的游戏中实现了多人游戏。一切似乎都运行正常,但“有时”连接突然丢失,并且在事件发生后没有事件执行(onLeftRoom或onDisconnectedFromRoom)......

如果我看到logcat,我可以看到一些相关的信息:

09-19 15:50:08.623: I/libjingle(10434): void buzz::PresencePushTask::HandlePresence(const buzz::Jid&, const buzz::XmlElement*): Received directed presence :0x4dxicadq3fv30u0iy8gcj9yz@public.talk.google.com/games_andr34DE8388
09-19 15:50:08.623: E/DataConnectionManager(10434): Received directed presence of type 'unavailable' from peer.
09-19 15:50:08.623: I/libjingle(10434): Removing from roster: 0x4dxicadq3fv30u0iy8gcj9yz@public.talk.google.com/games_andr34DE8388
09-19 15:50:08.683: W/libjingle(10434): Warning(libjingleclient.cpp:1183): void gtalk::LibjingleClient::TerminateAllCalls_w(): Terminating call for session:1464668934
09-19 15:50:08.693: I/DataConnectionManager(10434): onConnectionResult called for sessionId: 1464668934 result: false
09-19 15:50:08.693: D/rtmp:LibjingleEventHandler(10434): [libjingleHandler] handleMessage(CALL_STATE_CHANGED): for sessionId: 1464668934 new state=12
09-19 15:50:08.693: W/libjingle(10434): Warning(callregistry.cpp:27): void games_rtmp::CallRegistry::UnregisterCall(const string&, const string&): Attempting to erase non-existent session:1464668934
09-19 15:50:08.693: E/DataConnectionManager(10434): tearDown() called when network is NOT ready for match !
09-19 15:50:08.693: I/libjingle(10434): worker_thread:0x62acd7d8 initialized=1
09-19 15:50:08.693: I/libjingle(10434): Waiting for a reply.
09-19 15:50:08.693: I/libjingle(10434): Channel disabled
09-19 15:50:08.693: I/libjingle(10434): Changing data state, recv=0 send=0
09-19 15:50:08.693: I/libjingle(10434): Destroyed channel
09-19 15:50:08.693: I/libjingle(10434): Waiting for a reply.
09-19 15:50:08.703: I/DataConnectionManager(10434): onConnectionResult called for sessionId: 1464668934 result: false
09-19 15:50:08.703: E/DataConnectionManager(10434): Could not find JID for session ID 1464668934
09-19 15:50:08.703: D/rtmp:LibjingleEventHandler(10434): [libjingleHandler] handleMessage(CALL_STATE_CHANGED): for sessionId: 1464668934 new state=15
09-19 15:50:08.703: I/libjingle(10434): Waiting for a reply.
09-19 15:50:08.703: I/libjingle(10434): Waiting for a reply.
09-19 15:50:08.703: I/libjingle(10434): worker_thread:0x62acd7d8 initialized=1
09-19 15:50:08.703: I/libjingle(10434): Waiting for a reply.
09-19 15:50:08.703: I/libjingle(10434): SSL Cleanup

我对此感到疯狂......有人可以帮助我吗?

3 个答案:

答案 0 :(得分:2)

我已更新googleplayservice-lib,现在可以使用。

答案 1 :(得分:1)

我遇到了同样的问题。我正在测试两天前工作的代码,所以我认为它是由谷歌引起的。稍后再试。

答案 2 :(得分:1)

即使在wifi上,这几天也会发生更频繁的事情。我猜您的代码很好,这是与谷歌相关的问题,将自行解决。