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
Furthermore, it's not clear to me when the offline event should be fired, is it along with the close event? Or is it when there is a external reason for the disconnection? Which then would be brought along side an error event?
Instance New and Instance Gone events
Instance New and Instance Gone are fired once per instance type, but only for the first connection.
Before the code block below was executed, the instances called docker, core, testserviceb and servicesCatalog were created, but I think they are not relevant to the behaviour.
Error events
Error events seems to only fire on connection issues, due to bad authentication arguments/wrong domain configuration
If I turn off the broker and agents during an active connection, no error event is fired.
Summary
The documentation of the events emitted by the VrpcRemote seems to:
The events are mentioned below are connected, connect, reconnect, close, offline, end, instanceNew, instanceGone and error.
The connected, connect, reconnect, close, offline and end events
Expected Behavior
Actual
Furthermore, it's not clear to me when the
offline
event should be fired, is it along with the close event? Or is it when there is a external reason for the disconnection? Which then would be brought along side an error event?Documentation used to base these assumptions:
Connected event
Connect event
Close event
End event
Offline event
Reconnect event
Instance New and Instance Gone events
Instance New and Instance Gone are fired once per instance type, but only for the first connection.
Before the code block below was executed, the instances called
docker
,core
,testserviceb
andservicesCatalog
were created, but I think they are not relevant to the behaviour.Expected Behavior
Actual
Documentation:
InstanceGone Event
InstanceNew Event
Error events
Error events seems to only fire on connection issues, due to bad authentication arguments/wrong domain configuration
If I turn off the broker and agents during an active connection, no error event is fired.
Documentation:
Error event
Desktop
If you need further context/I missed something, please let me know.
The text was updated successfully, but these errors were encountered: