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
Fix issues in the REST API subscribing for messages
- 'terminate' was not called because of missing 'trap_exit' flag
- 'terminate' would crash because 'ok' was not stripped from Session
- Any stanza other than 'message' would cause the process to crash
Before the fix, rest_client_SUITE would end with ghost sessions.
Now the state is clear after this suite.
0 commit comments