zeroc-ice / ice-demos

Sample programs for Ice
https://zeroc.com
GNU General Public License v2.0
325 stars 215 forks source link

Library demo connection lost #65

Closed ReeceHumphreys closed 5 years ago

ReeceHumphreys commented 5 years ago

The library demo is losing connection on both Android demo and Objective-c command line demo.

Here is error from Objective-C demo:

2019-08-07 15:58:26.048 client[39212:387686] warning: SessionRefreshThread: Outgoing.cpp:493: Ice::OperationNotExistException:
operation does not exist:
identity: `99697b81-9f93-488b-9402-f97015762549'
facet:
operation: refresh
pepone commented 5 years ago

The server is using the 3.7 version, we drop the refresh operation because it is using ACM to keep the session alive. We should do the same for 3.6

bernardnormier commented 5 years ago

Let's leave it as is. If you're interested in this demo for Android or iOS, upgrade to Ice 3.7.

pepone commented 5 years ago

I didn't see you already close this, I fixed it just android.