zhaoyang21cn / iLiveSDK_Android_Suixinbo

ILiveSDK samples
250 stars 86 forks source link

setOfflinePushListener(new TIMOfflinePushListener()) 会收到两次回调 #23

Closed arthur20150522 closed 7 years ago

arthur20150522 commented 7 years ago

ILiveSDK.getInstance().getTIMManger().setOfflinePushListener(new TIMOfflinePushListener() { @Override public void handleNotification(TIMOfflinePushNotification timOfflinePushNotification) { Loger.e(TAG, "IM离线监听收到离线消息:[" + timOfflinePushNotification + " ]"); ....... } })

请问:所有的离线推送会收到两次回调,是我这边调用的问题吗

arthur20150522 commented 7 years ago

刚刚提了工单,客服说是服务器的问题,再观察看看。