<testsuites>
	<testsuite tests="207" failures="9" time="7260.060" 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="7.120"></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.860"></testcase>
		<testcase classname="ably" name="TestAuth_TokenAuth_Renew" time="10.840"></testcase>
		<testcase classname="ably" name="TestAuth_RequestToken" time="7.090"></testcase>
		<testcase classname="ably" name="TestAuth_ReuseClientID" time="6.490"></testcase>
		<testcase classname="ably" name="TestAuth_RequestToken_PublishClientID" time="7.510"></testcase>
		<testcase classname="ably" name="TestAuth_ClientID" time="7.750"></testcase>
		<testcase classname="ably" name="TestAuth_ClientID/Auth_ClientID" time="1.160"></testcase>
		<testcase classname="ably" name="TestAuth_CreateTokenRequest" time="6.860"></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="7.130"></testcase>
		<testcase classname="ably" name="TestAuth_IgnoreTimestamp_QueryTime" time="27.250"></testcase>
		<testcase classname="ably" name="TestAuth_RSA7c" time="6.710"></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.880"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedFallback/request_time" time="0.010"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedResponse" time="7.100"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedResponse/request_time" time="0.090"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedResponse/request_404" time="0.180"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedResponse/request_post_get_messages" time="0.300"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedResponse/request_post_get_messages/post" time="0.120"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedResponse/request_post_get_messages/get" time="0.140"></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.580"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_PublishAsync" time="6.450"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_Subscribe" time="21.780"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_SubscriptionFilters" time="6.930"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_AttachWhileDisconnected" time="7.880"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_ShouldSetAblySandboxDefaultReadLimit" time="6.960"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_ShouldSetProvidedReadLimit" time="6.850"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_ShouldReturnErrorIfReadLimitExceeded" time="7.010"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2_ChannelEventForStateChange" time="27.110"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2_ChannelEventForStateChange/on_ATTACHING" time="6.860"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2_ChannelEventForStateChange/on_ATTACHED" time="6.860"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2_ChannelEventForStateChange/on_DETACHING" time="6.720"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2_ChannelEventForStateChange/on_DETACHED" time="6.680"></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.340">
			<failure message="Failed" type=""></failure>
		</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.950"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4b:_If_connection_state_is_FAILED,_returns_error" time="6.700"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4b:_If_connection_state_is_SUSPENDED,_returns_error" time="7.210"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4c_RTL4d:_If_connected,_should_get_attached_successfully" time="6.810"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4d_:_should_return_error_on_FAILED_while_attaching_channel" time="6.730"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4d_:_should_return_error_on_DETACHED_while_attaching_channel" time="6.630"></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:530: Channel SUSPENDED not implemented yet"></skipped>
		</testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4e:_Transition_to_failed_if_no_attach_permission" time="6.810"></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="7.030"></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.650"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4h:_If_channel_is_DETACHING,_do_attach_after_completion_of_request" time="6.940"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4i_:_If_connection_state_is_CONNECTING,_do_ATTACH_after_CONNECTED" time="6.860"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4i_:_If_connection_state_is_DISCONNECTED,_do_ATTACH_after_CONNECTED" time="6.870">
			<failure message="Failed" type="">    realtime_channel_spec_integration_test.go:982: </failure>
		</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.470"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4j2:_Rewind_flag_should_allow_to_receive_historic_messages" time="7.150"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4k:_If_params_given_channel_options,_should_be_sent_in_ATTACH_message" time="6.810"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4k1:_If_params_given_channel_options,_should_be_exposed_as_readonly_field_on_ATTACHED_message" time="6.920"></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.680"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4m:_If_modes_provides_while_attach,_should_receive_modes_in_attached_message" time="7.100"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach" time="55.260">
			<failure message="Failed" type=""></failure>
		</testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5a:_If_channel_is_INITIALIZED_or_DETACHED,_do_nothing" time="6.940"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5b:_If_channel_state_is_FAILED,_return_error" time="6.650"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5d_RTL5e:_If_connected,_should_do_successful_detach_with_server" time="6.760"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5e:_return_error_if_channel_detach_fails" time="6.850"></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="7.010"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5h_:_If_Connection_state_CONNECTING,_queue_the_DETACH_message_and_send_on_CONNECTED" time="7.040">
			<failure message="Failed" type="">    realtime_channel_spec_integration_test.go:1761: </failure>
		</testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5h_:_If_Connection_state_DISCONNECTED,_queue_the_DETACH_message_and_send_on_CONNECTED" time="6.880">
			<failure message="Failed" type="">    realtime_channel_spec_integration_test.go:1831: </failure>
		</testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5i:_If_channel_in_DETACHING_or_ATTACHING_state,_do_detach_after_completion_of_operation" time="7.110"></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:1903: 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.970"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c1_PublishNow/when_INITIALIZED" time="6.820"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c1_PublishNow/when_ATTACHING" time="6.500"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c1_PublishNow/when_ATTACHED" time="6.830"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c1_PublishNow/when_DETACHING" time="6.920"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c1_PublishNow/when_DETACHED" time="6.890"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue" time="74.860"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_INITIALIZED,_channel_is_INITIALIZED" time="6.660"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_CONNECTING,_channel_is_INITIALIZED" time="6.740"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_CONNECTING,_channel_is_ATTACHING" time="6.820"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_DISCONNECTED,_channel_is_INITIALIZED" time="6.720"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_DISCONNECTED,_channel_is_ATTACHING" time="6.810"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_DISCONNECTED,_channel_is_ATTACHED" time="6.800"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_DISCONNECTED,_channel_is_DETACHING" time="6.680"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_DISCONNECTED,_channel_is_DETACHED" time="6.920"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_CONNECTING,_channel_is_ATTACHED" time="6.980"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_CONNECTING,_channel_is_DETACHING" time="7.010"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_CONNECTING,_channel_is_DETACHED" time="6.740"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c4_PublishFail" time="7.200"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c4_PublishFail/when_connection_is_SUSPENDED,_channel_is_INITIALIZED" time="7.200"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c5_NoImplicitAttach" time="7.140"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2f_RTL12_HandleResume" time="0.090"></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.000"></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.850"></testcase>
		<testcase classname="ably" name="TestRealtime_DontCrashOnCloseWhenEchoOff" time="6.480"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_AutoConnect_And_Close" time="6.740"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_No_AutoConnect" time="6.700"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_AlreadyConnected" time="6.890"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_AuthError" time="0.350"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_ReceiveTimeout" time="6.610"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_BreakConnLoopOnInactiveState" time="13.520"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_BreakConnLoopOnInactiveState/error" time="6.940"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_BreakConnLoopOnInactiveState/closed" time="6.580"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_SendErrorReconnects" time="6.860"></testcase>
		<testcase classname="ably" name="Test_RTN2_WebsocketQueryParams" time="0.000"></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="6.480">
			<failure message="Failed" type="">==================&#xA;WARNING: DATA RACE&#xA;Write at 0x00c000774ee8 by goroutine 2123572:&#xA;  github.com/ably/ably-go/ably.(*Connection).eventloop()&#xA;      /home/runner/work/ably-go/ably-go/ably/realtime_conn.go:813 +0xace&#xA;  github.com/ably/ably-go/ably.(*Connection).connectWith.func2()&#xA;      /home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x39&#xA;&#xA;Previous read at 0x00c000774ee8 by goroutine 2070349:&#xA;  github.com/ably/ably-go/ably.NewRealtime()&#xA;      /home/runner/work/ably-go/ably-go/ably/realtime_client.go:42 +0x5e9&#xA;  github.com/ably/ably-go/ablytest.NewRealtime()&#xA;      /home/runner/work/ably-go/ably-go/ablytest/sandbox.go:109 +0x78&#xA;  github.com/ably/ably-go/ably_test.Test_RTN3_ConnectionAutoConnect()&#xA;      /home/runner/work/ably-go/ably-go/ably/realtime_conn_spec_integration_test.go:108 +0x216&#xA;  testing.tRunner()&#xA;      /opt/hostedtoolcache/go/1.20.10/x64/src/testing/testing.go:1576 +0x216&#xA;  testing.(*T).Run.func1()&#xA;      /opt/hostedtoolcache/go/1.20.10/x64/src/testing/testing.go:1629 +0x47&#xA;&#xA;Goroutine 2123572 (running) created at:&#xA;  github.com/ably/ably-go/ably.(*Connection).connectWith()&#xA;      /home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6db&#xA;  github.com/ably/ably-go/ably.(*Connection).connectWithRetryLoop()&#xA;      /home/runner/work/ably-go/ably-go/ably/realtime_conn.go:302 +0x11e&#xA;  github.com/ably/ably-go/ably.(*Connection).connect()&#xA;      /home/runner/work/ably-go/ably-go/ably/realtime_conn.go:205 +0x19e&#xA;  github.com/ably/ably-go/ably.newConn.func1()&#xA;      /home/runner/work/ably-go/ably-go/ably/realtime_conn.go:118 +0x13c&#xA;&#xA;Goroutine 2070349 (running) created at:&#xA;  testing.(*T).Run()&#xA;      /opt/hostedtoolcache/go/1.20.10/x64/src/testing/testing.go:1629 +0x805&#xA;  testing.runTests.func1()&#xA;      /opt/hostedtoolcache/go/1.20.10/x64/src/testing/testing.go:2036 +0x8d&#xA;  testing.tRunner()&#xA;      /opt/hostedtoolcache/go/1.20.10/x64/src/testing/testing.go:1576 +0x216&#xA;  testing.runTests()&#xA;      /opt/hostedtoolcache/go/1.20.10/x64/src/testing/testing.go:2034 +0x87c&#xA;  testing.(*M).Run()&#xA;      /opt/hostedtoolcache/go/1.20.10/x64/src/testing/testing.go:1906 +0xb44&#xA;  main.main()&#xA;      _testmain.go:281 +0x2e9&#xA;==================&#xA;    testing.go:1446: race detected during execution of test</failure>
		</testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange" time="34.760"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange/on_CONNECTING" time="6.970"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange/on_CONNECTED" time="7.040"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange/on_DISCONNECTED" time="6.670"></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="7.180"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange/on_CLOSED" time="6.820"></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="22.410"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN12_Connection_Close/RTN12a:_transition_to_closed_on_connection_close" time="6.670"></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="6.510"></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.810"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15a_ReconnectOnEOF" time="7.260"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15b" time="6.960"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15c6" time="6.810"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15c7_attached" time="7.030"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15c4" time="7.140"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15d_MessageRecovery" time="6.990"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15e_ConnKeyUpdatedOnReconnect" time="6.770"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15g_NewConnectionOnStateLost" time="0.000">
			<failure message="Failed" type="">2023/11/05 21:00:40 [ERROR] cannot set readlimit for connection, connection does not use nhooyr.io/websocket, using default readlimit instead&#xA;2023/11/05 21:00:40 [ERROR] cannot set readlimit for connection, connection does not use nhooyr.io/websocket, using default readlimit instead&#xA;2023/11/05 21:00:40 [ERROR] cannot set readlimit for connection, connection does not use nhooyr.io/websocket, using default readlimit instead&#xA;    realtime_conn_spec_integration_test.go:1445: unexpectedly received in channel: (action=&#34;attach&#34;, channel=&#34;attaching&#34;)</failure>
		</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">
			<failure message="Failed" type="">2023/11/05 21:00:40 [ERROR] cannot set readlimit for connection, connection does not use nhooyr.io/websocket, using default readlimit instead&#xA;==================&#xA;WARNING: DATA RACE&#xA;Read at 0x00c0000faa68 by goroutine 5676633:&#xA;  github.com/ably/ably-go/ably.(*RealtimeChannel).lockAttach.func1()&#xA;      /home/runner/work/ably-go/ably-go/ably/realtime_channel.go:357 +0x284&#xA;  github.com/ably/ably-go/ably.(*RealtimeChannel).lockAttach()&#xA;      /home/runner/work/ably-go/ably-go/ably/realtime_channel.go:390 +0x52b&#xA;  github.com/ably/ably-go/ably.(*RealtimeChannel).mayAttach()&#xA;      /home/runner/work/ably-go/ably-go/ably/realtime_channel.go:333 +0x18c&#xA;  github.com/ably/ably-go/ably.(*RealtimeChannel).attach()&#xA;      /home/runner/work/ably-go/ably-go/ably/realtime_channel.go:319 +0x72&#xA;  github.com/ably/ably-go/ably.(*RealtimeChannel).Attach()&#xA;      /home/runner/work/ably-go/ably-go/ably/realtime_channel.go:293 +0x57&#xA;  github.com/ably/ably-go/ably_test.TestRealtimeConn_RTN15i_OnErrorWhenConnected.func1()&#xA;      /home/runner/work/ably-go/ably-go/ably/realtime_conn_spec_integration_test.go:1714 +0x44&#xA;  github.com/ably/ably-go/ablytest.ResultFunc.Go.func1()&#xA;      /home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:174 +0x53&#xA;&#xA;Previous write at 0x00c0000faa68 by goroutine 5676629:&#xA;  github.com/ably/ably-go/ably.(*RealtimeChannel).notify()&#xA;      /home/runner/work/ably-go/ably-go/ably/realtime_channel.go:793 +0x3b9&#xA;  github.com/ably/ably-go/ably.(*Realtime).onChannelMsg()&#xA;      /home/runner/work/ably-go/ably-go/ably/realtime_client.go:84 +0x8f&#xA;  github.com/ably/ably-go/ably.(*Realtime).onChannelMsg-fm()&#xA;      &lt;autogenerated&gt;:1 +0x44&#xA;  github.com/ably/ably-go/ably.(*Connection).eventloop()&#xA;      /home/runner/work/ably-go/ably-go/ably/realtime_conn.go:893 +0x1748&#xA;  github.com/ably/ably-go/ably.(*Connection).connectWith.func2()&#xA;      /home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x39&#xA;&#xA;Goroutine 5676633 (running) created at:&#xA;  github.com/ably/ably-go/ablytest.ResultFunc.Go()&#xA;      /home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:173 +0xe4&#xA;  github.com/ably/ably-go/ably_test.TestRealtimeConn_RTN15i_OnErrorWhenConnected()&#xA;      /home/runner/work/ably-go/ably-go/ably/realtime_conn_spec_integration_test.go:1714 +0x4eb&#xA;  testing.tRunner()&#xA;      /opt/hostedtoolcache/go/1.20.10/x64/src/testing/testing.go:1576 +0x216&#xA;  testing.(*T).Run.func1()&#xA;      /opt/hostedtoolcache/go/1.20.10/x64/src/testing/testing.go:1629 +0x47&#xA;&#xA;Goroutine 5676629 (running) created at:&#xA;  github.com/ably/ably-go/ably.(*Connection).connectWith()&#xA;      /home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6db&#xA;  github.com/ably/ably-go/ably.(*Connection).connectWithRetryLoop()&#xA;      /home/runner/work/ably-go/ably-go/ably/realtime_conn.go:302 +0x11e&#xA;  github.com/ably/ably-go/ably.(*Connection).connect()&#xA;      /home/runner/work/ably-go/ably-go/ably/realtime_conn.go:205 +0x19e&#xA;  github.com/ably/ably-go/ably.(*Connection).Connect.func1()&#xA;      /home/runner/work/ably-go/ably-go/ably/realtime_conn.go:176 +0x7a&#xA;==================&#xA;    testing.go:1446: race detected during execution of test</failure>
		</testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN16" time="0.000">
			<failure message="Failed" type="">/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0001516b0 sp=0xc000151690 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc000151740 sp=0xc0001516b0 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:442 +0x18 fp=0xc000151768 sp=0xc000151740 pc=0x43e1b8&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/testing/testing.go:1630 +0x82e fp=0xc0001518a8 sp=0xc000151768 pc=0x5cc64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/testing/testing.go:2036 +0x8e fp=0xc000151900 sp=0xc0001518a8 pc=0x5d01ae&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/testing/testing.go:1576 +0x217 fp=0xc000151a08 sp=0xc000151900 pc=0x5cadd7&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/testing/testing.go:2034 +0x87d fp=0xc000151b78 sp=0xc000151a08 pc=0x5cfffd&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/testing/testing.go:1906 +0xb45 fp=0xc000151ed8 sp=0xc000151b78 pc=0x5cd865&#xA;_testmain.go:281 +0x2ea fp=0xc000151f80 sp=0xc000151ed8 pc=0xc8b4ca&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:250 +0x207 fp=0xc000151fe0 sp=0xc000151f80 pc=0x471fa7&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000151fe8 sp=0xc000151fe0 pc=0x4a7fe1&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000578fb0 sp=0xc000578f90 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=0xc000578fe0 sp=0xc000578fb0 pc=0x472230&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000578fe8 sp=0xc000578fe0 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=0xc000064f80 sp=0xc000064f60 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=0xc000064fc8 sp=0xc000064f80 pc=0x45c67e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/mgc.go:178 +0x26 fp=0xc000064fe0 sp=0xc000064fc8 pc=0x4518e6&#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:178 +0x6b&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00005ef70 sp=0xc00005ef50 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=0xc00005efa0 sp=0xc00005ef70 pc=0x45a553&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/mgcscavenge.go:633 +0x65 fp=0xc00005efc8 sp=0xc00005efa0 pc=0x45ab25&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/mgc.go:179 +0x26 fp=0xc00005efe0 sp=0xc00005efc8 pc=0x451886&#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: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=0xc00014d6d0 sp=0xc00014d6b0 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=0xc00014d738 sp=0xc00014d6d0 pc=0x4854ef&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/sema.go:77 +0x26 fp=0xc00014d770 sp=0xc00014d738 pc=0x4a3c66&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/sync/mutex.go:171 +0x213 fp=0xc00014d7c0 sp=0xc00014d770 pc=0x4b8213&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/sync/mutex.go:90 +0x65 fp=0xc00014d7e0 sp=0xc00014d7c0 pc=0x4b7f25&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:135 +0x51 fp=0xc00014d848 sp=0xc00014d7e0 pc=0xb5a7b1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:55 +0x18a fp=0xc00014d980 sp=0xc00014d848 pc=0xb5a2ea&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_client.go:47 +0x8b7 fp=0xc00014daf8 sp=0xc00014d980 pc=0xb670b7&#xA;/home/runner/work/ably-go/ably-go/ablytest/sandbox.go:210 +0x54 fp=0xc00014db40 sp=0xc00014daf8 pc=0xbaf534&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn_spec_integration_test.go:1771 +0x528 fp=0xc00014dea8 sp=0xc00014db40 pc=0xc11728&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/testing/testing.go:1576 +0x217 fp=0xc00014dfb0 sp=0xc00014dea8 pc=0x5cadd7&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/testing/testing.go:1629 +0x48 fp=0xc00014dfe0 sp=0xc00014dfb0 pc=0x5cc8e8&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00014dfe8 sp=0xc00014dfe0 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=0xc000201f50 sp=0xc000201f30 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/mgc.go:1275 +0xf1 fp=0xc000201fe0 sp=0xc000201f50 pc=0x453651&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000201fe8 sp=0xc000201fe0 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=0xc000203f50 sp=0xc000203f30 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/mgc.go:1275 +0xf1 fp=0xc000203fe0 sp=0xc000203f50 pc=0x453651&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000203fe8 sp=0xc000203fe0 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=0xc000202f50 sp=0xc000202f30 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/mgc.go:1275 +0xf1 fp=0xc000202fe0 sp=0xc000202f50 pc=0x453651&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000202fe8 sp=0xc000202fe0 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=0xc000200f50 sp=0xc000200f30 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/mgc.go:1275 +0xf1 fp=0xc000200fe0 sp=0xc000200f50 pc=0x453651&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000200fe8 sp=0xc000200fe0 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=0xc0004ddcd0 sp=0xc0004ddcb0 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0004dde30 sp=0xc0004ddcd0 pc=0x48413e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/transport.go:2410 +0x1a9 fp=0xc0004ddfc0 sp=0xc0004dde30 pc=0x9ad369&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/transport.go:1766 +0x3a fp=0xc0004ddfe0 sp=0xc0004ddfc0 pc=0x9a7e1a&#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:1766 +0x261a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0000d16e0 sp=0xc0000d16c0 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/netpoll.go:527 +0xf7 fp=0xc0000d1718 sp=0xc0000d16e0 pc=0x46a9f7&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/netpoll.go:306 +0x89 fp=0xc0000d1738 sp=0xc0000d1718 pc=0x4a1ba9&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/internal/poll/fd_poll_runtime.go:84 +0xbd fp=0xc0000d1780 sp=0xc0000d1738 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=0xc0000d1870 sp=0xc0000d1780 pc=0x4ff465&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/fd_posix.go:55 +0x51 fp=0xc0000d18d0 sp=0xc0000d1870 pc=0x7d4891&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/net.go:183 +0xb1 fp=0xc0000d1950 sp=0xc0000d18d0 pc=0x7ebcd1&#xA;&lt;autogenerated&gt;:1 +0x65 fp=0xc0000d1998 sp=0xc0000d1950 pc=0x80c805&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/transport.go:1943 +0x105 fp=0xc0000d1a18 sp=0xc0000d1998 pc=0x9a9225&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/bufio/bufio.go:106 +0x2ab fp=0xc0000d1aa8 sp=0xc0000d1a18 pc=0x5d550b&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/bufio/bufio.go:144 +0xd2 fp=0xc0000d1b30 sp=0xc0000d1aa8 pc=0x5d57d2&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/transport.go:2107 +0x2c8 fp=0xc0000d1fc0 sp=0xc0000d1b30 pc=0x9aa588&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/transport.go:1765 +0x3a fp=0xc0000d1fe0 sp=0xc0000d1fc0 pc=0x9a7e9a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0000d1fe8 sp=0xc0000d1fe0 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=0xc000399838 sp=0xc000399818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000399998 sp=0xc000399838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000399ac8 sp=0xc000399998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000399b40 sp=0xc000399ac8 pc=0xc86910&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000399be0 sp=0xc000399b40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000399c58 sp=0xc000399be0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000399fc0 sp=0xc000399c58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc000399fe0 sp=0xc000399fc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000399fe8 sp=0xc000399fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0005ea838 sp=0xc0005ea818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0005ea998 sp=0xc0005ea838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0005eaac8 sp=0xc0005ea998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0005eab40 sp=0xc0005eaac8 pc=0xc86910&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc0005eabe0 sp=0xc0005eab40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0005eac58 sp=0xc0005eabe0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc0005eafc0 sp=0xc0005eac58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc0005eafe0 sp=0xc0005eafc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0005eafe8 sp=0xc0005eafe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0005c5838 sp=0xc0005c5818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0005c5998 sp=0xc0005c5838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0005c5ac8 sp=0xc0005c5998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0005c5b40 sp=0xc0005c5ac8 pc=0xc86910&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc0005c5be0 sp=0xc0005c5b40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0005c5c58 sp=0xc0005c5be0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc0005c5fc0 sp=0xc0005c5c58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc0005c5fe0 sp=0xc0005c5fc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0005c5fe8 sp=0xc0005c5fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00059f838 sp=0xc00059f818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc00059f998 sp=0xc00059f838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc00059fac8 sp=0xc00059f998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00059fb40 sp=0xc00059fac8 pc=0xc86910&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc00059fbe0 sp=0xc00059fb40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00059fc58 sp=0xc00059fbe0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc00059ffc0 sp=0xc00059fc58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc00059ffe0 sp=0xc00059ffc0 pc=0xb6ceba&#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/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0004db600 sp=0xc0004db5e0 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/netpoll.go:527 +0xf7 fp=0xc0004db638 sp=0xc0004db600 pc=0x46a9f7&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/netpoll.go:306 +0x89 fp=0xc0004db658 sp=0xc0004db638 pc=0x4a1ba9&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/internal/poll/fd_poll_runtime.go:84 +0xbd fp=0xc0004db6a0 sp=0xc0004db658 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=0xc0004db790 sp=0xc0004db6a0 pc=0x4ff465&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/fd_posix.go:55 +0x51 fp=0xc0004db7f0 sp=0xc0004db790 pc=0x7d4891&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/net.go:183 +0xb1 fp=0xc0004db870 sp=0xc0004db7f0 pc=0x7ebcd1&#xA;&lt;autogenerated&gt;:1 +0x65 fp=0xc0004db8b8 sp=0xc0004db870 pc=0x80c805&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/server.go:782 +0x23b fp=0xc0004db938 sp=0xc0004db8b8 pc=0x975ebb&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/bufio/bufio.go:106 +0x2ab fp=0xc0004db9c8 sp=0xc0004db938 pc=0x5d550b&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/bufio/bufio.go:144 +0xd2 fp=0xc0004dba50 sp=0xc0004db9c8 pc=0x5d57d2&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/server.go:2030 +0xe28 fp=0xc0004dbfa0 sp=0xc0004dba50 pc=0x97ff08&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/server.go:3089 +0x59 fp=0xc0004dbfe0 sp=0xc0004dbfa0 pc=0x987219&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0004dbfe8 sp=0xc0004dbfe0 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=0xc000559eb8 sp=0xc000559e98 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc000559f48 sp=0xc000559eb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:447 +0x18 fp=0xc000559f70 sp=0xc000559f48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc000559fe0 sp=0xc000559f70 pc=0xad958d&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000559fe8 sp=0xc000559fe0 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=0xc0006d3838 sp=0xc0006d3818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0006d3998 sp=0xc0006d3838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0006d3ac8 sp=0xc0006d3998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0006d3b40 sp=0xc0006d3ac8 pc=0xc86910&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc0006d3be0 sp=0xc0006d3b40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0006d3c58 sp=0xc0006d3be0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc0006d3fc0 sp=0xc0006d3c58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc0006d3fe0 sp=0xc0006d3fc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0006d3fe8 sp=0xc0006d3fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#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=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00078db40 sp=0xc00078dac8 pc=0xc86910&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc00078dbe0 sp=0xc00078db40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00078dc58 sp=0xc00078dbe0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc00078dfc0 sp=0xc00078dc58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc00078dfe0 sp=0xc00078dfc0 pc=0xb6ceba&#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:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000204838 sp=0xc000204818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000204998 sp=0xc000204838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000204ac8 sp=0xc000204998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000204b40 sp=0xc000204ac8 pc=0xc86910&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000204be0 sp=0xc000204b40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000204c58 sp=0xc000204be0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000204fc0 sp=0xc000204c58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc000204fe0 sp=0xc000204fc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000204fe8 sp=0xc000204fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000959cd8 sp=0xc000959cb8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000959e38 sp=0xc000959cd8 pc=0x48413e&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc000959fc0 sp=0xc000959e38 pc=0xb015bd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc000959fe0 sp=0xc000959fc0 pc=0xb00e1a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000959fe8 sp=0xc000959fe0 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=0xc000250cf8 sp=0xc000250cd8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:259 +0x44e fp=0xc000250d88 sp=0xc000250cf8 pc=0x43d7ae&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:145 +0x1d fp=0xc000250db8 sp=0xc000250d88 pc=0x43d33d&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0xa5 fp=0xc000250e20 sp=0xc000250db8 pc=0xbad2e5&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:553 +0x10a fp=0xc000250ec0 sp=0xc000250e20 pc=0xb6eb6a&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc9 fp=0xc000250f50 sp=0xc000250ec0 pc=0xb4ea89&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xe9 fp=0xc000250fe0 sp=0xc000250f50 pc=0xb4e8a9&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000250fe8 sp=0xc000250fe0 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=0xc0005d74a8 sp=0xc0005d7488 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc0005d7538 sp=0xc0005d74a8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:442 +0x18 fp=0xc0005d7560 sp=0xc0005d7538 pc=0x43e1b8&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x74 fp=0xc0005d75f0 sp=0xc0005d7560 pc=0xc462f4&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:135 +0x542 fp=0xc0005d7738 sp=0xc0005d75f0 pc=0xb68f82&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:402 +0x50f fp=0xc0005d78c8 sp=0xc0005d7738 pc=0xb6c94f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:302 +0x11f fp=0xc0005d7b78 sp=0xc0005d78c8 pc=0xb6b4ff&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:234 +0x325 fp=0xc0005d7c58 sp=0xc0005d7b78 pc=0xb6a245&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:765 +0x227a fp=0xc0005d7fc0 sp=0xc0005d7c58 pc=0xb72cfa&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc0005d7fe0 sp=0xc0005d7fc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0005d7fe8 sp=0xc0005d7fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0001cd6e0 sp=0xc0001cd6c0 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/netpoll.go:527 +0xf7 fp=0xc0001cd718 sp=0xc0001cd6e0 pc=0x46a9f7&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/netpoll.go:306 +0x89 fp=0xc0001cd738 sp=0xc0001cd718 pc=0x4a1ba9&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/internal/poll/fd_poll_runtime.go:84 +0xbd fp=0xc0001cd780 sp=0xc0001cd738 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=0xc0001cd870 sp=0xc0001cd780 pc=0x4ff465&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/fd_posix.go:55 +0x51 fp=0xc0001cd8d0 sp=0xc0001cd870 pc=0x7d4891&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/net.go:183 +0xb1 fp=0xc0001cd950 sp=0xc0001cd8d0 pc=0x7ebcd1&#xA;&lt;autogenerated&gt;:1 +0x65 fp=0xc0001cd998 sp=0xc0001cd950 pc=0x80c805&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/transport.go:1943 +0x105 fp=0xc0001cda18 sp=0xc0001cd998 pc=0x9a9225&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/bufio/bufio.go:106 +0x2ab fp=0xc0001cdaa8 sp=0xc0001cda18 pc=0x5d550b&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/bufio/bufio.go:144 +0xd2 fp=0xc0001cdb30 sp=0xc0001cdaa8 pc=0x5d57d2&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/transport.go:2107 +0x2c8 fp=0xc0001cdfc0 sp=0xc0001cdb30 pc=0x9aa588&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/transport.go:1765 +0x3a fp=0xc0001cdfe0 sp=0xc0001cdfc0 pc=0x9a7e9a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0001cdfe8 sp=0xc0001cdfe0 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=0xc0005b7600 sp=0xc0005b75e0 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/netpoll.go:527 +0xf7 fp=0xc0005b7638 sp=0xc0005b7600 pc=0x46a9f7&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/netpoll.go:306 +0x89 fp=0xc0005b7658 sp=0xc0005b7638 pc=0x4a1ba9&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/internal/poll/fd_poll_runtime.go:84 +0xbd fp=0xc0005b76a0 sp=0xc0005b7658 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=0xc0005b7790 sp=0xc0005b76a0 pc=0x4ff465&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/fd_posix.go:55 +0x51 fp=0xc0005b77f0 sp=0xc0005b7790 pc=0x7d4891&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/net.go:183 +0xb1 fp=0xc0005b7870 sp=0xc0005b77f0 pc=0x7ebcd1&#xA;&lt;autogenerated&gt;:1 +0x65 fp=0xc0005b78b8 sp=0xc0005b7870 pc=0x80c805&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/server.go:782 +0x23b fp=0xc0005b7938 sp=0xc0005b78b8 pc=0x975ebb&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/bufio/bufio.go:106 +0x2ab fp=0xc0005b79c8 sp=0xc0005b7938 pc=0x5d550b&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/bufio/bufio.go:144 +0xd2 fp=0xc0005b7a50 sp=0xc0005b79c8 pc=0x5d57d2&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/server.go:2030 +0xe28 fp=0xc0005b7fa0 sp=0xc0005b7a50 pc=0x97ff08&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/server.go:3089 +0x59 fp=0xc0005b7fe0 sp=0xc0005b7fa0 pc=0x987219&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0005b7fe8 sp=0xc0005b7fe0 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=0xc000493838 sp=0xc000493818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000493998 sp=0xc000493838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000493ac8 sp=0xc000493998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000493b40 sp=0xc000493ac8 pc=0xc86910&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000493be0 sp=0xc000493b40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000493c58 sp=0xc000493be0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000493fc0 sp=0xc000493c58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc000493fe0 sp=0xc000493fc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000493fe8 sp=0xc000493fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000555838 sp=0xc000555818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000555998 sp=0xc000555838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000555ac8 sp=0xc000555998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000555b40 sp=0xc000555ac8 pc=0xc86910&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000555be0 sp=0xc000555b40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000555c58 sp=0xc000555be0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000555fc0 sp=0xc000555c58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc000555fe0 sp=0xc000555fc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000555fe8 sp=0xc000555fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0001c9cd0 sp=0xc0001c9cb0 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0001c9e30 sp=0xc0001c9cd0 pc=0x48413e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/transport.go:2410 +0x1a9 fp=0xc0001c9fc0 sp=0xc0001c9e30 pc=0x9ad369&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/transport.go:1766 +0x3a fp=0xc0001c9fe0 sp=0xc0001c9fc0 pc=0x9a7e1a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0001c9fe8 sp=0xc0001c9fe0 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=0xc00078b838 sp=0xc00078b818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc00078b998 sp=0xc00078b838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc00078bac8 sp=0xc00078b998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00078bb40 sp=0xc00078bac8 pc=0xc86910&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc00078bbe0 sp=0xc00078bb40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00078bc58 sp=0xc00078bbe0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc00078bfc0 sp=0xc00078bc58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc00078bfe0 sp=0xc00078bfc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00078bfe8 sp=0xc00078bfe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0000c14a8 sp=0xc0000c1488 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc0000c1538 sp=0xc0000c14a8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:442 +0x18 fp=0xc0000c1560 sp=0xc0000c1538 pc=0x43e1b8&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x74 fp=0xc0000c15f0 sp=0xc0000c1560 pc=0xc462f4&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:135 +0x542 fp=0xc0000c1738 sp=0xc0000c15f0 pc=0xb68f82&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:402 +0x50f fp=0xc0000c18c8 sp=0xc0000c1738 pc=0xb6c94f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:302 +0x11f fp=0xc0000c1b78 sp=0xc0000c18c8 pc=0xb6b4ff&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:234 +0x325 fp=0xc0000c1c58 sp=0xc0000c1b78 pc=0xb6a245&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:765 +0x227a fp=0xc0000c1fc0 sp=0xc0000c1c58 pc=0xb72cfa&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc0000c1fe0 sp=0xc0000c1fc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0000c1fe8 sp=0xc0000c1fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0002bd838 sp=0xc0002bd818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0002bd998 sp=0xc0002bd838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0002bdac8 sp=0xc0002bd998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0002bdb40 sp=0xc0002bdac8 pc=0xc86910&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc0002bdbe0 sp=0xc0002bdb40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0002bdc58 sp=0xc0002bdbe0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc0002bdfc0 sp=0xc0002bdc58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc0002bdfe0 sp=0xc0002bdfc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0002bdfe8 sp=0xc0002bdfe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00039b838 sp=0xc00039b818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc00039b998 sp=0xc00039b838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc00039bac8 sp=0xc00039b998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00039bb40 sp=0xc00039bac8 pc=0xc86910&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc00039bbe0 sp=0xc00039bb40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00039bc58 sp=0xc00039bbe0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc00039bfc0 sp=0xc00039bc58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc00039bfe0 sp=0xc00039bfc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00039bfe8 sp=0xc00039bfe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000677c48 sp=0xc000677c28 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000677da8 sp=0xc000677c48 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:421 +0x4e9 fp=0xc000677f28 sp=0xc000677da8 pc=0xb5e349&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:453 +0x6a fp=0xc000677fa0 sp=0xc000677f28 pc=0xc4e10a&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:532 +0x3a fp=0xc000677fe0 sp=0xc000677fa0 pc=0xc4ed9a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000677fe8 sp=0xc000677fe0 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=0xc0006a5eb8 sp=0xc0006a5e98 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc0006a5f48 sp=0xc0006a5eb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:447 +0x18 fp=0xc0006a5f70 sp=0xc0006a5f48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc0006a5fe0 sp=0xc0006a5f70 pc=0xad958d&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0006a5fe8 sp=0xc0006a5fe0 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=0xc000256c40 sp=0xc000256c20 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000256da0 sp=0xc000256c40 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:191 +0x39a fp=0xc000256fe0 sp=0xc000256da0 pc=0xba141a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000256fe8 sp=0xc000256fe0 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=0xc00039d838 sp=0xc00039d818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc00039d998 sp=0xc00039d838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc00039dac8 sp=0xc00039d998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00039db40 sp=0xc00039dac8 pc=0xc86910&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc00039dbe0 sp=0xc00039db40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00039dc58 sp=0xc00039dbe0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc00039dfc0 sp=0xc00039dc58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc00039dfe0 sp=0xc00039dfc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00039dfe8 sp=0xc00039dfe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000609cd8 sp=0xc000609cb8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000609e38 sp=0xc000609cd8 pc=0x48413e&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc000609fc0 sp=0xc000609e38 pc=0xb015bd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc000609fe0 sp=0xc000609fc0 pc=0xb00e1a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000609fe8 sp=0xc000609fe0 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=0xc0005d1838 sp=0xc0005d1818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0005d1998 sp=0xc0005d1838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0005d1ac8 sp=0xc0005d1998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0005d1b40 sp=0xc0005d1ac8 pc=0xc86910&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc0005d1be0 sp=0xc0005d1b40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0005d1c58 sp=0xc0005d1be0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc0005d1fc0 sp=0xc0005d1c58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc0005d1fe0 sp=0xc0005d1fc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0005d1fe8 sp=0xc0005d1fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0002bf838 sp=0xc0002bf818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0002bf998 sp=0xc0002bf838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0002bfac8 sp=0xc0002bf998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0002bfb40 sp=0xc0002bfac8 pc=0xc86910&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc0002bfbe0 sp=0xc0002bfb40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0002bfc58 sp=0xc0002bfbe0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc0002bffc0 sp=0xc0002bfc58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc0002bffe0 sp=0xc0002bffc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0002bffe8 sp=0xc0002bffe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000867eb8 sp=0xc000867e98 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc000867f48 sp=0xc000867eb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:447 +0x18 fp=0xc000867f70 sp=0xc000867f48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc000867fe0 sp=0xc000867f70 pc=0xad958d&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000867fe8 sp=0xc000867fe0 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=0xc0005e7be0 sp=0xc0005e7bc0 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0005e7d40 sp=0xc0005e7be0 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:296 +0x1c9 fp=0xc0005e7f00 sp=0xc0005e7d40 pc=0xb89c69&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:275 +0x42 fp=0xc0005e7f30 sp=0xc0005e7f00 pc=0xb89562&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:414 +0x9b fp=0xc0005e7fe0 sp=0xc0005e7f30 pc=0xb5e51b&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0005e7fe8 sp=0xc0005e7fe0 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=0xc00088fcd8 sp=0xc00088fcb8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc00088fe38 sp=0xc00088fcd8 pc=0x48413e&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc00088ffc0 sp=0xc00088fe38 pc=0xb015bd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc00088ffe0 sp=0xc00088ffc0 pc=0xb00e1a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00088ffe8 sp=0xc00088ffe0 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=0xc000109c38 sp=0xc000109c18 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000109d98 sp=0xc000109c38 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:296 +0x1c9 fp=0xc000109f58 sp=0xc000109d98 pc=0xb89c69&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:275 +0x42 fp=0xc000109f88 sp=0xc000109f58 pc=0xb89562&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:838 +0x76 fp=0xc000109fe0 sp=0xc000109f88 pc=0xb64a36&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000109fe8 sp=0xc000109fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:834 +0xb9a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000711eb8 sp=0xc000711e98 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc000711f48 sp=0xc000711eb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:447 +0x18 fp=0xc000711f70 sp=0xc000711f48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc000711fe0 sp=0xc000711f70 pc=0xad958d&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000711fe8 sp=0xc000711fe0 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=0xc000063eb8 sp=0xc000063e98 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc000063f48 sp=0xc000063eb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:447 +0x18 fp=0xc000063f70 sp=0xc000063f48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc000063fe0 sp=0xc000063f70 pc=0xad958d&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000063fe8 sp=0xc000063fe0 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=0xc000257cc0 sp=0xc000257ca0 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000257e20 sp=0xc000257cc0 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:893 +0x245 fp=0xc000257f60 sp=0xc000257e20 pc=0xb65065&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:884 +0x7e fp=0xc000257fe0 sp=0xc000257f60 pc=0xb64dde&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000257fe8 sp=0xc000257fe0 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=0xc0005e0cd8 sp=0xc0005e0cb8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0005e0e38 sp=0xc0005e0cd8 pc=0x48413e&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc0005e0fc0 sp=0xc0005e0e38 pc=0xb015bd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc0005e0fe0 sp=0xc0005e0fc0 pc=0xb00e1a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0005e0fe8 sp=0xc0005e0fe0 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=0xc000254c40 sp=0xc000254c20 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000254da0 sp=0xc000254c40 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:191 +0x39a fp=0xc000254fe0 sp=0xc000254da0 pc=0xba141a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000254fe8 sp=0xc000254fe0 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=0xc0008ca838 sp=0xc0008ca818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0008ca998 sp=0xc0008ca838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0008caac8 sp=0xc0008ca998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0008cab40 sp=0xc0008caac8 pc=0xc86910&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc0008cabe0 sp=0xc0008cab40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0008cac58 sp=0xc0008cabe0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc0008cafc0 sp=0xc0008cac58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc0008cafe0 sp=0xc0008cafc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0008cafe8 sp=0xc0008cafe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000779838 sp=0xc000779818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000779998 sp=0xc000779838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000779ac8 sp=0xc000779998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000779b40 sp=0xc000779ac8 pc=0xc86910&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000779be0 sp=0xc000779b40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000779c58 sp=0xc000779be0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000779fc0 sp=0xc000779c58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc000779fe0 sp=0xc000779fc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000779fe8 sp=0xc000779fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0005eceb8 sp=0xc0005ece98 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc0005ecf48 sp=0xc0005eceb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:447 +0x18 fp=0xc0005ecf70 sp=0xc0005ecf48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc0005ecfe0 sp=0xc0005ecf70 pc=0xad958d&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0005ecfe8 sp=0xc0005ecfe0 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=0xc000649838 sp=0xc000649818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000649998 sp=0xc000649838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000649ac8 sp=0xc000649998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000649b40 sp=0xc000649ac8 pc=0xc86910&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000649be0 sp=0xc000649b40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000649c58 sp=0xc000649be0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000649fc0 sp=0xc000649c58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc000649fe0 sp=0xc000649fc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000649fe8 sp=0xc000649fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0006814a8 sp=0xc000681488 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc000681538 sp=0xc0006814a8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:442 +0x18 fp=0xc000681560 sp=0xc000681538 pc=0x43e1b8&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x74 fp=0xc0006815f0 sp=0xc000681560 pc=0xc462f4&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:135 +0x542 fp=0xc000681738 sp=0xc0006815f0 pc=0xb68f82&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:402 +0x50f fp=0xc0006818c8 sp=0xc000681738 pc=0xb6c94f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:302 +0x11f fp=0xc000681b78 sp=0xc0006818c8 pc=0xb6b4ff&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:234 +0x325 fp=0xc000681c58 sp=0xc000681b78 pc=0xb6a245&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:765 +0x227a fp=0xc000681fc0 sp=0xc000681c58 pc=0xb72cfa&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc000681fe0 sp=0xc000681fc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000681fe8 sp=0xc000681fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0001e5eb8 sp=0xc0001e5e98 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc0001e5f48 sp=0xc0001e5eb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:447 +0x18 fp=0xc0001e5f70 sp=0xc0001e5f48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc0001e5fe0 sp=0xc0001e5f70 pc=0xad958d&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0001e5fe8 sp=0xc0001e5fe0 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=0xc000252b18 sp=0xc000252af8 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=0xc000252b80 sp=0xc000252b18 pc=0x4854ef&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/sema.go:77 +0x26 fp=0xc000252bb8 sp=0xc000252b80 pc=0x4a3c66&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/sync/mutex.go:171 +0x213 fp=0xc000252c08 sp=0xc000252bb8 pc=0x4b8213&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/sync/mutex.go:90 +0x65 fp=0xc000252c28 sp=0xc000252c08 pc=0x4b7f25&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:204 +0x8d fp=0xc000252d80 sp=0xc000252c28 pc=0xb5b36d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_client.go:37 +0x105 fp=0xc000252e20 sp=0xc000252d80 pc=0xb672a5&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:553 +0x10a fp=0xc000252ec0 sp=0xc000252e20 pc=0xb6eb6a&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc9 fp=0xc000252f50 sp=0xc000252ec0 pc=0xb4ea89&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xe9 fp=0xc000252fe0 sp=0xc000252f50 pc=0xb4e8a9&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000252fe8 sp=0xc000252fe0 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=0xc0000cd838 sp=0xc0000cd818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0000cd998 sp=0xc0000cd838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0000cdac8 sp=0xc0000cd998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0000cdb40 sp=0xc0000cdac8 pc=0xc86910&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc0000cdbe0 sp=0xc0000cdb40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0000cdc58 sp=0xc0000cdbe0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc0000cdfc0 sp=0xc0000cdc58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc0000cdfe0 sp=0xc0000cdfc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0000cdfe8 sp=0xc0000cdfe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00062b4a8 sp=0xc00062b488 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc00062b538 sp=0xc00062b4a8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:442 +0x18 fp=0xc00062b560 sp=0xc00062b538 pc=0x43e1b8&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x74 fp=0xc00062b5f0 sp=0xc00062b560 pc=0xc462f4&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:135 +0x542 fp=0xc00062b738 sp=0xc00062b5f0 pc=0xb68f82&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:402 +0x50f fp=0xc00062b8c8 sp=0xc00062b738 pc=0xb6c94f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:302 +0x11f fp=0xc00062bb78 sp=0xc00062b8c8 pc=0xb6b4ff&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:234 +0x325 fp=0xc00062bc58 sp=0xc00062bb78 pc=0xb6a245&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:765 +0x227a fp=0xc00062bfc0 sp=0xc00062bc58 pc=0xb72cfa&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc00062bfe0 sp=0xc00062bfc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00062bfe8 sp=0xc00062bfe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000629838 sp=0xc000629818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000629998 sp=0xc000629838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000629ac8 sp=0xc000629998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000629b40 sp=0xc000629ac8 pc=0xc86910&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000629be0 sp=0xc000629b40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000629c58 sp=0xc000629be0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000629fc0 sp=0xc000629c58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc000629fe0 sp=0xc000629fc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000629fe8 sp=0xc000629fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0006ef4a8 sp=0xc0006ef488 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc0006ef538 sp=0xc0006ef4a8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:442 +0x18 fp=0xc0006ef560 sp=0xc0006ef538 pc=0x43e1b8&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x74 fp=0xc0006ef5f0 sp=0xc0006ef560 pc=0xc462f4&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:135 +0x542 fp=0xc0006ef738 sp=0xc0006ef5f0 pc=0xb68f82&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:402 +0x50f fp=0xc0006ef8c8 sp=0xc0006ef738 pc=0xb6c94f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:302 +0x11f fp=0xc0006efb78 sp=0xc0006ef8c8 pc=0xb6b4ff&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:234 +0x325 fp=0xc0006efc58 sp=0xc0006efb78 pc=0xb6a245&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:765 +0x227a fp=0xc0006effc0 sp=0xc0006efc58 pc=0xb72cfa&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc0006effe0 sp=0xc0006effc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0006effe8 sp=0xc0006effe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00048f4a8 sp=0xc00048f488 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc00048f538 sp=0xc00048f4a8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:442 +0x18 fp=0xc00048f560 sp=0xc00048f538 pc=0x43e1b8&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x74 fp=0xc00048f5f0 sp=0xc00048f560 pc=0xc462f4&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:135 +0x542 fp=0xc00048f738 sp=0xc00048f5f0 pc=0xb68f82&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:402 +0x50f fp=0xc00048f8c8 sp=0xc00048f738 pc=0xb6c94f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:302 +0x11f fp=0xc00048fb78 sp=0xc00048f8c8 pc=0xb6b4ff&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:234 +0x325 fp=0xc00048fc58 sp=0xc00048fb78 pc=0xb6a245&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:765 +0x227a fp=0xc00048ffc0 sp=0xc00048fc58 pc=0xb72cfa&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc00048ffe0 sp=0xc00048ffc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00048ffe8 sp=0xc00048ffe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000713eb8 sp=0xc000713e98 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc000713f48 sp=0xc000713eb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:447 +0x18 fp=0xc000713f70 sp=0xc000713f48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc000713fe0 sp=0xc000713f70 pc=0xad958d&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000713fe8 sp=0xc000713fe0 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=0xc0007d3838 sp=0xc0007d3818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0007d3998 sp=0xc0007d3838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0007d3ac8 sp=0xc0007d3998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0007d3b40 sp=0xc0007d3ac8 pc=0xc86910&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc0007d3be0 sp=0xc0007d3b40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0007d3c58 sp=0xc0007d3be0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc0007d3fc0 sp=0xc0007d3c58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc0007d3fe0 sp=0xc0007d3fc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0007d3fe8 sp=0xc0007d3fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0005d3838 sp=0xc0005d3818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0005d3998 sp=0xc0005d3838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0005d3ac8 sp=0xc0005d3998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0005d3b40 sp=0xc0005d3ac8 pc=0xc86910&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc0005d3be0 sp=0xc0005d3b40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0005d3c58 sp=0xc0005d3be0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc0005d3fc0 sp=0xc0005d3c58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc0005d3fe0 sp=0xc0005d3fc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0005d3fe8 sp=0xc0005d3fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0005e6eb8 sp=0xc0005e6e98 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc0005e6f48 sp=0xc0005e6eb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:447 +0x18 fp=0xc0005e6f70 sp=0xc0005e6f48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc0005e6fe0 sp=0xc0005e6f70 pc=0xad958d&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0005e6fe8 sp=0xc0005e6fe0 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=0xc0005e4cd8 sp=0xc0005e4cb8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0005e4e38 sp=0xc0005e4cd8 pc=0x48413e&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc0005e4fc0 sp=0xc0005e4e38 pc=0xb015bd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc0005e4fe0 sp=0xc0005e4fc0 pc=0xb00e1a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0005e4fe8 sp=0xc0005e4fe0 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=0xc0007e39d8 sp=0xc0007e39b8 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=0xc0007e3a40 sp=0xc0007e39d8 pc=0x4854ef&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/sema.go:77 +0x26 fp=0xc0007e3a78 sp=0xc0007e3a40 pc=0x4a3c66&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/sync/mutex.go:171 +0x213 fp=0xc0007e3ac8 sp=0xc0007e3a78 pc=0x4b8213&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/sync/mutex.go:90 +0x65 fp=0xc0007e3ae8 sp=0xc0007e3ac8 pc=0x4b7f25&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:165 +0x4a fp=0xc0007e3bd0 sp=0xc0007e3ae8 pc=0xb5acea&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_client.go:88 +0x4c fp=0xc0007e3c28 sp=0xc0007e3bd0 pc=0xb6776c&#xA;&lt;autogenerated&gt;:1 +0x45 fp=0xc0007e3c58 sp=0xc0007e3c28 pc=0xb9e6c5&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:862 +0x15de fp=0xc0007e3fc0 sp=0xc0007e3c58 pc=0xb7205e&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc0007e3fe0 sp=0xc0007e3fc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0007e3fe8 sp=0xc0007e3fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0004d9838 sp=0xc0004d9818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0004d9998 sp=0xc0004d9838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0004d9ac8 sp=0xc0004d9998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0004d9b40 sp=0xc0004d9ac8 pc=0xc86910&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc0004d9be0 sp=0xc0004d9b40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0004d9c58 sp=0xc0004d9be0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc0004d9fc0 sp=0xc0004d9c58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc0004d9fe0 sp=0xc0004d9fc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0004d9fe8 sp=0xc0004d9fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000669cf8 sp=0xc000669cd8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:259 +0x44e fp=0xc000669d88 sp=0xc000669cf8 pc=0x43d7ae&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:145 +0x1d fp=0xc000669db8 sp=0xc000669d88 pc=0x43d33d&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0xa5 fp=0xc000669e20 sp=0xc000669db8 pc=0xbad2e5&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:553 +0x10a fp=0xc000669ec0 sp=0xc000669e20 pc=0xb6eb6a&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc9 fp=0xc000669f50 sp=0xc000669ec0 pc=0xb4ea89&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xe9 fp=0xc000669fe0 sp=0xc000669f50 pc=0xb4e8a9&#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/event_emitter.go:58 +0x28b&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000b85cf8 sp=0xc000b85cd8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:259 +0x44e fp=0xc000b85d88 sp=0xc000b85cf8 pc=0x43d7ae&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:145 +0x1d fp=0xc000b85db8 sp=0xc000b85d88 pc=0x43d33d&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0xa5 fp=0xc000b85e20 sp=0xc000b85db8 pc=0xbad2e5&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:553 +0x10a fp=0xc000b85ec0 sp=0xc000b85e20 pc=0xb6eb6a&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc9 fp=0xc000b85f50 sp=0xc000b85ec0 pc=0xb4ea89&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xe9 fp=0xc000b85fe0 sp=0xc000b85f50 pc=0xb4e8a9&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000b85fe8 sp=0xc000b85fe0 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=0xc0007a9838 sp=0xc0007a9818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0007a9998 sp=0xc0007a9838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0007a9ac8 sp=0xc0007a9998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0007a9b40 sp=0xc0007a9ac8 pc=0xc86910&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc0007a9be0 sp=0xc0007a9b40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0007a9c58 sp=0xc0007a9be0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc0007a9fc0 sp=0xc0007a9c58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc0007a9fe0 sp=0xc0007a9fc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0007a9fe8 sp=0xc0007a9fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00066fd50 sp=0xc00066fd30 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc00066feb0 sp=0xc00066fd50 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:18 +0x17e fp=0xc00066ffe0 sp=0xc00066feb0 pc=0xad90fe&#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/internal/ablyutil/time.go:16 +0x145&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000935cd8 sp=0xc000935cb8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000935e38 sp=0xc000935cd8 pc=0x48413e&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc000935fc0 sp=0xc000935e38 pc=0xb015bd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc000935fe0 sp=0xc000935fc0 pc=0xb00e1a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000935fe8 sp=0xc000935fe0 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=0xc000aebcf8 sp=0xc000aebcd8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:259 +0x44e fp=0xc000aebd88 sp=0xc000aebcf8 pc=0x43d7ae&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:145 +0x1d fp=0xc000aebdb8 sp=0xc000aebd88 pc=0x43d33d&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0xa5 fp=0xc000aebe20 sp=0xc000aebdb8 pc=0xbad2e5&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:553 +0x10a fp=0xc000aebec0 sp=0xc000aebe20 pc=0xb6eb6a&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc9 fp=0xc000aebf50 sp=0xc000aebec0 pc=0xb4ea89&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xe9 fp=0xc000aebfe0 sp=0xc000aebf50 pc=0xb4e8a9&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000aebfe8 sp=0xc000aebfe0 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=0xc0005ebcd8 sp=0xc0005ebcb8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0005ebe38 sp=0xc0005ebcd8 pc=0x48413e&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc0005ebfc0 sp=0xc0005ebe38 pc=0xb015bd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc0005ebfe0 sp=0xc0005ebfc0 pc=0xb00e1a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0005ebfe8 sp=0xc0005ebfe0 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=0xc000a1dcd8 sp=0xc000a1dcb8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000a1de38 sp=0xc000a1dcd8 pc=0x48413e&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc000a1dfc0 sp=0xc000a1de38 pc=0xb015bd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc000a1dfe0 sp=0xc000a1dfc0 pc=0xb00e1a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000a1dfe8 sp=0xc000a1dfe0 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=0xc0001d1838 sp=0xc0001d1818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0001d1998 sp=0xc0001d1838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0001d1ac8 sp=0xc0001d1998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0001d1b40 sp=0xc0001d1ac8 pc=0xc86910&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc0001d1be0 sp=0xc0001d1b40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0001d1c58 sp=0xc0001d1be0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc0001d1fc0 sp=0xc0001d1c58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc0001d1fe0 sp=0xc0001d1fc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0001d1fe8 sp=0xc0001d1fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0008b2cd8 sp=0xc0008b2cb8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0008b2e38 sp=0xc0008b2cd8 pc=0x48413e&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc0008b2fc0 sp=0xc0008b2e38 pc=0xb015bd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc0008b2fe0 sp=0xc0008b2fc0 pc=0xb00e1a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0008b2fe8 sp=0xc0008b2fe0 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=0xc000760cd8 sp=0xc000760cb8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000760e38 sp=0xc000760cd8 pc=0x48413e&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc000760fc0 sp=0xc000760e38 pc=0xb015bd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc000760fe0 sp=0xc000760fc0 pc=0xb00e1a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000760fe8 sp=0xc000760fe0 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=0xc000861838 sp=0xc000861818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000861998 sp=0xc000861838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000861ac8 sp=0xc000861998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000861b40 sp=0xc000861ac8 pc=0xc86910&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000861be0 sp=0xc000861b40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000861c58 sp=0xc000861be0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000861fc0 sp=0xc000861c58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc000861fe0 sp=0xc000861fc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000861fe8 sp=0xc000861fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0006cf838 sp=0xc0006cf818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0006cf998 sp=0xc0006cf838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0006cfac8 sp=0xc0006cf998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0006cfb40 sp=0xc0006cfac8 pc=0xc86910&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc0006cfbe0 sp=0xc0006cfb40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0006cfc58 sp=0xc0006cfbe0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc0006cffc0 sp=0xc0006cfc58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc0006cffe0 sp=0xc0006cffc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0006cffe8 sp=0xc0006cffe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00086b838 sp=0xc00086b818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc00086b998 sp=0xc00086b838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc00086bac8 sp=0xc00086b998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00086bb40 sp=0xc00086bac8 pc=0xc86910&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc00086bbe0 sp=0xc00086bb40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00086bc58 sp=0xc00086bbe0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc00086bfc0 sp=0xc00086bc58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc00086bfe0 sp=0xc00086bfc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00086bfe8 sp=0xc00086bfe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00062d838 sp=0xc00062d818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc00062d998 sp=0xc00062d838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc00062dac8 sp=0xc00062d998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00062db40 sp=0xc00062dac8 pc=0xc86910&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc00062dbe0 sp=0xc00062db40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00062dc58 sp=0xc00062dbe0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc00062dfc0 sp=0xc00062dc58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc00062dfe0 sp=0xc00062dfc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00062dfe8 sp=0xc00062dfe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0005e8cd8 sp=0xc0005e8cb8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0005e8e38 sp=0xc0005e8cd8 pc=0x48413e&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc0005e8fc0 sp=0xc0005e8e38 pc=0xb015bd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc0005e8fe0 sp=0xc0005e8fc0 pc=0xb00e1a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0005e8fe8 sp=0xc0005e8fe0 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=0xc000969cd8 sp=0xc000969cb8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000969e38 sp=0xc000969cd8 pc=0x48413e&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc000969fc0 sp=0xc000969e38 pc=0xb015bd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc000969fe0 sp=0xc000969fc0 pc=0xb00e1a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000969fe8 sp=0xc000969fe0 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=0xc000557838 sp=0xc000557818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000557998 sp=0xc000557838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000557ac8 sp=0xc000557998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000557b40 sp=0xc000557ac8 pc=0xc86910&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000557be0 sp=0xc000557b40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000557c58 sp=0xc000557be0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000557fc0 sp=0xc000557c58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc000557fe0 sp=0xc000557fc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000557fe8 sp=0xc000557fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc</failure>
		</testcase>
	</testsuite>
</testsuites>
