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
feat: allow one off restarts with sequence number reset (#241)
* Split up event queue for sessions so that messages can be prioritised
* Split out app facing session handle which doesn't support internal actions
* Support action to reset sequence numbers as a one-off action
* Allow shutdown action to set the reconnect flag
* Expose reset on next logon action via public interface
* Add test case for requesting a one-off reset and then reconnecting
* Add unit test suite for socket reader
* Add unit test suite for socket writer
* Add doc comment for SessionHandle
0 commit comments