Skip to content
This repository has been archived by the owner on Oct 2, 2019. It is now read-only.

"when they occur"? #127

Open
marcoscaceres opened this issue Jun 17, 2013 · 1 comment
Open

"when they occur"? #127

marcoscaceres opened this issue Jun 17, 2013 · 1 comment
Labels

Comments

@marcoscaceres
Copy link
Contributor

The spec says:

Note that compliant implementations may not be reporting such events when they occur (e.g. OTA SIM update or hot-swappable SIM cards).

Does "when they occur" above mean that:

  1. service is added/removed, but no event may be fired at all?
  2. service is added/removed, but the event is fired in the future?
@zolkis
Copy link
Contributor

zolkis commented Jun 17, 2013

Yes, if the sim card is hot-swappable, the implementation has to poll for changes, therefore the event is fired in the future, which means there may be a period of time when it's uncertain if a serviceId denotes an enabled service. In this case, operations on the service will fail, so the client code will spend more time on error ramifications.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants