ed33 / rcsjta

Automatically exported from code.google.com/p/rcsjta
1 stars 0 forks source link

RcsServiceControl: failed to query core server synchronously #106

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
In some conditions (like client application installation for example), the Core 
server does not answer to queries or answers but intent of the response has no 
extra data.

The following methods are impacted: 
- isCompatible
- isServiceStarted
- isActivated
- isActivationModeChangeable

Theses methods are querying the core server using a synchronous mechanism based 
on sendOrderedBroadcast.

Original issue reported on code.google.com by lemordan...@gmail.com on 1 Jun 2015 at 2:41