<testsuites>
	<testsuite tests="207" failures="1" time="7262.041" name="github.com/ably/ably-go/ably">
		<properties>
			<property name="go.version" value="go1.20.10"></property>
		</properties>
		<testcase classname="ably" name="Test_decodeMessage" time="0.000"></testcase>
		<testcase classname="ably" name="Test_decodeMessage/foo" time="0.000"></testcase>
		<testcase classname="ably" name="Test_decodeMessage/{&#34;foo&#34;:42}" time="0.000"></testcase>
		<testcase classname="ably" name="Test_decodeMessage/{&#34;foo&#34;:42,&#34;bar&#34;:[&#34;a&#34;,1.2,{&#34;boo&#34;:&#34;ha&#34;}]}" time="0.000"></testcase>
		<testcase classname="ably" name="Test_decodeMessage/[{&#34;foo&#34;:42},&#34;qux&#34;]" time="0.000"></testcase>
		<testcase classname="ably" name="Test_decodeMessage/3q2+7w==" time="0.000"></testcase>
		<testcase classname="ably" name="TestMsgpackExtrasJsonCompatible" time="0.000"></testcase>
		<testcase classname="ably" name="TestMsgpackDecoding" time="0.000"></testcase>
		<testcase classname="ably" name="TestMsgpackDecoding/json_array" time="0.000"></testcase>
		<testcase classname="ably" name="TestMsgpackDecoding/short_string" time="0.000"></testcase>
		<testcase classname="ably" name="TestMsgpackDecoding/200_character_string" time="0.000"></testcase>
		<testcase classname="ably" name="TestMsgpackDecoding/2000_character_string" time="0.000"></testcase>
		<testcase classname="ably" name="TestMsgpackDecoding/short_binary" time="0.000"></testcase>
		<testcase classname="ably" name="TestMsgpackDecoding/200_byte_binary" time="0.000"></testcase>
		<testcase classname="ably" name="TestMsgpackDecoding/2000_byte_binary" time="0.000"></testcase>
		<testcase classname="ably" name="TestMsgpackDecoding/an_object" time="0.000"></testcase>
		<testcase classname="ably" name="TestAuth_BasicAuth" time="6.820"></testcase>
		<testcase classname="ably" name="TestAuth_BasicAuth/RSA2:_Should_use_basic_auth_as_default_authentication_if_an_API_key_exists" time="0.000"></testcase>
		<testcase classname="ably" name="TestAuth_BasicAuth/RSA1:_Should_connect_to_HTTPS_by_default,_trying_to_connect_with_non-TLS_should_result_in_error" time="0.000"></testcase>
		<testcase classname="ably" name="TestAuth_BasicAuth/RSA11:_API_key_should_follow_format_KEY_NAME:KEY_SECRET_in_auth_header" time="0.000"></testcase>
		<testcase classname="ably" name="TestAuth_TokenAuth" time="6.870"></testcase>
		<testcase classname="ably" name="TestAuth_TokenAuth_Renew" time="10.920"></testcase>
		<testcase classname="ably" name="TestAuth_RequestToken" time="6.970"></testcase>
		<testcase classname="ably" name="TestAuth_ReuseClientID" time="6.800"></testcase>
		<testcase classname="ably" name="TestAuth_RequestToken_PublishClientID" time="7.660"></testcase>
		<testcase classname="ably" name="TestAuth_ClientID" time="7.950"></testcase>
		<testcase classname="ably" name="TestAuth_ClientID/Auth_ClientID" time="1.170"></testcase>
		<testcase classname="ably" name="TestAuth_CreateTokenRequest" time="6.830"></testcase>
		<testcase classname="ably" name="TestAuth_CreateTokenRequest/RSA9h" time="0.050"></testcase>
		<testcase classname="ably" name="TestAuth_CreateTokenRequest/RSA9h/parameters_are_optional" time="0.050"></testcase>
		<testcase classname="ably" name="TestAuth_CreateTokenRequest/RSA9h/authOptions_must_not_be_merged" time="0.000"></testcase>
		<testcase classname="ably" name="TestAuth_CreateTokenRequest/RSA9c_must_generate_a_unique_16+_character_nonce" time="0.000"></testcase>
		<testcase classname="ably" name="TestAuth_CreateTokenRequest/RSA9g_generate_a_signed_request" time="0.000"></testcase>
		<testcase classname="ably" name="TestAuth_RealtimeAccessToken" time="6.760"></testcase>
		<testcase classname="ably" name="TestAuth_IgnoreTimestamp_QueryTime" time="27.180"></testcase>
		<testcase classname="ably" name="TestAuth_RSA7c" time="6.690"></testcase>
		<testcase classname="ably" name="TestEventEmitterConcurrency" time="0.030"></testcase>
		<testcase classname="ably" name="Test_RTE3_EventEmitter_On" time="0.090"></testcase>
		<testcase classname="ably" name="Test_RTE3_EventEmitter_On/event:_qux,_data:_42" time="0.030"></testcase>
		<testcase classname="ably" name="Test_RTE3_EventEmitter_On/event:_foo,_data:_42" time="0.030"></testcase>
		<testcase classname="ably" name="Test_RTE3_EventEmitter_On/event:_bar,_data:_42" time="0.030"></testcase>
		<testcase classname="ably" name="Test_RTE4_EventEmitter_Once" time="0.280"></testcase>
		<testcase classname="ably" name="Test_RTE4_EventEmitter_Once/event:_qux,_data:_42" time="0.090"></testcase>
		<testcase classname="ably" name="Test_RTE4_EventEmitter_Once/event:_foo,_data:_42" time="0.090"></testcase>
		<testcase classname="ably" name="Test_RTE4_EventEmitter_Once/event:_bar,_data:_42" time="0.090"></testcase>
		<testcase classname="ably" name="Test_RTE5_EventEmitter_Off" time="0.120"></testcase>
		<testcase classname="ably" name="Test_RTE5_EventEmitter_Off/specific_listener" time="0.040"></testcase>
		<testcase classname="ably" name="Test_RTE5_EventEmitter_Off/specific_event" time="0.050"></testcase>
		<testcase classname="ably" name="Test_RTE5_EventEmitter_Off/all" time="0.030"></testcase>
		<testcase classname="ably" name="Test_RTE6_EventEmitter_EmitPanic" time="0.020"></testcase>
		<testcase classname="ably" name="Test_RTE6a_EventEmitter_EmitToFixedListenersCollection" time="0.100"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedFallback" time="6.470"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedFallback/request_time" time="0.010"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedResponse" time="7.110"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedResponse/request_time" time="0.170"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedResponse/request_404" time="0.200"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedResponse/request_post_get_messages" time="0.140"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedResponse/request_post_get_messages/post" time="0.070"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedResponse/request_post_get_messages/get" time="0.050"></testcase>
		<testcase classname="ably" name="TestMessage_CryptoDataFixtures_RSL6a1_RSL5b_RSL5c" time="0.010"></testcase>
		<testcase classname="ably" name="TestMessage_CryptoDataFixtures_RSL6a1_RSL5b_RSL5c/with_a_128_keylength" time="0.000"></testcase>
		<testcase classname="ably" name="TestMessage_CryptoDataFixtures_RSL6a1_RSL5b_RSL5c/with_a_128_keylength/fixture_encode" time="0.000"></testcase>
		<testcase classname="ably" name="TestMessage_CryptoDataFixtures_RSL6a1_RSL5b_RSL5c/with_a_256_keylength" time="0.010"></testcase>
		<testcase classname="ably" name="TestMessage_CryptoDataFixtures_RSL6a1_RSL5b_RSL5c/with_a_256_keylength/fixture_encode" time="0.000"></testcase>
		<testcase classname="ably" name="TestMessage_CryptoDataFixtures_RSL6a1_RSL5b_RSL5c_TM3" time="0.010"></testcase>
		<testcase classname="ably" name="TestMessage_CryptoDataFixtures_RSL6a1_RSL5b_RSL5c_TM3/with_a_128_keylength" time="0.000"></testcase>
		<testcase classname="ably" name="TestMessage_CryptoDataFixtures_RSL6a1_RSL5b_RSL5c_TM3/with_a_128_keylength/fixture_encode" time="0.000"></testcase>
		<testcase classname="ably" name="TestMessage_CryptoDataFixtures_RSL6a1_RSL5b_RSL5c_TM3/with_a_256_keylength" time="0.010"></testcase>
		<testcase classname="ably" name="TestMessage_CryptoDataFixtures_RSL6a1_RSL5b_RSL5c_TM3/with_a_256_keylength/fixture_encode" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_Publish" time="6.790"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_PublishAsync" time="6.620"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_Subscribe" time="22.010"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_SubscriptionFilters" time="6.720"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_AttachWhileDisconnected" time="7.560"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_ShouldSetAblySandboxDefaultReadLimit" time="6.670"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_ShouldSetProvidedReadLimit" time="6.840"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_ShouldReturnErrorIfReadLimitExceeded" time="6.710"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2_ChannelEventForStateChange" time="27.520"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2_ChannelEventForStateChange/on_ATTACHING" time="6.900"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2_ChannelEventForStateChange/on_ATTACHED" time="7.050"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2_ChannelEventForStateChange/on_DETACHING" time="6.840"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2_ChannelEventForStateChange/on_DETACHED" time="6.730"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2_ChannelEventForStateChange/on_SUSPENDED" time="0.000">
			<skipped message="    realtime_channel_spec_integration_test.go:107: SUSPENDED not yet implemented"></skipped>
		</testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2_ChannelEventForStateChange/on_UPDATE" time="0.000">
			<skipped message="    realtime_channel_spec_integration_test.go:112: UPDATED not yet implemented"></skipped>
		</testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach" time="123.230"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4a:_If_already_attached,_nothing_is_done" time="0.020"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4b:_If_connection_state_is_INITIALIZED,_CLOSING,_CLOSED_returns_error" time="6.650"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4b:_If_connection_state_is_FAILED,_returns_error" time="6.880"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4b:_If_connection_state_is_SUSPENDED,_returns_error" time="7.020"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4c_RTL4d:_If_connected,_should_get_attached_successfully" time="7.020"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4d_:_should_return_error_on_FAILED_while_attaching_channel" time="6.810"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4d_:_should_return_error_on_DETACHED_while_attaching_channel" time="6.810"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4d_:_should_return_error_on_SUSPENDED_while_attaching_channel" time="0.000">
			<skipped message="    realtime_channel_spec_integration_test.go:527: Channel SUSPENDED not implemented yet"></skipped>
		</testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4e:_Transition_to_failed_if_no_attach_permission" time="6.670"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4f:_Channel_attach_timeout_if_not_received_within_realtime_request_timeout" time="0.010"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4g:_If_channel_in_FAILED_state,_set_err_to_null_and_proceed_with_attach" time="6.470"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4h:_If_channel_is_ATTACHING,_listen_to_the_attach_event_and_don&#39;t_send_attach_event" time="6.660"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4h:_If_channel_is_DETACHING,_do_attach_after_completion_of_request" time="6.910"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4i_:_If_connection_state_is_CONNECTING,_do_ATTACH_after_CONNECTED" time="6.600"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4i_:_If_connection_state_is_DISCONNECTED,_do_ATTACH_after_CONNECTED" time="6.810"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4j_RTL13a:_If_channel_attach_is_not_a_clean_attach,_should_set_ATTACH_RESUME_in_the_ATTACH_message" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4j1:_AttachResume_should_be_True_when_Attached_(Clean_ATTACH)" time="6.990"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4j2:_Rewind_flag_should_allow_to_receive_historic_messages" time="7.370"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4k:_If_params_given_channel_options,_should_be_sent_in_ATTACH_message" time="6.590"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4k1:_If_params_given_channel_options,_should_be_exposed_as_readonly_field_on_ATTACHED_message" time="7.060"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4l:_If_modes_provided_in_channelOptions,_should_be_encoded_as_bitfield_and_set_as_flags_field_of_ATTACH_message" time="6.970"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4m:_If_modes_provides_while_attach,_should_receive_modes_in_attached_message" time="6.870"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach" time="54.720"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5a:_If_channel_is_INITIALIZED_or_DETACHED,_do_nothing" time="6.920"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5b:_If_channel_state_is_FAILED,_return_error" time="6.850"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5d_RTL5e:_If_connected,_should_do_successful_detach_with_server" time="6.750"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5e:_return_error_if_channel_detach_fails" time="6.630"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5f:_return_error_on_request_timeout" time="0.010"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5g:_If_connection_state_CLOSING_or_FAILED,_should_return_error" time="6.920"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5h_:_If_Connection_state_CONNECTING,_queue_the_DETACH_message_and_send_on_CONNECTED" time="6.950"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5h,_RTN19b:_If_Connection_state_DISCONNECTED,_queue_the_DETACH_message_and_send_on_CONNECTED" time="6.920"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5i:_If_channel_in_DETACHING_or_ATTACHING_state,_do_detach_after_completion_of_operation" time="6.750"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5j:_if_channel_state_is_SUSPENDED,_immediately_transition_to_DETACHED_state" time="0.000">
			<skipped message="    realtime_channel_spec_integration_test.go:1898: Channel SUSPENDED not implemented yet"></skipped>
		</testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5k:_When_receive_ATTACH_in_detaching_state,_send_new_DETACH_message" time="0.020"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c1_PublishNow" time="33.870"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c1_PublishNow/when_INITIALIZED" time="6.790"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c1_PublishNow/when_ATTACHING" time="6.760"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c1_PublishNow/when_ATTACHED" time="6.510"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c1_PublishNow/when_DETACHING" time="6.770"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c1_PublishNow/when_DETACHED" time="7.050"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue" time="75.090"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_INITIALIZED,_channel_is_INITIALIZED" time="6.870"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_CONNECTING,_channel_is_INITIALIZED" time="6.720"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_CONNECTING,_channel_is_ATTACHING" time="6.720"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_DISCONNECTED,_channel_is_INITIALIZED" time="6.830"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_DISCONNECTED,_channel_is_ATTACHING" time="6.690"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_DISCONNECTED,_channel_is_ATTACHED" time="6.790"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_DISCONNECTED,_channel_is_DETACHING" time="6.900"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_DISCONNECTED,_channel_is_DETACHED" time="6.880"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_CONNECTING,_channel_is_ATTACHED" time="6.730"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_CONNECTING,_channel_is_DETACHING" time="7.130"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_CONNECTING,_channel_is_DETACHED" time="6.830"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c4_PublishFail" time="6.780"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c4_PublishFail/when_connection_is_SUSPENDED,_channel_is_INITIALIZED" time="6.780"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c5_NoImplicitAttach" time="6.320"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2f_RTL12_HandleResume" time="0.080"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2f_RTL12_HandleResume/RTL2f:_when_flag_has_presence_is_provided,_set_channelChangeState_resume_to_false" time="0.020"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2f_RTL12_HandleResume/RTL2f:_when_flag_has_backlog_is_provided,_set_channelChangeState_resume_to_false" time="0.020"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2f_RTL12_HandleResume/RTL2f:_when_flag_resumed_is_provided,_set_channelChangeState_resume_to_true" time="0.020"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2f_RTL12_HandleResume/RTL12:_when_RE-ATTACH_with_error,_set_ChannelEventUpdated" time="0.020"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL13_HandleDetached" time="0.070"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL13_HandleDetached/RTL13a:_when_ATTACHED,_successful_reattach" time="0.020"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL13_HandleDetached/RTL13b:_when_ATTACHING" time="0.020"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL13_HandleDetached/RTL13c:_stop_on_non-CONNECTED" time="0.030"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL17_IgnoreMessagesWhenNotAttached" time="0.020"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL17_IgnoreMessagesWhenNotAttached/Shouldn&#39;t_receive_message_when_not_attached" time="0.020"></testcase>
		<testcase classname="ably" name="Test_UpdateEmptyMessageFields_TM2a_TM2c_TM2f" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL14_HandleChannelError" time="0.030"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL14_HandleChannelError/RTL14:_when_Error,_should_transition_to_failed_state" time="0.030"></testcase>
		<testcase classname="ably" name="TestRealtime_RealtimeHost" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtime_RSC7_AblyAgent" time="0.010"></testcase>
		<testcase classname="ably" name="TestRealtime_RSC7_AblyAgent/RSC7d3_:_Should_set_ablyAgent_header_with_correct_identifiers" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtime_RSC7_AblyAgent/RSC7d6_:_Should_set_ablyAgent_header_with_custom_agents" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtime_RSC7_AblyAgent/RSC7d6_:_Should_set_ablyAgent_header_with_custom_agents_missing_version" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtime_multiple" time="8.290"></testcase>
		<testcase classname="ably" name="TestRealtime_DontCrashOnCloseWhenEchoOff" time="6.740"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_AutoConnect_And_Close" time="6.960"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_No_AutoConnect" time="6.760"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_AlreadyConnected" time="6.820"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_AuthError" time="0.200"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_ReceiveTimeout" time="6.530"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_BreakConnLoopOnInactiveState" time="13.570"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_BreakConnLoopOnInactiveState/error" time="6.730"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_BreakConnLoopOnInactiveState/closed" time="6.840"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_SendErrorReconnects" time="6.910"></testcase>
		<testcase classname="ably" name="Test_RTN2_WebsocketQueryParams" time="0.010"></testcase>
		<testcase classname="ably" name="Test_RTN2_WebsocketQueryParams/RTN2a:_format_should_be_msgPack_or_json" time="0.000"></testcase>
		<testcase classname="ably" name="Test_RTN2_WebsocketQueryParams/RTN2b:_echo_should_be_true_by_default" time="0.000"></testcase>
		<testcase classname="ably" name="Test_RTN2_WebsocketQueryParams/RTN2d:_clientId_contains_provided_clientId" time="0.000"></testcase>
		<testcase classname="ably" name="Test_RTN2_WebsocketQueryParams/RTN2e:_depending_on_the_auth_scheme,_accessToken_contains_token_string_or_key_contains_api_key" time="0.000"></testcase>
		<testcase classname="ably" name="Test_RTN2_WebsocketQueryParams/RTN2f:_api_version_v_should_be_the_API_version" time="0.000"></testcase>
		<testcase classname="ably" name="Test_RTN3_ConnectionAutoConnect" time="7.070"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange" time="33.480"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange/on_CONNECTING" time="6.740"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange/on_CONNECTED" time="6.660"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange/on_DISCONNECTED" time="6.680"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange/on_SUSPENDED" time="0.000">
			<skipped message="    realtime_conn_spec_integration_test.go:183: SUSPENDED not yet implemented"></skipped>
		</testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange/on_CLOSING" time="6.520"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange/on_CLOSED" time="6.810"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange/on_FAILED" time="0.070"></testcase>
		<testcase classname="ably" name="Test_RTN6_Connected_When_CONNECTED_Msg_Received" time="0.010"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN12_Connection_Close" time="23.170"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN12_Connection_Close/RTN12a:_transition_to_closed_on_connection_close" time="6.770"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN12_Connection_Close/RTN12b:_transition_to_closed_on_close_request_timeout" time="0.010"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN12_Connection_Close/RTN12c:_transition_to_closed_on_transport_error" time="7.180"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN12_Connection_Close/RTN12d_:_should_abort_reconnection_timer_while_disconnected_on_closed" time="1.000"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN12_Connection_Close/RTN12d:_should_abort_reconnection_timer_while_suspended_on_closed" time="1.400"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN12_Connection_Close/RTN12f:_transition_to_closed_when_close_is_called_intermittently" time="6.800"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15a_ReconnectOnEOF" time="7.200"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15b" time="7.420"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15c6" time="7.330"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15c7_attached" time="6.820"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15c4" time="6.660"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15d_MessageRecovery" time="7.040"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15e_ConnKeyUpdatedOnReconnect" time="6.870"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15g_NewConnectionOnStateLost" time="0.020"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15h1_OnDisconnectedCannotRenewToken" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15h2_ReauthFails" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15h2_ReauthWithBadToken" time="0.010"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15h2_Success" time="0.010"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15i_OnErrorWhenConnected" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN16" time="0.000">
			<failure message="Failed" type="">/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/sys_linux_amd64.s:554 +0x21 fp=0x7fffa9b2d098 sp=0x7fffa9b2d090 pc=0x4aa621&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/os_linux.go:69 +0x36 fp=0x7fffa9b2d0e8 sp=0x7fffa9b2d098 pc=0x46b6d6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/lock_futex.go:160 +0x87 fp=0x7fffa9b2d120 sp=0x7fffa9b2d0e8 pc=0x444247&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:1531&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:2335 +0x8c fp=0x7fffa9b2d150 sp=0x7fffa9b2d120 pc=0x47630c&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:3025 +0xabc fp=0x7fffa9b2d258 sp=0x7fffa9b2d150 pc=0x477bbc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:3378 +0xb1 fp=0x7fffa9b2d290 sp=0x7fffa9b2d258 pc=0x4789f1&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:3705 +0x28e fp=0x7fffa9b2d2d0 sp=0x7fffa9b2d290 pc=0x4799ce&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:452 +0x43 fp=0x7fffa9b2d2e0 sp=0x7fffa9b2d2d0 pc=0x4a5da3&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0001476b0 sp=0xc000147690 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc000147740 sp=0xc0001476b0 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:442 +0x18 fp=0xc000147768 sp=0xc000147740 pc=0x43e1b8&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/testing/testing.go:1630 +0x82e fp=0xc0001478a8 sp=0xc000147768 pc=0x5cc64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/testing/testing.go:2036 +0x8e fp=0xc000147900 sp=0xc0001478a8 pc=0x5d01ae&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/testing/testing.go:1576 +0x217 fp=0xc000147a08 sp=0xc000147900 pc=0x5cadd7&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/testing/testing.go:2034 +0x87d fp=0xc000147b78 sp=0xc000147a08 pc=0x5cfffd&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/testing/testing.go:1906 +0xb45 fp=0xc000147ed8 sp=0xc000147b78 pc=0x5cd865&#xA;_testmain.go:281 +0x2ea fp=0xc000147f80 sp=0xc000147ed8 pc=0xc8c1ca&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:250 +0x207 fp=0xc000147fe0 sp=0xc000147f80 pc=0x471fa7&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000147fe8 sp=0xc000147fe0 pc=0x4a7fe1&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0008b1fb0 sp=0xc0008b1f90 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:387&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:305 +0xb0 fp=0xc0008b1fe0 sp=0xc0008b1fb0 pc=0x472230&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0008b1fe8 sp=0xc0008b1fe0 pc=0x4a7fe1&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:293 +0x25&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00005ef80 sp=0xc00005ef60 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:387&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/mgcsweep.go:319 +0xde fp=0xc00005efc8 sp=0xc00005ef80 pc=0x45c67e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/mgc.go:178 +0x26 fp=0xc00005efe0 sp=0xc00005efc8 pc=0x4518e6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00005efe8 sp=0xc00005efe0 pc=0x4a7fe1&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/mgc.go:178 +0x6b&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000064f70 sp=0xc000064f50 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:387&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/mgcscavenge.go:400 +0x53 fp=0xc000064fa0 sp=0xc000064f70 pc=0x45a553&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/mgcscavenge.go:633 +0x65 fp=0xc000064fc8 sp=0xc000064fa0 pc=0x45ab25&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/mgc.go:179 +0x26 fp=0xc000064fe0 sp=0xc000064fc8 pc=0x451886&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000064fe8 sp=0xc000064fe0 pc=0x4a7fe1&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/mgc.go:179 +0xaa&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00005fe28 sp=0xc00005fe08 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/mfinal.go:193 +0x13d fp=0xc00005ffe0 sp=0xc00005fe28 pc=0x45091d&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00005ffe8 sp=0xc00005ffe0 pc=0x4a7fe1&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/mfinal.go:163 +0x45&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00053deb8 sp=0xc00053de98 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc00053df48 sp=0xc00053deb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:447 +0x18 fp=0xc00053df70 sp=0xc00053df48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc00053dfe0 sp=0xc00053df70 pc=0xad958d&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00053dfe8 sp=0xc00053dfe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0007c5cd8 sp=0xc0007c5cb8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0007c5e38 sp=0xc0007c5cd8 pc=0x48413e&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc0007c5fc0 sp=0xc0007c5e38 pc=0xb015bd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc0007c5fe0 sp=0xc0007c5fc0 pc=0xb00e1a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0007c5fe8 sp=0xc0007c5fe0 pc=0x4a7fe1&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc92&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00047ff50 sp=0xc00047ff30 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/mgc.go:1275 +0xf1 fp=0xc00047ffe0 sp=0xc00047ff50 pc=0x453651&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00047ffe8 sp=0xc00047ffe0 pc=0x4a7fe1&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/mgc.go:1199 +0x25&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00047ef50 sp=0xc00047ef30 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/mgc.go:1275 +0xf1 fp=0xc00047efe0 sp=0xc00047ef50 pc=0x453651&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00047efe8 sp=0xc00047efe0 pc=0x4a7fe1&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/mgc.go:1199 +0x25&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0001df600 sp=0xc0001df5e0 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/netpoll.go:527 +0xf7 fp=0xc0001df638 sp=0xc0001df600 pc=0x46a9f7&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/netpoll.go:306 +0x89 fp=0xc0001df658 sp=0xc0001df638 pc=0x4a1ba9&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/internal/poll/fd_poll_runtime.go:84 +0xbd fp=0xc0001df6a0 sp=0xc0001df658 pc=0x4fd8dd&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/internal/poll/fd_poll_runtime.go:89&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/internal/poll/fd_unix.go:167 +0x405 fp=0xc0001df790 sp=0xc0001df6a0 pc=0x4ff465&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/fd_posix.go:55 +0x51 fp=0xc0001df7f0 sp=0xc0001df790 pc=0x7d4891&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/net.go:183 +0xb1 fp=0xc0001df870 sp=0xc0001df7f0 pc=0x7ebcd1&#xA;&lt;autogenerated&gt;:1 +0x65 fp=0xc0001df8b8 sp=0xc0001df870 pc=0x80c805&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/server.go:782 +0x23b fp=0xc0001df938 sp=0xc0001df8b8 pc=0x975ebb&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/bufio/bufio.go:106 +0x2ab fp=0xc0001df9c8 sp=0xc0001df938 pc=0x5d550b&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/bufio/bufio.go:144 +0xd2 fp=0xc0001dfa50 sp=0xc0001df9c8 pc=0x5d57d2&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/server.go:2030 +0xe28 fp=0xc0001dffa0 sp=0xc0001dfa50 pc=0x97ff08&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/server.go:3089 +0x59 fp=0xc0001dffe0 sp=0xc0001dffa0 pc=0x987219&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0001dffe8 sp=0xc0001dffe0 pc=0x4a7fe1&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/server.go:3089 +0x818&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00041dcd0 sp=0xc00041dcb0 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc00041de30 sp=0xc00041dcd0 pc=0x48413e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/transport.go:2410 +0x1a9 fp=0xc00041dfc0 sp=0xc00041de30 pc=0x9ad369&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/transport.go:1766 +0x3a fp=0xc00041dfe0 sp=0xc00041dfc0 pc=0x9a7e1a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00041dfe8 sp=0xc00041dfe0 pc=0x4a7fe1&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/transport.go:1766 +0x261a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00035b6e0 sp=0xc00035b6c0 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/netpoll.go:527 +0xf7 fp=0xc00035b718 sp=0xc00035b6e0 pc=0x46a9f7&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/netpoll.go:306 +0x89 fp=0xc00035b738 sp=0xc00035b718 pc=0x4a1ba9&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/internal/poll/fd_poll_runtime.go:84 +0xbd fp=0xc00035b780 sp=0xc00035b738 pc=0x4fd8dd&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/internal/poll/fd_poll_runtime.go:89&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/internal/poll/fd_unix.go:167 +0x405 fp=0xc00035b870 sp=0xc00035b780 pc=0x4ff465&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/fd_posix.go:55 +0x51 fp=0xc00035b8d0 sp=0xc00035b870 pc=0x7d4891&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/net.go:183 +0xb1 fp=0xc00035b950 sp=0xc00035b8d0 pc=0x7ebcd1&#xA;&lt;autogenerated&gt;:1 +0x65 fp=0xc00035b998 sp=0xc00035b950 pc=0x80c805&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/transport.go:1943 +0x105 fp=0xc00035ba18 sp=0xc00035b998 pc=0x9a9225&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/bufio/bufio.go:106 +0x2ab fp=0xc00035baa8 sp=0xc00035ba18 pc=0x5d550b&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/bufio/bufio.go:144 +0xd2 fp=0xc00035bb30 sp=0xc00035baa8 pc=0x5d57d2&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/transport.go:2107 +0x2c8 fp=0xc00035bfc0 sp=0xc00035bb30 pc=0x9aa588&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/transport.go:1765 +0x3a fp=0xc00035bfe0 sp=0xc00035bfc0 pc=0x9a7e9a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00035bfe8 sp=0xc00035bfe0 pc=0x4a7fe1&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/transport.go:1765 +0x2586&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0004d1838 sp=0xc0004d1818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0004d1998 sp=0xc0004d1838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0004d1ac8 sp=0xc0004d1998 pc=0xbb6ab2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0004d1b40 sp=0xc0004d1ac8 pc=0xc87610&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc0004d1be0 sp=0xc0004d1b40 pc=0xb7458a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0004d1c58 sp=0xc0004d1be0 pc=0xb9e730&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc0004d1fc0 sp=0xc0004d1c58 pc=0xb713dd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc0004d1fe0 sp=0xc0004d1fc0 pc=0xb6d5da&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0004d1fe8 sp=0xc0004d1fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 fp=0xc000877fe0 sp=0xc000877fd8 pc=0xb6d5a0&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000877fe8 sp=0xc000877fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0005e1eb8 sp=0xc0005e1e98 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc0005e1f48 sp=0xc0005e1eb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:447 +0x18 fp=0xc0005e1f70 sp=0xc0005e1f48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc0005e1fe0 sp=0xc0005e1f70 pc=0xad958d&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0005e1fe8 sp=0xc0005e1fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0004dd6e0 sp=0xc0004dd6c0 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/netpoll.go:527 +0xf7 fp=0xc0004dd718 sp=0xc0004dd6e0 pc=0x46a9f7&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/netpoll.go:306 +0x89 fp=0xc0004dd738 sp=0xc0004dd718 pc=0x4a1ba9&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/internal/poll/fd_poll_runtime.go:84 +0xbd fp=0xc0004dd780 sp=0xc0004dd738 pc=0x4fd8dd&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/internal/poll/fd_poll_runtime.go:89&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/internal/poll/fd_unix.go:167 +0x405 fp=0xc0004dd870 sp=0xc0004dd780 pc=0x4ff465&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/fd_posix.go:55 +0x51 fp=0xc0004dd8d0 sp=0xc0004dd870 pc=0x7d4891&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/net.go:183 +0xb1 fp=0xc0004dd950 sp=0xc0004dd8d0 pc=0x7ebcd1&#xA;&lt;autogenerated&gt;:1 +0x65 fp=0xc0004dd998 sp=0xc0004dd950 pc=0x80c805&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/transport.go:1943 +0x105 fp=0xc0004dda18 sp=0xc0004dd998 pc=0x9a9225&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/bufio/bufio.go:106 +0x2ab fp=0xc0004ddaa8 sp=0xc0004dda18 pc=0x5d550b&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/bufio/bufio.go:144 +0xd2 fp=0xc0004ddb30 sp=0xc0004ddaa8 pc=0x5d57d2&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/transport.go:2107 +0x2c8 fp=0xc0004ddfc0 sp=0xc0004ddb30 pc=0x9aa588&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/transport.go:1765 +0x3a fp=0xc0004ddfe0 sp=0xc0004ddfc0 pc=0x9a7e9a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0004ddfe8 sp=0xc0004ddfe0 pc=0x4a7fe1&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/transport.go:1765 +0x2586&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000505bf0 sp=0xc000505bd0 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000505d50 sp=0xc000505bf0 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:291 +0x1c9 fp=0xc000505f10 sp=0xc000505d50 pc=0xb8a349&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:270 +0x42 fp=0xc000505f40 sp=0xc000505f10 pc=0xb89c42&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:303 +0x86 fp=0xc000505fe0 sp=0xc000505f40 pc=0xb5cc46&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000505fe8 sp=0xc000505fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:302 +0x3ea&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0000bdbe0 sp=0xc0000bdbc0 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0000bdd40 sp=0xc0000bdbe0 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:291 +0x1c9 fp=0xc0000bdf00 sp=0xc0000bdd40 pc=0xb8a349&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:270 +0x42 fp=0xc0000bdf30 sp=0xc0000bdf00 pc=0xb89c42&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:414 +0x9b fp=0xc0000bdfe0 sp=0xc0000bdf30 pc=0xb5e95b&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0000bdfe8 sp=0xc0000bdfe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:413 +0x453&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0000c3838 sp=0xc0000c3818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0000c3998 sp=0xc0000c3838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0000c3ac8 sp=0xc0000c3998 pc=0xbb6ab2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0000c3b40 sp=0xc0000c3ac8 pc=0xc87610&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc0000c3be0 sp=0xc0000c3b40 pc=0xb7458a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0000c3c58 sp=0xc0000c3be0 pc=0xb9e730&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc0000c3fc0 sp=0xc0000c3c58 pc=0xb713dd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc0000c3fe0 sp=0xc0000c3fc0 pc=0xb6d5da&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0000c3fe8 sp=0xc0000c3fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000143600 sp=0xc0001435e0 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/netpoll.go:527 +0xf7 fp=0xc000143638 sp=0xc000143600 pc=0x46a9f7&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/netpoll.go:306 +0x89 fp=0xc000143658 sp=0xc000143638 pc=0x4a1ba9&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/internal/poll/fd_poll_runtime.go:84 +0xbd fp=0xc0001436a0 sp=0xc000143658 pc=0x4fd8dd&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/internal/poll/fd_poll_runtime.go:89&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/internal/poll/fd_unix.go:167 +0x405 fp=0xc000143790 sp=0xc0001436a0 pc=0x4ff465&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/fd_posix.go:55 +0x51 fp=0xc0001437f0 sp=0xc000143790 pc=0x7d4891&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/net.go:183 +0xb1 fp=0xc000143870 sp=0xc0001437f0 pc=0x7ebcd1&#xA;&lt;autogenerated&gt;:1 +0x65 fp=0xc0001438b8 sp=0xc000143870 pc=0x80c805&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/server.go:782 +0x23b fp=0xc000143938 sp=0xc0001438b8 pc=0x975ebb&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/bufio/bufio.go:106 +0x2ab fp=0xc0001439c8 sp=0xc000143938 pc=0x5d550b&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/bufio/bufio.go:144 +0xd2 fp=0xc000143a50 sp=0xc0001439c8 pc=0x5d57d2&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/server.go:2030 +0xe28 fp=0xc000143fa0 sp=0xc000143a50 pc=0x97ff08&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/server.go:3089 +0x59 fp=0xc000143fe0 sp=0xc000143fa0 pc=0x987219&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000143fe8 sp=0xc000143fe0 pc=0x4a7fe1&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/server.go:3089 +0x818&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000273c38 sp=0xc000273c18 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000273d98 sp=0xc000273c38 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:291 +0x1c9 fp=0xc000273f58 sp=0xc000273d98 pc=0xb8a349&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:270 +0x42 fp=0xc000273f88 sp=0xc000273f58 pc=0xb89c42&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:838 +0x76 fp=0xc000273fe0 sp=0xc000273f88 pc=0xb64e16&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000273fe8 sp=0xc000273fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:834 +0xb3a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0004dfeb8 sp=0xc0004dfe98 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc0004dff48 sp=0xc0004dfeb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:447 +0x18 fp=0xc0004dff70 sp=0xc0004dff48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc0004dffe0 sp=0xc0004dff70 pc=0xad958d&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0004dffe8 sp=0xc0004dffe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000669eb8 sp=0xc000669e98 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc000669f48 sp=0xc000669eb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:447 +0x18 fp=0xc000669f70 sp=0xc000669f48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc000669fe0 sp=0xc000669f70 pc=0xad958d&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000669fe8 sp=0xc000669fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000732cd8 sp=0xc000732cb8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000732e38 sp=0xc000732cd8 pc=0x48413e&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc000732fc0 sp=0xc000732e38 pc=0xb015bd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc000732fe0 sp=0xc000732fc0 pc=0xb00e1a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000732fe8 sp=0xc000732fe0 pc=0x4a7fe1&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc92&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000655838 sp=0xc000655818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000655998 sp=0xc000655838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000655ac8 sp=0xc000655998 pc=0xbb6ab2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000655b40 sp=0xc000655ac8 pc=0xc87610&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc000655be0 sp=0xc000655b40 pc=0xb7458a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000655c58 sp=0xc000655be0 pc=0xb9e730&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc000655fc0 sp=0xc000655c58 pc=0xb713dd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc000655fe0 sp=0xc000655fc0 pc=0xb6d5da&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000655fe8 sp=0xc000655fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00037dcd0 sp=0xc00037dcb0 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc00037de30 sp=0xc00037dcd0 pc=0x48413e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/transport.go:2410 +0x1a9 fp=0xc00037dfc0 sp=0xc00037de30 pc=0x9ad369&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/transport.go:1766 +0x3a fp=0xc00037dfe0 sp=0xc00037dfc0 pc=0x9a7e1a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00037dfe8 sp=0xc00037dfe0 pc=0x4a7fe1&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/transport.go:1766 +0x261a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000694cd8 sp=0xc000694cb8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000694e38 sp=0xc000694cd8 pc=0x48413e&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc000694fc0 sp=0xc000694e38 pc=0xb015bd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc000694fe0 sp=0xc000694fc0 pc=0xb00e1a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000694fe8 sp=0xc000694fe0 pc=0x4a7fe1&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc92&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000757cd8 sp=0xc000757cb8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000757e38 sp=0xc000757cd8 pc=0x48413e&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc000757fc0 sp=0xc000757e38 pc=0xb015bd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc000757fe0 sp=0xc000757fc0 pc=0xb00e1a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000757fe8 sp=0xc000757fe0 pc=0x4a7fe1&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc92&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0006b7c48 sp=0xc0006b7c28 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0006b7da8 sp=0xc0006b7c48 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:421 +0x4e9 fp=0xc0006b7f28 sp=0xc0006b7da8 pc=0xb5e789&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:453 +0x6a fp=0xc0006b7fa0 sp=0xc0006b7f28 pc=0xc4e98a&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:532 +0x3a fp=0xc0006b7fe0 sp=0xc0006b7fa0 pc=0xc4f61a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0006b7fe8 sp=0xc0006b7fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:531 +0xe5&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00047acf8 sp=0xc00047acd8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:259 +0x44e fp=0xc00047ad88 sp=0xc00047acf8 pc=0x43d7ae&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:145 +0x1d fp=0xc00047adb8 sp=0xc00047ad88 pc=0x43d33d&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0xa5 fp=0xc00047ae20 sp=0xc00047adb8 pc=0xbad9c5&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:555 +0x10a fp=0xc00047aec0 sp=0xc00047ae20 pc=0xb6f28a&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc9 fp=0xc00047af50 sp=0xc00047aec0 pc=0xb4ef49&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xe9 fp=0xc00047afe0 sp=0xc00047af50 pc=0xb4ed69&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00047afe8 sp=0xc00047afe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x28b&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000653eb8 sp=0xc000653e98 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc000653f48 sp=0xc000653eb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:447 +0x18 fp=0xc000653f70 sp=0xc000653f48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc000653fe0 sp=0xc000653f70 pc=0xad958d&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000653fe8 sp=0xc000653fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0005614a8 sp=0xc000561488 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc000561538 sp=0xc0005614a8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:442 +0x18 fp=0xc000561560 sp=0xc000561538 pc=0x43e1b8&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x74 fp=0xc0005615f0 sp=0xc000561560 pc=0xc46b74&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:137 +0x542 fp=0xc000561738 sp=0xc0005615f0 pc=0xb69742&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x50f fp=0xc0005618c8 sp=0xc000561738 pc=0xb6d06f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:304 +0x11f fp=0xc000561b78 sp=0xc0005618c8 pc=0xb6bc1f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:236 +0x2e6 fp=0xc000561c58 sp=0xc000561b78 pc=0xb6a986&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:767 +0x223a fp=0xc000561fc0 sp=0xc000561c58 pc=0xb733da&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc000561fe0 sp=0xc000561fc0 pc=0xb6d5da&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000561fe8 sp=0xc000561fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000736cd8 sp=0xc000736cb8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000736e38 sp=0xc000736cd8 pc=0x48413e&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc000736fc0 sp=0xc000736e38 pc=0xb015bd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc000736fe0 sp=0xc000736fc0 pc=0xb00e1a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000736fe8 sp=0xc000736fe0 pc=0x4a7fe1&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc92&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00074b838 sp=0xc00074b818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc00074b998 sp=0xc00074b838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc00074bac8 sp=0xc00074b998 pc=0xbb6ab2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00074bb40 sp=0xc00074bac8 pc=0xc87610&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc00074bbe0 sp=0xc00074bb40 pc=0xb7458a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00074bc58 sp=0xc00074bbe0 pc=0xb9e730&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc00074bfc0 sp=0xc00074bc58 pc=0xb713dd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc00074bfe0 sp=0xc00074bfc0 pc=0xb6d5da&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00074bfe8 sp=0xc00074bfe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0004974a8 sp=0xc000497488 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc000497538 sp=0xc0004974a8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:442 +0x18 fp=0xc000497560 sp=0xc000497538 pc=0x43e1b8&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x74 fp=0xc0004975f0 sp=0xc000497560 pc=0xc46b74&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:137 +0x542 fp=0xc000497738 sp=0xc0004975f0 pc=0xb69742&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x50f fp=0xc0004978c8 sp=0xc000497738 pc=0xb6d06f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:304 +0x11f fp=0xc000497b78 sp=0xc0004978c8 pc=0xb6bc1f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:236 +0x2e6 fp=0xc000497c58 sp=0xc000497b78 pc=0xb6a986&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:767 +0x223a fp=0xc000497fc0 sp=0xc000497c58 pc=0xb733da&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc000497fe0 sp=0xc000497fc0 pc=0xb6d5da&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000497fe8 sp=0xc000497fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0008ab838 sp=0xc0008ab818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0008ab998 sp=0xc0008ab838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0008abac8 sp=0xc0008ab998 pc=0xbb6ab2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0008abb40 sp=0xc0008abac8 pc=0xc87610&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc0008abbe0 sp=0xc0008abb40 pc=0xb7458a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0008abc58 sp=0xc0008abbe0 pc=0xb9e730&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc0008abfc0 sp=0xc0008abc58 pc=0xb713dd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc0008abfe0 sp=0xc0008abfc0 pc=0xb6d5da&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0008abfe8 sp=0xc0008abfe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000449cd8 sp=0xc000449cb8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000449e38 sp=0xc000449cd8 pc=0x48413e&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc000449fc0 sp=0xc000449e38 pc=0xb015bd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc000449fe0 sp=0xc000449fc0 pc=0xb00e1a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000449fe8 sp=0xc000449fe0 pc=0x4a7fe1&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc92&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0003d54a8 sp=0xc0003d5488 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc0003d5538 sp=0xc0003d54a8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:442 +0x18 fp=0xc0003d5560 sp=0xc0003d5538 pc=0x43e1b8&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x74 fp=0xc0003d55f0 sp=0xc0003d5560 pc=0xc46b74&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:137 +0x542 fp=0xc0003d5738 sp=0xc0003d55f0 pc=0xb69742&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x50f fp=0xc0003d58c8 sp=0xc0003d5738 pc=0xb6d06f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:304 +0x11f fp=0xc0003d5b78 sp=0xc0003d58c8 pc=0xb6bc1f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:236 +0x2e6 fp=0xc0003d5c58 sp=0xc0003d5b78 pc=0xb6a986&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:767 +0x223a fp=0xc0003d5fc0 sp=0xc0003d5c58 pc=0xb733da&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc0003d5fe0 sp=0xc0003d5fc0 pc=0xb6d5da&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0003d5fe8 sp=0xc0003d5fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000289eb8 sp=0xc000289e98 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc000289f48 sp=0xc000289eb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:447 +0x18 fp=0xc000289f70 sp=0xc000289f48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc000289fe0 sp=0xc000289f70 pc=0xad958d&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000289fe8 sp=0xc000289fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000459c40 sp=0xc000459c20 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000459da0 sp=0xc000459c40 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:191 +0x39a fp=0xc000459fe0 sp=0xc000459da0 pc=0xba1afa&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000459fe8 sp=0xc000459fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:178 +0x25b&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00045b838 sp=0xc00045b818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc00045b998 sp=0xc00045b838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc00045bac8 sp=0xc00045b998 pc=0xbb6ab2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00045bb40 sp=0xc00045bac8 pc=0xc87610&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc00045bbe0 sp=0xc00045bb40 pc=0xb7458a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00045bc58 sp=0xc00045bbe0 pc=0xb9e730&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc00045bfc0 sp=0xc00045bc58 pc=0xb713dd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc00045bfe0 sp=0xc00045bfc0 pc=0xb6d5da&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00045bfe8 sp=0xc00045bfe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00059feb8 sp=0xc00059fe98 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc00059ff48 sp=0xc00059feb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:447 +0x18 fp=0xc00059ff70 sp=0xc00059ff48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc00059ffe0 sp=0xc00059ff70 pc=0xad958d&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00059ffe8 sp=0xc00059ffe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000479838 sp=0xc000479818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000479998 sp=0xc000479838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000479ac8 sp=0xc000479998 pc=0xbb6ab2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000479b40 sp=0xc000479ac8 pc=0xc87610&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc000479be0 sp=0xc000479b40 pc=0xb7458a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000479c58 sp=0xc000479be0 pc=0xb9e730&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc000479fc0 sp=0xc000479c58 pc=0xb713dd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc000479fe0 sp=0xc000479fc0 pc=0xb6d5da&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000479fe8 sp=0xc000479fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000770eb8 sp=0xc000770e98 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc000770f48 sp=0xc000770eb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:447 +0x18 fp=0xc000770f70 sp=0xc000770f48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc000770fe0 sp=0xc000770f70 pc=0xad958d&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000770fe8 sp=0xc000770fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00054d838 sp=0xc00054d818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc00054d998 sp=0xc00054d838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc00054dac8 sp=0xc00054d998 pc=0xbb6ab2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00054db40 sp=0xc00054dac8 pc=0xc87610&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc00054dbe0 sp=0xc00054db40 pc=0xb7458a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00054dc58 sp=0xc00054dbe0 pc=0xb9e730&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc00054dfc0 sp=0xc00054dc58 pc=0xb713dd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc00054dfe0 sp=0xc00054dfc0 pc=0xb6d5da&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00054dfe8 sp=0xc00054dfe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000651c58 sp=0xc000651c38 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000651db8 sp=0xc000651c58 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:310 +0x47d fp=0xc000651f28 sp=0xc000651db8 pc=0xb5ca7d&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:395 +0x6a fp=0xc000651fa0 sp=0xc000651f28 pc=0xc4d9aa&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:532 +0x3a fp=0xc000651fe0 sp=0xc000651fa0 pc=0xc4f61a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000651fe8 sp=0xc000651fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:531 +0xe5&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000872cd8 sp=0xc000872cb8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000872e38 sp=0xc000872cd8 pc=0x48413e&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc000872fc0 sp=0xc000872e38 pc=0xb015bd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc000872fe0 sp=0xc000872fc0 pc=0xb00e1a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000872fe8 sp=0xc000872fe0 pc=0x4a7fe1&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc92&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0009b9cf8 sp=0xc0009b9cd8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:259 +0x44e fp=0xc0009b9d88 sp=0xc0009b9cf8 pc=0x43d7ae&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:145 +0x1d fp=0xc0009b9db8 sp=0xc0009b9d88 pc=0x43d33d&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0xa5 fp=0xc0009b9e20 sp=0xc0009b9db8 pc=0xbad9c5&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:555 +0x10a fp=0xc0009b9ec0 sp=0xc0009b9e20 pc=0xb6f28a&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc9 fp=0xc0009b9f50 sp=0xc0009b9ec0 pc=0xb4ef49&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xe9 fp=0xc0009b9fe0 sp=0xc0009b9f50 pc=0xb4ed69&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0009b9fe8 sp=0xc0009b9fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x28b&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000625c40 sp=0xc000625c20 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000625da0 sp=0xc000625c40 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:191 +0x39a fp=0xc000625fe0 sp=0xc000625da0 pc=0xba1afa&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000625fe8 sp=0xc000625fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:178 +0x25b&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0000a7eb8 sp=0xc0000a7e98 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc0000a7f48 sp=0xc0000a7eb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:447 +0x18 fp=0xc0000a7f70 sp=0xc0000a7f48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc0000a7fe0 sp=0xc0000a7f70 pc=0xad958d&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0000a7fe8 sp=0xc0000a7fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0006f7838 sp=0xc0006f7818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0006f7998 sp=0xc0006f7838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0006f7ac8 sp=0xc0006f7998 pc=0xbb6ab2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0006f7b40 sp=0xc0006f7ac8 pc=0xc87610&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc0006f7be0 sp=0xc0006f7b40 pc=0xb7458a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0006f7c58 sp=0xc0006f7be0 pc=0xb9e730&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc0006f7fc0 sp=0xc0006f7c58 pc=0xb713dd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc0006f7fe0 sp=0xc0006f7fc0 pc=0xb6d5da&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0006f7fe8 sp=0xc0006f7fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000791838 sp=0xc000791818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000791998 sp=0xc000791838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000791ac8 sp=0xc000791998 pc=0xbb6ab2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000791b40 sp=0xc000791ac8 pc=0xc87610&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc000791be0 sp=0xc000791b40 pc=0xb7458a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000791c58 sp=0xc000791be0 pc=0xb9e730&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc000791fc0 sp=0xc000791c58 pc=0xb713dd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc000791fe0 sp=0xc000791fc0 pc=0xb6d5da&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000791fe8 sp=0xc000791fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0000ab4a8 sp=0xc0000ab488 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc0000ab538 sp=0xc0000ab4a8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:442 +0x18 fp=0xc0000ab560 sp=0xc0000ab538 pc=0x43e1b8&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x74 fp=0xc0000ab5f0 sp=0xc0000ab560 pc=0xc46b74&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:137 +0x542 fp=0xc0000ab738 sp=0xc0000ab5f0 pc=0xb69742&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x50f fp=0xc0000ab8c8 sp=0xc0000ab738 pc=0xb6d06f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:304 +0x11f fp=0xc0000abb78 sp=0xc0000ab8c8 pc=0xb6bc1f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:236 +0x2e6 fp=0xc0000abc58 sp=0xc0000abb78 pc=0xb6a986&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:767 +0x223a fp=0xc0000abfc0 sp=0xc0000abc58 pc=0xb733da&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc0000abfe0 sp=0xc0000abfc0 pc=0xb6d5da&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0000abfe8 sp=0xc0000abfe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000065cc0 sp=0xc000065ca0 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000065e20 sp=0xc000065cc0 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:893 +0x245 fp=0xc000065f60 sp=0xc000065e20 pc=0xb65445&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:884 +0x7e fp=0xc000065fe0 sp=0xc000065f60 pc=0xb651be&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000065fe8 sp=0xc000065fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:882 +0x20f&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00047dc40 sp=0xc00047dc20 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc00047dda0 sp=0xc00047dc40 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:191 +0x39a fp=0xc00047dfe0 sp=0xc00047dda0 pc=0xba1afa&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00047dfe8 sp=0xc00047dfe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:178 +0x25b&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000491838 sp=0xc000491818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000491998 sp=0xc000491838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000491ac8 sp=0xc000491998 pc=0xbb6ab2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000491b40 sp=0xc000491ac8 pc=0xc87610&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc000491be0 sp=0xc000491b40 pc=0xb7458a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000491c58 sp=0xc000491be0 pc=0xb9e730&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc000491fc0 sp=0xc000491c58 pc=0xb713dd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc000491fe0 sp=0xc000491fc0 pc=0xb6d5da&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000491fe8 sp=0xc000491fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000513be0 sp=0xc000513bc0 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000513d40 sp=0xc000513be0 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:291 +0x1c9 fp=0xc000513f00 sp=0xc000513d40 pc=0xb8a349&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:270 +0x42 fp=0xc000513f30 sp=0xc000513f00 pc=0xb89c42&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:414 +0x9b fp=0xc000513fe0 sp=0xc000513f30 pc=0xb5e95b&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000513fe8 sp=0xc000513fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:413 +0x453&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00045f4a8 sp=0xc00045f488 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc00045f538 sp=0xc00045f4a8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:442 +0x18 fp=0xc00045f560 sp=0xc00045f538 pc=0x43e1b8&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x74 fp=0xc00045f5f0 sp=0xc00045f560 pc=0xc46b74&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:137 +0x542 fp=0xc00045f738 sp=0xc00045f5f0 pc=0xb69742&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x50f fp=0xc00045f8c8 sp=0xc00045f738 pc=0xb6d06f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:304 +0x11f fp=0xc00045fb78 sp=0xc00045f8c8 pc=0xb6bc1f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:236 +0x2e6 fp=0xc00045fc58 sp=0xc00045fb78 pc=0xb6a986&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:767 +0x223a fp=0xc00045ffc0 sp=0xc00045fc58 pc=0xb733da&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc00045ffe0 sp=0xc00045ffc0 pc=0xb6d5da&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00045ffe8 sp=0xc00045ffe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000295838 sp=0xc000295818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000295998 sp=0xc000295838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000295ac8 sp=0xc000295998 pc=0xbb6ab2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000295b40 sp=0xc000295ac8 pc=0xc87610&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc000295be0 sp=0xc000295b40 pc=0xb7458a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000295c58 sp=0xc000295be0 pc=0xb9e730&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc000295fc0 sp=0xc000295c58 pc=0xb713dd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc000295fe0 sp=0xc000295fc0 pc=0xb6d5da&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000295fe8 sp=0xc000295fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00045dc48 sp=0xc00045dc28 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc00045dda8 sp=0xc00045dc48 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:421 +0x4e9 fp=0xc00045df28 sp=0xc00045dda8 pc=0xb5e789&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:453 +0x6a fp=0xc00045dfa0 sp=0xc00045df28 pc=0xc4e98a&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:532 +0x3a fp=0xc00045dfe0 sp=0xc00045dfa0 pc=0xc4f61a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00045dfe8 sp=0xc00045dfe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:531 +0xe5&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0005d94a8 sp=0xc0005d9488 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc0005d9538 sp=0xc0005d94a8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:442 +0x18 fp=0xc0005d9560 sp=0xc0005d9538 pc=0x43e1b8&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x74 fp=0xc0005d95f0 sp=0xc0005d9560 pc=0xc46b74&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:137 +0x542 fp=0xc0005d9738 sp=0xc0005d95f0 pc=0xb69742&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x50f fp=0xc0005d98c8 sp=0xc0005d9738 pc=0xb6d06f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:304 +0x11f fp=0xc0005d9b78 sp=0xc0005d98c8 pc=0xb6bc1f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:236 +0x2e6 fp=0xc0005d9c58 sp=0xc0005d9b78 pc=0xb6a986&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:767 +0x223a fp=0xc0005d9fc0 sp=0xc0005d9c58 pc=0xb733da&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc0005d9fe0 sp=0xc0005d9fc0 pc=0xb6d5da&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0005d9fe8 sp=0xc0005d9fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00054bc40 sp=0xc00054bc20 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc00054bda0 sp=0xc00054bc40 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:191 +0x39a fp=0xc00054bfe0 sp=0xc00054bda0 pc=0xba1afa&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00054bfe8 sp=0xc00054bfe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:178 +0x25b&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000515838 sp=0xc000515818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000515998 sp=0xc000515838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000515ac8 sp=0xc000515998 pc=0xbb6ab2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000515b40 sp=0xc000515ac8 pc=0xc87610&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc000515be0 sp=0xc000515b40 pc=0xb7458a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000515c58 sp=0xc000515be0 pc=0xb9e730&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc000515fc0 sp=0xc000515c58 pc=0xb713dd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc000515fe0 sp=0xc000515fc0 pc=0xb6d5da&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000515fe8 sp=0xc000515fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0004f1838 sp=0xc0004f1818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0004f1998 sp=0xc0004f1838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0004f1ac8 sp=0xc0004f1998 pc=0xbb6ab2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0004f1b40 sp=0xc0004f1ac8 pc=0xc87610&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc0004f1be0 sp=0xc0004f1b40 pc=0xb7458a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0004f1c58 sp=0xc0004f1be0 pc=0xb9e730&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc0004f1fc0 sp=0xc0004f1c58 pc=0xb713dd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc0004f1fe0 sp=0xc0004f1fc0 pc=0xb6d5da&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0004f1fe8 sp=0xc0004f1fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000591838 sp=0xc000591818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000591998 sp=0xc000591838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000591ac8 sp=0xc000591998 pc=0xbb6ab2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000591b40 sp=0xc000591ac8 pc=0xc87610&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc000591be0 sp=0xc000591b40 pc=0xb7458a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000591c58 sp=0xc000591be0 pc=0xb9e730&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc000591fc0 sp=0xc000591c58 pc=0xb713dd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc000591fe0 sp=0xc000591fc0 pc=0xb6d5da&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000591fe8 sp=0xc000591fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0002df838 sp=0xc0002df818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0002df998 sp=0xc0002df838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0002dfac8 sp=0xc0002df998 pc=0xbb6ab2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0002dfb40 sp=0xc0002dfac8 pc=0xc87610&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc0002dfbe0 sp=0xc0002dfb40 pc=0xb7458a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0002dfc58 sp=0xc0002dfbe0 pc=0xb9e730&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc0002dffc0 sp=0xc0002dfc58 pc=0xb713dd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc0002dffe0 sp=0xc0002dffc0 pc=0xb6d5da&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0002dffe8 sp=0xc0002dffe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0006f1838 sp=0xc0006f1818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0006f1998 sp=0xc0006f1838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0006f1ac8 sp=0xc0006f1998 pc=0xbb6ab2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0006f1b40 sp=0xc0006f1ac8 pc=0xc87610&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc0006f1be0 sp=0xc0006f1b40 pc=0xb7458a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0006f1c58 sp=0xc0006f1be0 pc=0xb9e730&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc0006f1fc0 sp=0xc0006f1c58 pc=0xb713dd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc0006f1fe0 sp=0xc0006f1fc0 pc=0xb6d5da&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0006f1fe8 sp=0xc0006f1fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000719cf8 sp=0xc000719cd8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:259 +0x44e fp=0xc000719d88 sp=0xc000719cf8 pc=0x43d7ae&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:145 +0x1d fp=0xc000719db8 sp=0xc000719d88 pc=0x43d33d&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0xa5 fp=0xc000719e20 sp=0xc000719db8 pc=0xbad9c5&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:555 +0x10a fp=0xc000719ec0 sp=0xc000719e20 pc=0xb6f28a&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc9 fp=0xc000719f50 sp=0xc000719ec0 pc=0xb4ef49&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xe9 fp=0xc000719fe0 sp=0xc000719f50 pc=0xb4ed69&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000719fe8 sp=0xc000719fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x28b&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00078d838 sp=0xc00078d818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc00078d998 sp=0xc00078d838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc00078dac8 sp=0xc00078d998 pc=0xbb6ab2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00078db40 sp=0xc00078dac8 pc=0xc87610&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc00078dbe0 sp=0xc00078db40 pc=0xb7458a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00078dc58 sp=0xc00078dbe0 pc=0xb9e730&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc00078dfc0 sp=0xc00078dc58 pc=0xb713dd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc00078dfe0 sp=0xc00078dfc0 pc=0xb6d5da&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00078dfe8 sp=0xc00078dfe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000478838 sp=0xc000478818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000478998 sp=0xc000478838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000478ac8 sp=0xc000478998 pc=0xbb6ab2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000478b40 sp=0xc000478ac8 pc=0xc87610&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc000478be0 sp=0xc000478b40 pc=0xb7458a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000478c58 sp=0xc000478be0 pc=0xb9e730&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc000478fc0 sp=0xc000478c58 pc=0xb713dd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc000478fe0 sp=0xc000478fc0 pc=0xb6d5da&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000478fe8 sp=0xc000478fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00076e838 sp=0xc00076e818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc00076e998 sp=0xc00076e838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc00076eac8 sp=0xc00076e998 pc=0xbb6ab2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00076eb40 sp=0xc00076eac8 pc=0xc87610&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc00076ebe0 sp=0xc00076eb40 pc=0xb7458a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00076ec58 sp=0xc00076ebe0 pc=0xb9e730&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc00076efc0 sp=0xc00076ec58 pc=0xb713dd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc00076efe0 sp=0xc00076efc0 pc=0xb6d5da&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00076efe8 sp=0xc00076efe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000099838 sp=0xc000099818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000099998 sp=0xc000099838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000099ac8 sp=0xc000099998 pc=0xbb6ab2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000099b40 sp=0xc000099ac8 pc=0xc87610&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc000099be0 sp=0xc000099b40 pc=0xb7458a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000099c58 sp=0xc000099be0 pc=0xb9e730&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc000099fc0 sp=0xc000099c58 pc=0xb713dd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc000099fe0 sp=0xc000099fc0 pc=0xb6d5da&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000099fe8 sp=0xc000099fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0008b0cf8 sp=0xc0008b0cd8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:259 +0x44e fp=0xc0008b0d88 sp=0xc0008b0cf8 pc=0x43d7ae&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:145 +0x1d fp=0xc0008b0db8 sp=0xc0008b0d88 pc=0x43d33d&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0xa5 fp=0xc0008b0e20 sp=0xc0008b0db8 pc=0xbad9c5&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:555 +0x10a fp=0xc0008b0ec0 sp=0xc0008b0e20 pc=0xb6f28a&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc9 fp=0xc0008b0f50 sp=0xc0008b0ec0 pc=0xb4ef49&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xe9 fp=0xc0008b0fe0 sp=0xc0008b0f50 pc=0xb4ed69&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0008b0fe8 sp=0xc0008b0fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x28b&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00053b838 sp=0xc00053b818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc00053b998 sp=0xc00053b838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc00053bac8 sp=0xc00053b998 pc=0xbb6ab2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00053bb40 sp=0xc00053bac8 pc=0xc87610&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc00053bbe0 sp=0xc00053bb40 pc=0xb7458a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00053bc58 sp=0xc00053bbe0 pc=0xb9e730&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc00053bfc0 sp=0xc00053bc58 pc=0xb713dd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc00053bfe0 sp=0xc00053bfc0 pc=0xb6d5da&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00053bfe8 sp=0xc00053bfe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;goroutine running on other thread; stack unavailable&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x28b&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0002db838 sp=0xc0002db818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0002db998 sp=0xc0002db838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0002dbac8 sp=0xc0002db998 pc=0xbb6ab2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0002dbb40 sp=0xc0002dbac8 pc=0xc87610&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc0002dbbe0 sp=0xc0002dbb40 pc=0xb7458a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0002dbc58 sp=0xc0002dbbe0 pc=0xb9e730&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc0002dbfc0 sp=0xc0002dbc58 pc=0xb713dd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc0002dbfe0 sp=0xc0002dbfc0 pc=0xb6d5da&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0002dbfe8 sp=0xc0002dbfe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000539838 sp=0xc000539818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000539998 sp=0xc000539838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000539ac8 sp=0xc000539998 pc=0xbb6ab2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000539b40 sp=0xc000539ac8 pc=0xc87610&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc000539be0 sp=0xc000539b40 pc=0xb7458a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000539c58 sp=0xc000539be0 pc=0xb9e730&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc000539fc0 sp=0xc000539c58 pc=0xb713dd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc000539fe0 sp=0xc000539fc0 pc=0xb6d5da&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000539fe8 sp=0xc000539fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00062ccd8 sp=0xc00062ccb8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc00062ce38 sp=0xc00062ccd8 pc=0x48413e&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc00062cfc0 sp=0xc00062ce38 pc=0xb015bd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc00062cfe0 sp=0xc00062cfc0 pc=0xb00e1a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00062cfe8 sp=0xc00062cfe0 pc=0x4a7fe1&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc92&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00066f838 sp=0xc00066f818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc00066f998 sp=0xc00066f838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc00066fac8 sp=0xc00066f998 pc=0xbb6ab2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00066fb40 sp=0xc00066fac8 pc=0xc87610&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc00066fbe0 sp=0xc00066fb40 pc=0xb7458a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00066fc58 sp=0xc00066fbe0 pc=0xb9e730&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc00066ffc0 sp=0xc00066fc58 pc=0xb713dd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc00066ffe0 sp=0xc00066ffc0 pc=0xb6d5da&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00066ffe8 sp=0xc00066ffe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0007c6cf8 sp=0xc0007c6cd8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:259 +0x44e fp=0xc0007c6d88 sp=0xc0007c6cf8 pc=0x43d7ae&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:145 +0x1d fp=0xc0007c6db8 sp=0xc0007c6d88 pc=0x43d33d&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0xa5 fp=0xc0007c6e20 sp=0xc0007c6db8 pc=0xbad9c5&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:555 +0x10a fp=0xc0007c6ec0 sp=0xc0007c6e20 pc=0xb6f28a&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc9 fp=0xc0007c6f50 sp=0xc0007c6ec0 pc=0xb4ef49&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xe9 fp=0xc0007c6fe0 sp=0xc0007c6f50 pc=0xb4ed69&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0007c6fe8 sp=0xc0007c6fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x28b&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000632cd8 sp=0xc000632cb8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000632e38 sp=0xc000632cd8 pc=0x48413e&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc000632fc0 sp=0xc000632e38 pc=0xb015bd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc000632fe0 sp=0xc000632fc0 pc=0xb00e1a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000632fe8 sp=0xc000632fe0 pc=0x4a7fe1&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc92&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0009bfcd8 sp=0xc0009bfcb8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0009bfe38 sp=0xc0009bfcd8 pc=0x48413e&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc0009bffc0 sp=0xc0009bfe38 pc=0xb015bd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc0009bffe0 sp=0xc0009bffc0 pc=0xb00e1a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0009bffe8 sp=0xc0009bffe0 pc=0x4a7fe1&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc92&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000661838 sp=0xc000661818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000661998 sp=0xc000661838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000661ac8 sp=0xc000661998 pc=0xbb6ab2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000661b40 sp=0xc000661ac8 pc=0xc87610&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc000661be0 sp=0xc000661b40 pc=0xb7458a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000661c58 sp=0xc000661be0 pc=0xb9e730&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc000661fc0 sp=0xc000661c58 pc=0xb713dd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc000661fe0 sp=0xc000661fc0 pc=0xb6d5da&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000661fe8 sp=0xc000661fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0001e36d8 sp=0xc0001e36b8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:387&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/sema.go:160 +0x20f fp=0xc0001e3740 sp=0xc0001e36d8 pc=0x4854ef&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/sema.go:77 +0x26 fp=0xc0001e3778 sp=0xc0001e3740 pc=0x4a3c66&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/sync/mutex.go:171 +0x213 fp=0xc0001e37c8 sp=0xc0001e3778 pc=0x4b8213&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/sync/mutex.go:90 +0x65 fp=0xc0001e37e8 sp=0xc0001e37c8 pc=0x4b7f25&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:135 +0x51 fp=0xc0001e3850 sp=0xc0001e37e8 pc=0xb5abf1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:55 +0x175 fp=0xc0001e3980 sp=0xc0001e3850 pc=0xb5a795&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_client.go:47 +0x8b7 fp=0xc0001e3af8 sp=0xc0001e3980 pc=0xb677d7&#xA;/home/runner/work/ably-go/ably-go/ablytest/sandbox.go:210 +0x54 fp=0xc0001e3b40 sp=0xc0001e3af8 pc=0xbafc14&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn_spec_integration_test.go:1780 +0x528 fp=0xc0001e3ea8 sp=0xc0001e3b40 pc=0xc11fa8&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/testing/testing.go:1576 +0x217 fp=0xc0001e3fb0 sp=0xc0001e3ea8 pc=0x5cadd7&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/testing/testing.go:1629 +0x48 fp=0xc0001e3fe0 sp=0xc0001e3fb0 pc=0x5cc8e8&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0001e3fe8 sp=0xc0001e3fe0 pc=0x4a7fe1&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/testing/testing.go:1629 +0x806&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00054f838 sp=0xc00054f818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc00054f998 sp=0xc00054f838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc00054fac8 sp=0xc00054f998 pc=0xbb6ab2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00054fb40 sp=0xc00054fac8 pc=0xc87610&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc00054fbe0 sp=0xc00054fb40 pc=0xb7458a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00054fc58 sp=0xc00054fbe0 pc=0xb9e730&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc00054ffc0 sp=0xc00054fc58 pc=0xb713dd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc00054ffe0 sp=0xc00054ffc0 pc=0xb6d5da&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00054ffe8 sp=0xc00054ffe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00078f838 sp=0xc00078f818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc00078f998 sp=0xc00078f838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc00078fac8 sp=0xc00078f998 pc=0xbb6ab2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00078fb40 sp=0xc00078fac8 pc=0xc87610&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc00078fbe0 sp=0xc00078fb40 pc=0xb7458a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00078fc58 sp=0xc00078fbe0 pc=0xb9e730&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc00078ffc0 sp=0xc00078fc58 pc=0xb713dd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc00078ffe0 sp=0xc00078ffc0 pc=0xb6d5da&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00078ffe8 sp=0xc00078ffe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00009d838 sp=0xc00009d818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc00009d998 sp=0xc00009d838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc00009dac8 sp=0xc00009d998 pc=0xbb6ab2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00009db40 sp=0xc00009dac8 pc=0xc87610&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc00009dbe0 sp=0xc00009db40 pc=0xb7458a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00009dc58 sp=0xc00009dbe0 pc=0xb9e730&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc00009dfc0 sp=0xc00009dc58 pc=0xb713dd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc00009dfe0 sp=0xc00009dfc0 pc=0xb6d5da&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00009dfe8 sp=0xc00009dfe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000696cd8 sp=0xc000696cb8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000696e38 sp=0xc000696cd8 pc=0x48413e&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc000696fc0 sp=0xc000696e38 pc=0xb015bd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc000696fe0 sp=0xc000696fc0 pc=0xb00e1a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000696fe8 sp=0xc000696fe0 pc=0x4a7fe1&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc92&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00009b838 sp=0xc00009b818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc00009b998 sp=0xc00009b838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc00009bac8 sp=0xc00009b998 pc=0xbb6ab2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00009bb40 sp=0xc00009bac8 pc=0xc87610&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc00009bbe0 sp=0xc00009bb40 pc=0xb7458a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00009bc58 sp=0xc00009bbe0 pc=0xb9e730&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc00009bfc0 sp=0xc00009bc58 pc=0xb713dd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc00009bfe0 sp=0xc00009bfc0 pc=0xb6d5da&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00009bfe8 sp=0xc00009bfe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000874cd8 sp=0xc000874cb8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000874e38 sp=0xc000874cd8 pc=0x48413e&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc000874fc0 sp=0xc000874e38 pc=0xb015bd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc000874fe0 sp=0xc000874fc0 pc=0xb00e1a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000874fe8 sp=0xc000874fe0 pc=0x4a7fe1&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc92&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000581b18 sp=0xc000581af8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:387&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/sema.go:160 +0x20f fp=0xc000581b80 sp=0xc000581b18 pc=0x4854ef&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/sema.go:77 +0x26 fp=0xc000581bb8 sp=0xc000581b80 pc=0x4a3c66&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/sync/mutex.go:171 +0x213 fp=0xc000581c08 sp=0xc000581bb8 pc=0x4b8213&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/sync/mutex.go:90 +0x65 fp=0xc000581c28 sp=0xc000581c08 pc=0x4b7f25&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:204 +0x8d fp=0xc000581d80 sp=0xc000581c28 pc=0xb5b7ad&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_client.go:37 +0x105 fp=0xc000581e20 sp=0xc000581d80 pc=0xb679c5&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:555 +0x10a fp=0xc000581ec0 sp=0xc000581e20 pc=0xb6f28a&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc9 fp=0xc000581f50 sp=0xc000581ec0 pc=0xb4ef49&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xe9 fp=0xc000581fe0 sp=0xc000581f50 pc=0xb4ed69&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000581fe8 sp=0xc000581fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x28b&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0004959d8 sp=0xc0004959b8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:387&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/sema.go:160 +0x20f fp=0xc000495a40 sp=0xc0004959d8 pc=0x4854ef&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/sema.go:77 +0x26 fp=0xc000495a78 sp=0xc000495a40 pc=0x4a3c66&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/sync/mutex.go:171 +0x213 fp=0xc000495ac8 sp=0xc000495a78 pc=0x4b8213&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/sync/mutex.go:90 +0x65 fp=0xc000495ae8 sp=0xc000495ac8 pc=0x4b7f25&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:165 +0x4a fp=0xc000495bd0 sp=0xc000495ae8 pc=0xb5b12a&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_client.go:88 +0x4c fp=0xc000495c28 sp=0xc000495bd0 pc=0xb67e8c&#xA;&lt;autogenerated&gt;:1 +0x45 fp=0xc000495c58 sp=0xc000495c28 pc=0xb9eda5&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:864 +0x159e fp=0xc000495fc0 sp=0xc000495c58 pc=0xb7273e&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc000495fe0 sp=0xc000495fc0 pc=0xb6d5da&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000495fe8 sp=0xc000495fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;goroutine running on other thread; stack unavailable&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0008acd50 sp=0xc0008acd30 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0008aceb0 sp=0xc0008acd50 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:18 +0x17e fp=0xc0008acfe0 sp=0xc0008aceb0 pc=0xad90fe&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0008acfe8 sp=0xc0008acfe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:16 +0x145</failure>
		</testcase>
	</testsuite>
</testsuites>
