You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: