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
io.ably.lib.test.realtime.RealtimeAuthTest > auth_renewAuth_callback_invoked[binary_protocol] FAILED
java.lang.AssertionError: Callback not invoked
As discussed in this Slack thread (internal) this test was added in #825 and a working theory is that this might be a regression as a result of the 1.2 to 1.1 protocol downgrade in #858.
From this test run:
As discussed in this Slack thread (internal) this test was added in #825 and a working theory is that this might be a regression as a result of the
1.2to1.1protocol downgrade in #858.