|
@@ -133,7 +133,6 @@ namespace Pomelo
|
|
|
|
|
|
try
|
|
|
{
|
|
|
- this.callback = (ZoneManagerCallbackPrx)client.ice_oneway();
|
|
|
log.Info("RetryFailNotifys start begin 1: " + notifyFailData.Count);
|
|
|
this.callback.ice_ping();
|
|
|
long ltimeEnd = CommonLang.TimeUtil.GetTimestampMS() - 120000;
|
|
@@ -194,8 +193,9 @@ namespace Pomelo
|
|
|
{
|
|
|
log.Error("ice连入,远端已经失效,重新设置!");
|
|
|
cacheSession.callback = callback;
|
|
|
- //cacheSession.RetryFailNotifys();
|
|
|
|
|
|
+ //处理失败的逻辑
|
|
|
+ cacheSession.RetryFailNotifys();
|
|
|
return 0;
|
|
|
}
|
|
|
}
|