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 the When_delete_multiple_channels_expect_no_channels_in_state_client test failing when test unrelated channels were already present in watched channels
Fix non-deterministic SearchMessages test due to data propagation search result not being instant (takes few ms to propagate across a network of servers) so make few attempts before failing the test
Add fix for nondeterministic tests where WS event is not received during REST API call -> Add optional waiting for state to update
Improvements:
Implement token provider with auto refresh when the token expires (#72)
refactor API client to disconnect and wait for reconnect if the API call failed due to expired token
Change reconnection logic to have few instant attempts + Add TokenProviderException
reduce default reconnection intervals
Add a simple menu option to toggle Debug mode for the SDK
Add overloads to StreamChannel to allow adding/removing members by their ID (#76)