Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What's the way to retry initialization? #850

Open
WolandPL opened this issue Jun 11, 2018 · 0 comments
Open

What's the way to retry initialization? #850

WolandPL opened this issue Jun 11, 2018 · 0 comments

Comments

@WolandPL
Copy link

What should I do to retry initialization after e.g. REGISTER timeout? If I try to call RCDevice intiialize() I got info that it is already initialized. If I try to call release() on it, to start initialization from scratch, I got

java.lang.IllegalStateException: The state machine is already terminated.
at org.squirrelframework.foundation.fsm.impl.AbstractStateMachine.internalFire(AbstractStateMachine.java:238)

What's your recommendation for the scenario when there's timeout after REGISTER and I want to retry?

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

No branches or pull requests

1 participant