<testsuites>
	<testsuite tests="207" failures="7" time="7262.134" 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.430"></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="7.490"></testcase>
		<testcase classname="ably" name="TestAuth_TokenAuth_Renew" time="11.130"></testcase>
		<testcase classname="ably" name="TestAuth_RequestToken" time="7.860"></testcase>
		<testcase classname="ably" name="TestAuth_ReuseClientID" time="7.460"></testcase>
		<testcase classname="ably" name="TestAuth_RequestToken_PublishClientID" time="10.360"></testcase>
		<testcase classname="ably" name="TestAuth_ClientID" time="7.920"></testcase>
		<testcase classname="ably" name="TestAuth_ClientID/Auth_ClientID" time="1.220"></testcase>
		<testcase classname="ably" name="TestAuth_CreateTokenRequest" time="7.060"></testcase>
		<testcase classname="ably" name="TestAuth_CreateTokenRequest/RSA9h" time="0.130"></testcase>
		<testcase classname="ably" name="TestAuth_CreateTokenRequest/RSA9h/parameters_are_optional" time="0.120"></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.150"></testcase>
		<testcase classname="ably" name="TestAuth_IgnoreTimestamp_QueryTime" time="27.420"></testcase>
		<testcase classname="ably" name="TestAuth_RSA7c" time="6.700"></testcase>
		<testcase classname="ably" name="TestEventEmitterConcurrency" time="0.030"></testcase>
		<testcase classname="ably" name="Test_RTE3_EventEmitter_On" time="0.100"></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.110"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedFallback" time="6.620"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedFallback/request_time" time="0.010"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedResponse" time="8.030"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedResponse/request_time" time="0.290"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedResponse/request_404" time="0.420"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedResponse/request_post_get_messages" time="0.770"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedResponse/request_post_get_messages/post" time="0.170"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedResponse/request_post_get_messages/get" time="0.530"></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.010"></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="7.350"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_PublishAsync" time="7.170"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_Subscribe" time="22.960"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_SubscriptionFilters" time="7.510"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_AttachWhileDisconnected" time="8.890"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_ShouldSetAblySandboxDefaultReadLimit" time="7.740"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_ShouldSetProvidedReadLimit" time="7.320"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_ShouldReturnErrorIfReadLimitExceeded" time="7.250"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2_ChannelEventForStateChange" time="29.460"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2_ChannelEventForStateChange/on_ATTACHING" time="7.210"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2_ChannelEventForStateChange/on_ATTACHED" time="7.090"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2_ChannelEventForStateChange/on_DETACHING" time="7.620"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2_ChannelEventForStateChange/on_DETACHED" time="7.530"></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="133.470">
			<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="7.280"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4b:_If_connection_state_is_FAILED,_returns_error" time="7.140"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4b:_If_connection_state_is_SUSPENDED,_returns_error" time="7.160"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4c_RTL4d:_If_connected,_should_get_attached_successfully" time="7.550"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4d_:_should_return_error_on_FAILED_while_attaching_channel" time="7.340"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4d_:_should_return_error_on_DETACHED_while_attaching_channel" time="7.340"></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="7.240"></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.440"></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="7.260"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4h:_If_channel_is_DETACHING,_do_attach_after_completion_of_request" time="7.230"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4i_:_If_connection_state_is_CONNECTING,_do_ATTACH_after_CONNECTED" time="7.090"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4i_:_If_connection_state_is_DISCONNECTED,_do_ATTACH_after_CONNECTED" time="7.630">
			<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="7.230"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4j2:_Rewind_flag_should_allow_to_receive_historic_messages" time="8.720"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4k:_If_params_given_channel_options,_should_be_sent_in_ATTACH_message" time="7.370"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4k1:_If_params_given_channel_options,_should_be_exposed_as_readonly_field_on_ATTACHED_message" time="7.710"></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="7.240"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4m:_If_modes_provides_while_attach,_should_receive_modes_in_attached_message" time="7.470"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach" time="59.190">
			<failure message="Failed" type=""></failure>
		</testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5a:_If_channel_is_INITIALIZED_or_DETACHED,_do_nothing" time="6.860"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5b:_If_channel_state_is_FAILED,_return_error" time="7.450"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5d_RTL5e:_If_connected,_should_do_successful_detach_with_server" time="7.770"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5e:_return_error_if_channel_detach_fails" time="7.490"></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.200"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5h_:_If_Connection_state_CONNECTING,_queue_the_DETACH_message_and_send_on_CONNECTED" time="7.460">
			<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="7.470">
			<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.460"></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="39.440"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c1_PublishNow/when_INITIALIZED" time="7.560"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c1_PublishNow/when_ATTACHING" time="7.850"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c1_PublishNow/when_ATTACHED" time="8.150"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c1_PublishNow/when_DETACHING" time="7.880"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c1_PublishNow/when_DETACHED" time="7.990"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue" time="82.520"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_INITIALIZED,_channel_is_INITIALIZED" time="7.420"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_CONNECTING,_channel_is_INITIALIZED" time="7.440"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_CONNECTING,_channel_is_ATTACHING" time="7.140"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_DISCONNECTED,_channel_is_INITIALIZED" time="7.300"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_DISCONNECTED,_channel_is_ATTACHING" time="7.050"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_DISCONNECTED,_channel_is_ATTACHED" time="7.810"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_DISCONNECTED,_channel_is_DETACHING" time="7.780"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_DISCONNECTED,_channel_is_DETACHED" time="7.920"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_CONNECTING,_channel_is_ATTACHED" time="7.640"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_CONNECTING,_channel_is_DETACHING" time="7.510"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_CONNECTING,_channel_is_DETACHED" time="7.500"></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.310"></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.080"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL13_HandleDetached/RTL13a:_when_ATTACHED,_successful_reattach" time="0.020"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL13_HandleDetached/RTL13b:_when_ATTACHING" time="0.020"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL13_HandleDetached/RTL13c:_stop_on_non-CONNECTED" time="0.030"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL17_IgnoreMessagesWhenNotAttached" time="0.020"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL17_IgnoreMessagesWhenNotAttached/Shouldn&#39;t_receive_message_when_not_attached" time="0.020"></testcase>
		<testcase classname="ably" name="Test_UpdateEmptyMessageFields_TM2a_TM2c_TM2f" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL14_HandleChannelError" time="0.030"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL14_HandleChannelError/RTL14:_when_Error,_should_transition_to_failed_state" time="0.030"></testcase>
		<testcase classname="ably" name="TestRealtime_RealtimeHost" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtime_RSC7_AblyAgent" time="0.010"></testcase>
		<testcase classname="ably" name="TestRealtime_RSC7_AblyAgent/RSC7d3_:_Should_set_ablyAgent_header_with_correct_identifiers" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtime_RSC7_AblyAgent/RSC7d6_:_Should_set_ablyAgent_header_with_custom_agents" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtime_RSC7_AblyAgent/RSC7d6_:_Should_set_ablyAgent_header_with_custom_agents_missing_version" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtime_multiple" time="9.240"></testcase>
		<testcase classname="ably" name="TestRealtime_DontCrashOnCloseWhenEchoOff" time="7.220"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_AutoConnect_And_Close" time="7.100"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_No_AutoConnect" time="7.320"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_AlreadyConnected" time="7.640"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_AuthError" time="0.280"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_ReceiveTimeout" time="6.720"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_BreakConnLoopOnInactiveState" time="14.160"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_BreakConnLoopOnInactiveState/error" time="6.850"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_BreakConnLoopOnInactiveState/closed" time="7.300"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_SendErrorReconnects" time="7.940"></testcase>
		<testcase classname="ably" name="Test_RTN2_WebsocketQueryParams" time="0.010"></testcase>
		<testcase classname="ably" name="Test_RTN2_WebsocketQueryParams/RTN2a:_format_should_be_msgPack_or_json" time="0.000"></testcase>
		<testcase classname="ably" name="Test_RTN2_WebsocketQueryParams/RTN2b:_echo_should_be_true_by_default" time="0.000"></testcase>
		<testcase classname="ably" name="Test_RTN2_WebsocketQueryParams/RTN2d:_clientId_contains_provided_clientId" time="0.000"></testcase>
		<testcase classname="ably" name="Test_RTN2_WebsocketQueryParams/RTN2e:_depending_on_the_auth_scheme,_accessToken_contains_token_string_or_key_contains_api_key" time="0.000"></testcase>
		<testcase classname="ably" name="Test_RTN2_WebsocketQueryParams/RTN2f:_api_version_v_should_be_the_API_version" time="0.000"></testcase>
		<testcase classname="ably" name="Test_RTN3_ConnectionAutoConnect" time="7.230"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange" time="36.980"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange/on_CONNECTING" time="7.460"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange/on_CONNECTED" time="7.400"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange/on_DISCONNECTED" time="7.340"></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.200"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange/on_CLOSED" time="7.280"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange/on_FAILED" time="0.290"></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="24.270"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN12_Connection_Close/RTN12a:_transition_to_closed_on_connection_close" time="7.400"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN12_Connection_Close/RTN12b:_transition_to_closed_on_close_request_timeout" time="0.010"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN12_Connection_Close/RTN12c:_transition_to_closed_on_transport_error" time="7.060"></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="7.400"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15a_ReconnectOnEOF" time="7.820"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15b" time="7.650"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15c6" time="8.530"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15c7_attached" time="8.240"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15c4" time="8.030"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15d_MessageRecovery" time="8.120"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15e_ConnKeyUpdatedOnReconnect" time="7.700"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15g_NewConnectionOnStateLost" time="0.010">
			<failure message="Failed" type="">2023/11/05 21:02:27 [ERROR] cannot set readlimit for connection, connection does not use nhooyr.io/websocket, using default readlimit instead&#xA;2023/11/05 21:02:27 [ERROR] cannot set readlimit for connection, connection does not use nhooyr.io/websocket, using default readlimit instead&#xA;2023/11/05 21:02:27 [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"></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=0xc0001476b0 sp=0xc000147690 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc000147740 sp=0xc0001476b0 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:442 +0x18 fp=0xc000147768 sp=0xc000147740 pc=0x43e1b8&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/testing/testing.go:1630 +0x82e fp=0xc0001478a8 sp=0xc000147768 pc=0x5cc64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/testing/testing.go:2036 +0x8e fp=0xc000147900 sp=0xc0001478a8 pc=0x5d01ae&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/testing/testing.go:1576 +0x217 fp=0xc000147a08 sp=0xc000147900 pc=0x5cadd7&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/testing/testing.go:2034 +0x87d fp=0xc000147b78 sp=0xc000147a08 pc=0x5cfffd&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/testing/testing.go:1906 +0xb45 fp=0xc000147ed8 sp=0xc000147b78 pc=0x5cd865&#xA;_testmain.go:281 +0x2ea fp=0xc000147f80 sp=0xc000147ed8 pc=0xc8b4ca&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:250 +0x207 fp=0xc000147fe0 sp=0xc000147f80 pc=0x471fa7&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000147fe8 sp=0xc000147fe0 pc=0x4a7fe1&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000708fb0 sp=0xc000708f90 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=0xc000708fe0 sp=0xc000708fb0 pc=0x472230&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000708fe8 sp=0xc000708fe0 pc=0x4a7fe1&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:293 +0x25&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00005ef80 sp=0xc00005ef60 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:387&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/mgcsweep.go:319 +0xde fp=0xc00005efc8 sp=0xc00005ef80 pc=0x45c67e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/mgc.go:178 +0x26 fp=0xc00005efe0 sp=0xc00005efc8 pc=0x4518e6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00005efe8 sp=0xc00005efe0 pc=0x4a7fe1&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/mgc.go:178 +0x6b&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000064f70 sp=0xc000064f50 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:387&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/mgcscavenge.go:400 +0x53 fp=0xc000064fa0 sp=0xc000064f70 pc=0x45a553&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/mgcscavenge.go:633 +0x65 fp=0xc000064fc8 sp=0xc000064fa0 pc=0x45ab25&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/mgc.go:179 +0x26 fp=0xc000064fe0 sp=0xc000064fc8 pc=0x451886&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000064fe8 sp=0xc000064fe0 pc=0x4a7fe1&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/mgc.go:179 +0xaa&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00005fe28 sp=0xc00005fe08 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/mfinal.go:193 +0x13d fp=0xc00005ffe0 sp=0xc00005fe28 pc=0x45091d&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00005ffe8 sp=0xc00005ffe0 pc=0x4a7fe1&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/mfinal.go:163 +0x45&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000215838 sp=0xc000215818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000215998 sp=0xc000215838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000215ac8 sp=0xc000215998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000215b40 sp=0xc000215ac8 pc=0xc86910&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000215be0 sp=0xc000215b40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000215c58 sp=0xc000215be0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000215fc0 sp=0xc000215c58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc000215fe0 sp=0xc000215fc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000215fe8 sp=0xc000215fe0 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=0xc000691c48 sp=0xc000691c28 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000691da8 sp=0xc000691c48 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:421 +0x4e9 fp=0xc000691f28 sp=0xc000691da8 pc=0xb5e349&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:453 +0x6a fp=0xc000691fa0 sp=0xc000691f28 pc=0xc4e10a&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:532 +0x3a fp=0xc000691fe0 sp=0xc000691fa0 pc=0xc4ed9a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000691fe8 sp=0xc000691fe0 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=0xc00038ef50 sp=0xc00038ef30 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/mgc.go:1275 +0xf1 fp=0xc00038efe0 sp=0xc00038ef50 pc=0x453651&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00038efe8 sp=0xc00038efe0 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=0xc00038ff50 sp=0xc00038ff30 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/mgc.go:1275 +0xf1 fp=0xc00038ffe0 sp=0xc00038ff50 pc=0x453651&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00038ffe8 sp=0xc00038ffe0 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=0xc0003bdcc0 sp=0xc0003bdca0 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0003bde20 sp=0xc0003bdcc0 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:893 +0x245 fp=0xc0003bdf60 sp=0xc0003bde20 pc=0xb65065&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:884 +0x7e fp=0xc0003bdfe0 sp=0xc0003bdf60 pc=0xb64dde&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0003bdfe8 sp=0xc0003bdfe0 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=0xc00065f4a8 sp=0xc00065f488 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc00065f538 sp=0xc00065f4a8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:442 +0x18 fp=0xc00065f560 sp=0xc00065f538 pc=0x43e1b8&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x74 fp=0xc00065f5f0 sp=0xc00065f560 pc=0xc462f4&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:135 +0x542 fp=0xc00065f738 sp=0xc00065f5f0 pc=0xb68f82&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:402 +0x50f fp=0xc00065f8c8 sp=0xc00065f738 pc=0xb6c94f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:302 +0x11f fp=0xc00065fb78 sp=0xc00065f8c8 pc=0xb6b4ff&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:234 +0x325 fp=0xc00065fc58 sp=0xc00065fb78 pc=0xb6a245&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:765 +0x227a fp=0xc00065ffc0 sp=0xc00065fc58 pc=0xb72cfa&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc00065ffe0 sp=0xc00065ffc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00065ffe8 sp=0xc00065ffe0 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=0xc000449cd0 sp=0xc000449cb0 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000449e30 sp=0xc000449cd0 pc=0x48413e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/transport.go:2410 +0x1a9 fp=0xc000449fc0 sp=0xc000449e30 pc=0x9ad369&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/transport.go:1766 +0x3a fp=0xc000449fe0 sp=0xc000449fc0 pc=0x9a7e1a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000449fe8 sp=0xc000449fe0 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=0xc00073bd50 sp=0xc00073bd30 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc00073beb0 sp=0xc00073bd50 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:18 +0x17e fp=0xc00073bfe0 sp=0xc00073beb0 pc=0xad90fe&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00073bfe8 sp=0xc00073bfe0 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=0xc0003876e0 sp=0xc0003876c0 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/netpoll.go:527 +0xf7 fp=0xc000387718 sp=0xc0003876e0 pc=0x46a9f7&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/netpoll.go:306 +0x89 fp=0xc000387738 sp=0xc000387718 pc=0x4a1ba9&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/internal/poll/fd_poll_runtime.go:84 +0xbd fp=0xc000387780 sp=0xc000387738 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=0xc000387870 sp=0xc000387780 pc=0x4ff465&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/fd_posix.go:55 +0x51 fp=0xc0003878d0 sp=0xc000387870 pc=0x7d4891&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/net.go:183 +0xb1 fp=0xc000387950 sp=0xc0003878d0 pc=0x7ebcd1&#xA;&lt;autogenerated&gt;:1 +0x65 fp=0xc000387998 sp=0xc000387950 pc=0x80c805&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/transport.go:1943 +0x105 fp=0xc000387a18 sp=0xc000387998 pc=0x9a9225&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/bufio/bufio.go:106 +0x2ab fp=0xc000387aa8 sp=0xc000387a18 pc=0x5d550b&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/bufio/bufio.go:144 +0xd2 fp=0xc000387b30 sp=0xc000387aa8 pc=0x5d57d2&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/transport.go:2107 +0x2c8 fp=0xc000387fc0 sp=0xc000387b30 pc=0x9aa588&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/transport.go:1765 +0x3a fp=0xc000387fe0 sp=0xc000387fc0 pc=0x9a7e9a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000387fe8 sp=0xc000387fe0 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=0xc000060838 sp=0xc000060818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000060998 sp=0xc000060838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000060ac8 sp=0xc000060998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000060b40 sp=0xc000060ac8 pc=0xc86910&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000060be0 sp=0xc000060b40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000060c58 sp=0xc000060be0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000060fc0 sp=0xc000060c58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc000060fe0 sp=0xc000060fc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000060fe8 sp=0xc000060fe0 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=0xc000493600 sp=0xc0004935e0 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/netpoll.go:527 +0xf7 fp=0xc000493638 sp=0xc000493600 pc=0x46a9f7&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/netpoll.go:306 +0x89 fp=0xc000493658 sp=0xc000493638 pc=0x4a1ba9&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/internal/poll/fd_poll_runtime.go:84 +0xbd fp=0xc0004936a0 sp=0xc000493658 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=0xc000493790 sp=0xc0004936a0 pc=0x4ff465&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/fd_posix.go:55 +0x51 fp=0xc0004937f0 sp=0xc000493790 pc=0x7d4891&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/net.go:183 +0xb1 fp=0xc000493870 sp=0xc0004937f0 pc=0x7ebcd1&#xA;&lt;autogenerated&gt;:1 +0x65 fp=0xc0004938b8 sp=0xc000493870 pc=0x80c805&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/server.go:782 +0x23b fp=0xc000493938 sp=0xc0004938b8 pc=0x975ebb&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/bufio/bufio.go:106 +0x2ab fp=0xc0004939c8 sp=0xc000493938 pc=0x5d550b&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/bufio/bufio.go:144 +0xd2 fp=0xc000493a50 sp=0xc0004939c8 pc=0x5d57d2&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/server.go:2030 +0xe28 fp=0xc000493fa0 sp=0xc000493a50 pc=0x97ff08&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/server.go:3089 +0x59 fp=0xc000493fe0 sp=0xc000493fa0 pc=0x987219&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000493fe8 sp=0xc000493fe0 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=0xc000143600 sp=0xc0001435e0 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/netpoll.go:527 +0xf7 fp=0xc000143638 sp=0xc000143600 pc=0x46a9f7&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/netpoll.go:306 +0x89 fp=0xc000143658 sp=0xc000143638 pc=0x4a1ba9&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/internal/poll/fd_poll_runtime.go:84 +0xbd fp=0xc0001436a0 sp=0xc000143658 pc=0x4fd8dd&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/internal/poll/fd_poll_runtime.go:89&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/internal/poll/fd_unix.go:167 +0x405 fp=0xc000143790 sp=0xc0001436a0 pc=0x4ff465&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/fd_posix.go:55 +0x51 fp=0xc0001437f0 sp=0xc000143790 pc=0x7d4891&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/net.go:183 +0xb1 fp=0xc000143870 sp=0xc0001437f0 pc=0x7ebcd1&#xA;&lt;autogenerated&gt;:1 +0x65 fp=0xc0001438b8 sp=0xc000143870 pc=0x80c805&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/server.go:782 +0x23b fp=0xc000143938 sp=0xc0001438b8 pc=0x975ebb&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/bufio/bufio.go:106 +0x2ab fp=0xc0001439c8 sp=0xc000143938 pc=0x5d550b&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/bufio/bufio.go:144 +0xd2 fp=0xc000143a50 sp=0xc0001439c8 pc=0x5d57d2&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/server.go:2030 +0xe28 fp=0xc000143fa0 sp=0xc000143a50 pc=0x97ff08&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/server.go:3089 +0x59 fp=0xc000143fe0 sp=0xc000143fa0 pc=0x987219&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000143fe8 sp=0xc000143fe0 pc=0x4a7fe1&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/server.go:3089 +0x818&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00060dcd8 sp=0xc00060dcb8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc00060de38 sp=0xc00060dcd8 pc=0x48413e&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc00060dfc0 sp=0xc00060de38 pc=0xb015bd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc00060dfe0 sp=0xc00060dfc0 pc=0xb00e1a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00060dfe8 sp=0xc00060dfe0 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=0xc000587c58 sp=0xc000587c38 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000587db8 sp=0xc000587c58 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:310 +0x47d fp=0xc000587f28 sp=0xc000587db8 pc=0xb5c63d&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:395 +0x6a fp=0xc000587fa0 sp=0xc000587f28 pc=0xc4d12a&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:532 +0x3a fp=0xc000587fe0 sp=0xc000587fa0 pc=0xc4ed9a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000587fe8 sp=0xc000587fe0 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=0xc0006a34a8 sp=0xc0006a3488 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc0006a3538 sp=0xc0006a34a8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:442 +0x18 fp=0xc0006a3560 sp=0xc0006a3538 pc=0x43e1b8&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x74 fp=0xc0006a35f0 sp=0xc0006a3560 pc=0xc462f4&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:135 +0x542 fp=0xc0006a3738 sp=0xc0006a35f0 pc=0xb68f82&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:402 +0x50f fp=0xc0006a38c8 sp=0xc0006a3738 pc=0xb6c94f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:302 +0x11f fp=0xc0006a3b78 sp=0xc0006a38c8 pc=0xb6b4ff&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:234 +0x325 fp=0xc0006a3c58 sp=0xc0006a3b78 pc=0xb6a245&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:765 +0x227a fp=0xc0006a3fc0 sp=0xc0006a3c58 pc=0xb72cfa&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc0006a3fe0 sp=0xc0006a3fc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0006a3fe8 sp=0xc0006a3fe0 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=0xc0006cd838 sp=0xc0006cd818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0006cd998 sp=0xc0006cd838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0006cdac8 sp=0xc0006cd998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0006cdb40 sp=0xc0006cdac8 pc=0xc86910&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc0006cdbe0 sp=0xc0006cdb40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0006cdc58 sp=0xc0006cdbe0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc0006cdfc0 sp=0xc0006cdc58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc0006cdfe0 sp=0xc0006cdfc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0006cdfe8 sp=0xc0006cdfe0 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=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=0xc00059b4a8 sp=0xc00059b488 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc00059b538 sp=0xc00059b4a8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:442 +0x18 fp=0xc00059b560 sp=0xc00059b538 pc=0x43e1b8&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x74 fp=0xc00059b5f0 sp=0xc00059b560 pc=0xc462f4&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:135 +0x542 fp=0xc00059b738 sp=0xc00059b5f0 pc=0xb68f82&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:402 +0x50f fp=0xc00059b8c8 sp=0xc00059b738 pc=0xb6c94f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:302 +0x11f fp=0xc00059bb78 sp=0xc00059b8c8 pc=0xb6b4ff&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:234 +0x325 fp=0xc00059bc58 sp=0xc00059bb78 pc=0xb6a245&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:765 +0x227a fp=0xc00059bfc0 sp=0xc00059bc58 pc=0xb72cfa&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc00059bfe0 sp=0xc00059bfc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00059bfe8 sp=0xc00059bfe0 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=0xc000447838 sp=0xc000447818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000447998 sp=0xc000447838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000447ac8 sp=0xc000447998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000447b40 sp=0xc000447ac8 pc=0xc86910&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000447be0 sp=0xc000447b40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000447c58 sp=0xc000447be0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000447fc0 sp=0xc000447c58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc000447fe0 sp=0xc000447fc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000447fe8 sp=0xc000447fe0 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=0xc0000c36e0 sp=0xc0000c36c0 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/netpoll.go:527 +0xf7 fp=0xc0000c3718 sp=0xc0000c36e0 pc=0x46a9f7&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/netpoll.go:306 +0x89 fp=0xc0000c3738 sp=0xc0000c3718 pc=0x4a1ba9&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/internal/poll/fd_poll_runtime.go:84 +0xbd fp=0xc0000c3780 sp=0xc0000c3738 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=0xc0000c3870 sp=0xc0000c3780 pc=0x4ff465&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/fd_posix.go:55 +0x51 fp=0xc0000c38d0 sp=0xc0000c3870 pc=0x7d4891&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/net.go:183 +0xb1 fp=0xc0000c3950 sp=0xc0000c38d0 pc=0x7ebcd1&#xA;&lt;autogenerated&gt;:1 +0x65 fp=0xc0000c3998 sp=0xc0000c3950 pc=0x80c805&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/transport.go:1943 +0x105 fp=0xc0000c3a18 sp=0xc0000c3998 pc=0x9a9225&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/bufio/bufio.go:106 +0x2ab fp=0xc0000c3aa8 sp=0xc0000c3a18 pc=0x5d550b&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/bufio/bufio.go:144 +0xd2 fp=0xc0000c3b30 sp=0xc0000c3aa8 pc=0x5d57d2&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/transport.go:2107 +0x2c8 fp=0xc0000c3fc0 sp=0xc0000c3b30 pc=0x9aa588&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/transport.go:1765 +0x3a fp=0xc0000c3fe0 sp=0xc0000c3fc0 pc=0x9a7e9a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0000c3fe8 sp=0xc0000c3fe0 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=0xc000407cd0 sp=0xc000407cb0 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000407e30 sp=0xc000407cd0 pc=0x48413e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/transport.go:2410 +0x1a9 fp=0xc000407fc0 sp=0xc000407e30 pc=0x9ad369&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/transport.go:1766 +0x3a fp=0xc000407fe0 sp=0xc000407fc0 pc=0x9a7e1a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000407fe8 sp=0xc000407fe0 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=0xc0005d14a8 sp=0xc0005d1488 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc0005d1538 sp=0xc0005d14a8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:442 +0x18 fp=0xc0005d1560 sp=0xc0005d1538 pc=0x43e1b8&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x74 fp=0xc0005d15f0 sp=0xc0005d1560 pc=0xc462f4&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:135 +0x542 fp=0xc0005d1738 sp=0xc0005d15f0 pc=0xb68f82&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:402 +0x50f fp=0xc0005d18c8 sp=0xc0005d1738 pc=0xb6c94f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:302 +0x11f fp=0xc0005d1b78 sp=0xc0005d18c8 pc=0xb6b4ff&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:234 +0x325 fp=0xc0005d1c58 sp=0xc0005d1b78 pc=0xb6a245&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:765 +0x227a fp=0xc0005d1fc0 sp=0xc0005d1c58 pc=0xb72cfa&#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=0xc000633838 sp=0xc000633818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000633998 sp=0xc000633838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000633ac8 sp=0xc000633998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000633b40 sp=0xc000633ac8 pc=0xc86910&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000633be0 sp=0xc000633b40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000633c58 sp=0xc000633be0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000633fc0 sp=0xc000633c58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc000633fe0 sp=0xc000633fc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000633fe8 sp=0xc000633fe0 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=0xc000101838 sp=0xc000101818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000101998 sp=0xc000101838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000101ac8 sp=0xc000101998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000101b40 sp=0xc000101ac8 pc=0xc86910&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000101be0 sp=0xc000101b40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000101c58 sp=0xc000101be0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000101fc0 sp=0xc000101c58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc000101fe0 sp=0xc000101fc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000101fe8 sp=0xc000101fe0 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=0xc0000c1eb8 sp=0xc0000c1e98 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc0000c1f48 sp=0xc0000c1eb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:447 +0x18 fp=0xc0000c1f70 sp=0xc0000c1f48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc0000c1fe0 sp=0xc0000c1f70 pc=0xad958d&#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/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0005b5c58 sp=0xc0005b5c38 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0005b5db8 sp=0xc0005b5c58 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:310 +0x47d fp=0xc0005b5f28 sp=0xc0005b5db8 pc=0xb5c63d&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:395 +0x6a fp=0xc0005b5fa0 sp=0xc0005b5f28 pc=0xc4d12a&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:532 +0x3a fp=0xc0005b5fe0 sp=0xc0005b5fa0 pc=0xc4ed9a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0005b5fe8 sp=0xc0005b5fe0 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=0xc000061c40 sp=0xc000061c20 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000061da0 sp=0xc000061c40 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:191 +0x39a fp=0xc000061fe0 sp=0xc000061da0 pc=0xba141a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000061fe8 sp=0xc000061fe0 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=0xc0003dbcf8 sp=0xc0003dbcd8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:259 +0x44e fp=0xc0003dbd88 sp=0xc0003dbcf8 pc=0x43d7ae&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:145 +0x1d fp=0xc0003dbdb8 sp=0xc0003dbd88 pc=0x43d33d&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0xa5 fp=0xc0003dbe20 sp=0xc0003dbdb8 pc=0xbad2e5&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:553 +0x10a fp=0xc0003dbec0 sp=0xc0003dbe20 pc=0xb6eb6a&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc9 fp=0xc0003dbf50 sp=0xc0003dbec0 pc=0xb4ea89&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xe9 fp=0xc0003dbfe0 sp=0xc0003dbf50 pc=0xb4e8a9&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0003dbfe8 sp=0xc0003dbfe0 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=0xc0003d8cf8 sp=0xc0003d8cd8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:259 +0x44e fp=0xc0003d8d88 sp=0xc0003d8cf8 pc=0x43d7ae&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:145 +0x1d fp=0xc0003d8db8 sp=0xc0003d8d88 pc=0x43d33d&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0xa5 fp=0xc0003d8e20 sp=0xc0003d8db8 pc=0xbad2e5&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:553 +0x10a fp=0xc0003d8ec0 sp=0xc0003d8e20 pc=0xb6eb6a&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc9 fp=0xc0003d8f50 sp=0xc0003d8ec0 pc=0xb4ea89&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xe9 fp=0xc0003d8fe0 sp=0xc0003d8f50 pc=0xb4e8a9&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0003d8fe8 sp=0xc0003d8fe0 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=0xc0000bf838 sp=0xc0000bf818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0000bf998 sp=0xc0000bf838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0000bfac8 sp=0xc0000bf998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0000bfb40 sp=0xc0000bfac8 pc=0xc86910&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc0000bfbe0 sp=0xc0000bfb40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0000bfc58 sp=0xc0000bfbe0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc0000bffc0 sp=0xc0000bfc58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc0000bffe0 sp=0xc0000bffc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0000bffe8 sp=0xc0000bffe0 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=0xc000973cd8 sp=0xc000973cb8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000973e38 sp=0xc000973cd8 pc=0x48413e&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc000973fc0 sp=0xc000973e38 pc=0xb015bd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc000973fe0 sp=0xc000973fc0 pc=0xb00e1a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000973fe8 sp=0xc000973fe0 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=0xc0005e3838 sp=0xc0005e3818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0005e3998 sp=0xc0005e3838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0005e3ac8 sp=0xc0005e3998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0005e3b40 sp=0xc0005e3ac8 pc=0xc86910&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc0005e3be0 sp=0xc0005e3b40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0005e3c58 sp=0xc0005e3be0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc0005e3fc0 sp=0xc0005e3c58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc0005e3fe0 sp=0xc0005e3fc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0005e3fe8 sp=0xc0005e3fe0 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=0xc000205838 sp=0xc000205818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000205998 sp=0xc000205838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000205ac8 sp=0xc000205998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000205b40 sp=0xc000205ac8 pc=0xc86910&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000205be0 sp=0xc000205b40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000205c58 sp=0xc000205be0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000205fc0 sp=0xc000205c58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc000205fe0 sp=0xc000205fc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000205fe8 sp=0xc000205fe0 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=0xc00053d838 sp=0xc00053d818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc00053d998 sp=0xc00053d838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc00053dac8 sp=0xc00053d998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00053db40 sp=0xc00053dac8 pc=0xc86910&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc00053dbe0 sp=0xc00053db40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00053dc58 sp=0xc00053dbe0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc00053dfc0 sp=0xc00053dc58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc00053dfe0 sp=0xc00053dfc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00053dfe8 sp=0xc00053dfe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0005c74a8 sp=0xc0005c7488 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc0005c7538 sp=0xc0005c74a8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:442 +0x18 fp=0xc0005c7560 sp=0xc0005c7538 pc=0x43e1b8&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x74 fp=0xc0005c75f0 sp=0xc0005c7560 pc=0xc462f4&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:135 +0x542 fp=0xc0005c7738 sp=0xc0005c75f0 pc=0xb68f82&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:402 +0x50f fp=0xc0005c78c8 sp=0xc0005c7738 pc=0xb6c94f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:302 +0x11f fp=0xc0005c7b78 sp=0xc0005c78c8 pc=0xb6b4ff&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:234 +0x325 fp=0xc0005c7c58 sp=0xc0005c7b78 pc=0xb6a245&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:765 +0x227a fp=0xc0005c7fc0 sp=0xc0005c7c58 pc=0xb72cfa&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc0005c7fe0 sp=0xc0005c7fc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0005c7fe8 sp=0xc0005c7fe0 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=0xc00029dc38 sp=0xc00029dc18 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc00029dd98 sp=0xc00029dc38 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:296 +0x1c9 fp=0xc00029df58 sp=0xc00029dd98 pc=0xb89c69&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:275 +0x42 fp=0xc00029df88 sp=0xc00029df58 pc=0xb89562&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:838 +0x76 fp=0xc00029dfe0 sp=0xc00029df88 pc=0xb64a36&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00029dfe8 sp=0xc00029dfe0 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=0xc00029f838 sp=0xc00029f818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc00029f998 sp=0xc00029f838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc00029fac8 sp=0xc00029f998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00029fb40 sp=0xc00029fac8 pc=0xc86910&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc00029fbe0 sp=0xc00029fb40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00029fc58 sp=0xc00029fbe0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc00029ffc0 sp=0xc00029fc58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc00029ffe0 sp=0xc00029ffc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00029ffe8 sp=0xc00029ffe0 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=0xc00073acd8 sp=0xc00073acb8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc00073ae38 sp=0xc00073acd8 pc=0x48413e&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc00073afc0 sp=0xc00073ae38 pc=0xb015bd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc00073afe0 sp=0xc00073afc0 pc=0xb00e1a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00073afe8 sp=0xc00073afe0 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=0xc0004b5cd8 sp=0xc0004b5cb8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0004b5e38 sp=0xc0004b5cd8 pc=0x48413e&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc0004b5fc0 sp=0xc0004b5e38 pc=0xb015bd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc0004b5fe0 sp=0xc0004b5fc0 pc=0xb00e1a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0004b5fe8 sp=0xc0004b5fe0 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=0xc000756cd8 sp=0xc000756cb8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000756e38 sp=0xc000756cd8 pc=0x48413e&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc000756fc0 sp=0xc000756e38 pc=0xb015bd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc000756fe0 sp=0xc000756fc0 pc=0xb00e1a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000756fe8 sp=0xc000756fe0 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=0xc00058b4a8 sp=0xc00058b488 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc00058b538 sp=0xc00058b4a8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:442 +0x18 fp=0xc00058b560 sp=0xc00058b538 pc=0x43e1b8&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x74 fp=0xc00058b5f0 sp=0xc00058b560 pc=0xc462f4&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:135 +0x542 fp=0xc00058b738 sp=0xc00058b5f0 pc=0xb68f82&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:402 +0x50f fp=0xc00058b8c8 sp=0xc00058b738 pc=0xb6c94f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:302 +0x11f fp=0xc00058bb78 sp=0xc00058b8c8 pc=0xb6b4ff&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:234 +0x325 fp=0xc00058bc58 sp=0xc00058bb78 pc=0xb6a245&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:765 +0x227a fp=0xc00058bfc0 sp=0xc00058bc58 pc=0xb72cfa&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc00058bfe0 sp=0xc00058bfc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00058bfe8 sp=0xc00058bfe0 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=0xc000593838 sp=0xc000593818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000593998 sp=0xc000593838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000593ac8 sp=0xc000593998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000593b40 sp=0xc000593ac8 pc=0xc86910&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000593be0 sp=0xc000593b40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000593c58 sp=0xc000593be0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000593fc0 sp=0xc000593c58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc000593fe0 sp=0xc000593fc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000593fe8 sp=0xc000593fe0 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=0xc00038ccf8 sp=0xc00038ccd8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:259 +0x44e fp=0xc00038cd88 sp=0xc00038ccf8 pc=0x43d7ae&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:145 +0x1d fp=0xc00038cdb8 sp=0xc00038cd88 pc=0x43d33d&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0xa5 fp=0xc00038ce20 sp=0xc00038cdb8 pc=0xbad2e5&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:553 +0x10a fp=0xc00038cec0 sp=0xc00038ce20 pc=0xb6eb6a&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc9 fp=0xc00038cf50 sp=0xc00038cec0 pc=0xb4ea89&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xe9 fp=0xc00038cfe0 sp=0xc00038cf50 pc=0xb4e8a9&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00038cfe8 sp=0xc00038cfe0 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=0xc0005dfc40 sp=0xc0005dfc20 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0005dfda0 sp=0xc0005dfc40 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:191 +0x39a fp=0xc0005dffe0 sp=0xc0005dfda0 pc=0xba141a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0005dffe8 sp=0xc0005dffe0 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=0xc000388eb8 sp=0xc000388e98 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc000388f48 sp=0xc000388eb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:447 +0x18 fp=0xc000388f70 sp=0xc000388f48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc000388fe0 sp=0xc000388f70 pc=0xad958d&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000388fe8 sp=0xc000388fe0 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=0xc000105838 sp=0xc000105818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000105998 sp=0xc000105838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000105ac8 sp=0xc000105998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000105b40 sp=0xc000105ac8 pc=0xc86910&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000105be0 sp=0xc000105b40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000105c58 sp=0xc000105be0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000105fc0 sp=0xc000105c58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc000105fe0 sp=0xc000105fc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000105fe8 sp=0xc000105fe0 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=0xc00019bbf0 sp=0xc00019bbd0 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc00019bd50 sp=0xc00019bbf0 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:296 +0x1c9 fp=0xc00019bf10 sp=0xc00019bd50 pc=0xb89c69&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:275 +0x42 fp=0xc00019bf40 sp=0xc00019bf10 pc=0xb89562&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:303 +0x86 fp=0xc00019bfe0 sp=0xc00019bf40 pc=0xb5c806&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00019bfe8 sp=0xc00019bfe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:302 +0x3ea&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000219bf0 sp=0xc000219bd0 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000219d50 sp=0xc000219bf0 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:296 +0x1c9 fp=0xc000219f10 sp=0xc000219d50 pc=0xb89c69&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:275 +0x42 fp=0xc000219f40 sp=0xc000219f10 pc=0xb89562&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:303 +0x86 fp=0xc000219fe0 sp=0xc000219f40 pc=0xb5c806&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000219fe8 sp=0xc000219fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:302 +0x3ea&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00072beb8 sp=0xc00072be98 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc00072bf48 sp=0xc00072beb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:447 +0x18 fp=0xc00072bf70 sp=0xc00072bf48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc00072bfe0 sp=0xc00072bf70 pc=0xad958d&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00072bfe8 sp=0xc00072bfe0 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=0xc00040d838 sp=0xc00040d818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc00040d998 sp=0xc00040d838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc00040dac8 sp=0xc00040d998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00040db40 sp=0xc00040dac8 pc=0xc86910&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc00040dbe0 sp=0xc00040db40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00040dc58 sp=0xc00040dbe0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc00040dfc0 sp=0xc00040dc58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc00040dfe0 sp=0xc00040dfc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00040dfe8 sp=0xc00040dfe0 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=0xc000635eb8 sp=0xc000635e98 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc000635f48 sp=0xc000635eb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:447 +0x18 fp=0xc000635f70 sp=0xc000635f48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc000635fe0 sp=0xc000635f70 pc=0xad958d&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000635fe8 sp=0xc000635fe0 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=0xc0006a1eb8 sp=0xc0006a1e98 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc0006a1f48 sp=0xc0006a1eb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:447 +0x18 fp=0xc0006a1f70 sp=0xc0006a1f48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc0006a1fe0 sp=0xc0006a1f70 pc=0xad958d&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0006a1fe8 sp=0xc0006a1fe0 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=0xc000976cd8 sp=0xc000976cb8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000976e38 sp=0xc000976cd8 pc=0x48413e&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc000976fc0 sp=0xc000976e38 pc=0xb015bd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc000976fe0 sp=0xc000976fc0 pc=0xb00e1a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000976fe8 sp=0xc000976fe0 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=0xc00045deb8 sp=0xc00045de98 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc00045df48 sp=0xc00045deb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:447 +0x18 fp=0xc00045df70 sp=0xc00045df48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc00045dfe0 sp=0xc00045df70 pc=0xad958d&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00045dfe8 sp=0xc00045dfe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0003dcbe0 sp=0xc0003dcbc0 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0003dcd40 sp=0xc0003dcbe0 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:296 +0x1c9 fp=0xc0003dcf00 sp=0xc0003dcd40 pc=0xb89c69&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:275 +0x42 fp=0xc0003dcf30 sp=0xc0003dcf00 pc=0xb89562&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:414 +0x9b fp=0xc0003dcfe0 sp=0xc0003dcf30 pc=0xb5e51b&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0003dcfe8 sp=0xc0003dcfe0 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=0xc00061dc40 sp=0xc00061dc20 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc00061dda0 sp=0xc00061dc40 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:191 +0x39a fp=0xc00061dfe0 sp=0xc00061dda0 pc=0xba141a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00061dfe8 sp=0xc00061dfe0 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=0xc000621c40 sp=0xc000621c20 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000621da0 sp=0xc000621c40 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:191 +0x39a fp=0xc000621fe0 sp=0xc000621da0 pc=0xba141a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000621fe8 sp=0xc000621fe0 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=0xc00029b838 sp=0xc00029b818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc00029b998 sp=0xc00029b838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc00029bac8 sp=0xc00029b998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00029bb40 sp=0xc00029bac8 pc=0xc86910&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc00029bbe0 sp=0xc00029bb40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00029bc58 sp=0xc00029bbe0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc00029bfc0 sp=0xc00029bc58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc00029bfe0 sp=0xc00029bfc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00029bfe8 sp=0xc00029bfe0 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=0xc00044dc48 sp=0xc00044dc28 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc00044dda8 sp=0xc00044dc48 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:421 +0x4e9 fp=0xc00044df28 sp=0xc00044dda8 pc=0xb5e349&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:453 +0x6a fp=0xc00044dfa0 sp=0xc00044df28 pc=0xc4e10a&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:532 +0x3a fp=0xc00044dfe0 sp=0xc00044dfa0 pc=0xc4ed9a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00044dfe8 sp=0xc00044dfe0 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=0xc0006c3838 sp=0xc0006c3818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0006c3998 sp=0xc0006c3838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0006c3ac8 sp=0xc0006c3998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0006c3b40 sp=0xc0006c3ac8 pc=0xc86910&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc0006c3be0 sp=0xc0006c3b40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0006c3c58 sp=0xc0006c3be0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc0006c3fc0 sp=0xc0006c3c58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc0006c3fe0 sp=0xc0006c3fc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0006c3fe8 sp=0xc0006c3fe0 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=0xc00038a838 sp=0xc00038a818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc00038a998 sp=0xc00038a838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc00038aac8 sp=0xc00038a998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00038ab40 sp=0xc00038aac8 pc=0xc86910&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc00038abe0 sp=0xc00038ab40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00038ac58 sp=0xc00038abe0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc00038afc0 sp=0xc00038ac58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc00038afe0 sp=0xc00038afc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00038afe8 sp=0xc00038afe0 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=0xc00042feb8 sp=0xc00042fe98 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc00042ff48 sp=0xc00042feb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:447 +0x18 fp=0xc00042ff70 sp=0xc00042ff48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc00042ffe0 sp=0xc00042ff70 pc=0xad958d&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00042ffe8 sp=0xc00042ffe0 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=0xc0005e5eb8 sp=0xc0005e5e98 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc0005e5f48 sp=0xc0005e5eb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:447 +0x18 fp=0xc0005e5f70 sp=0xc0005e5f48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc0005e5fe0 sp=0xc0005e5f70 pc=0xad958d&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0005e5fe8 sp=0xc0005e5fe0 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=0xc000757838 sp=0xc000757818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000757998 sp=0xc000757838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000757ac8 sp=0xc000757998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000757b40 sp=0xc000757ac8 pc=0xc86910&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000757be0 sp=0xc000757b40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000757c58 sp=0xc000757be0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000757fc0 sp=0xc000757c58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc000757fe0 sp=0xc000757fc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000757fe8 sp=0xc000757fe0 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=0xc000706be0 sp=0xc000706bc0 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000706d40 sp=0xc000706be0 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:296 +0x1c9 fp=0xc000706f00 sp=0xc000706d40 pc=0xb89c69&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:275 +0x42 fp=0xc000706f30 sp=0xc000706f00 pc=0xb89562&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:414 +0x9b fp=0xc000706fe0 sp=0xc000706f30 pc=0xb5e51b&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000706fe8 sp=0xc000706fe0 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=0xc000703c40 sp=0xc000703c20 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000703da0 sp=0xc000703c40 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:191 +0x39a fp=0xc000703fe0 sp=0xc000703da0 pc=0xba141a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000703fe8 sp=0xc000703fe0 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=0xc0003f9838 sp=0xc0003f9818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0003f9998 sp=0xc0003f9838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0003f9ac8 sp=0xc0003f9998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0003f9b40 sp=0xc0003f9ac8 pc=0xc86910&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc0003f9be0 sp=0xc0003f9b40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0003f9c58 sp=0xc0003f9be0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc0003f9fc0 sp=0xc0003f9c58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc0003f9fe0 sp=0xc0003f9fc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0003f9fe8 sp=0xc0003f9fe0 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=0xc0006beeb8 sp=0xc0006bee98 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc0006bef48 sp=0xc0006beeb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:447 +0x18 fp=0xc0006bef70 sp=0xc0006bef48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc0006befe0 sp=0xc0006bef70 pc=0xad958d&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0006befe8 sp=0xc0006befe0 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=0xc000637838 sp=0xc000637818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000637998 sp=0xc000637838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000637ac8 sp=0xc000637998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000637b40 sp=0xc000637ac8 pc=0xc86910&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000637be0 sp=0xc000637b40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000637c58 sp=0xc000637be0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000637fc0 sp=0xc000637c58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc000637fe0 sp=0xc000637fc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000637fe8 sp=0xc000637fe0 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=0xc000393cd8 sp=0xc000393cb8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000393e38 sp=0xc000393cd8 pc=0x48413e&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc000393fc0 sp=0xc000393e38 pc=0xb015bd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc000393fe0 sp=0xc000393fc0 pc=0xb00e1a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000393fe8 sp=0xc000393fe0 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=0xc000a76cf8 sp=0xc000a76cd8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:259 +0x44e fp=0xc000a76d88 sp=0xc000a76cf8 pc=0x43d7ae&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:145 +0x1d fp=0xc000a76db8 sp=0xc000a76d88 pc=0x43d33d&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0xa5 fp=0xc000a76e20 sp=0xc000a76db8 pc=0xbad2e5&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:553 +0x10a fp=0xc000a76ec0 sp=0xc000a76e20 pc=0xb6eb6a&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc9 fp=0xc000a76f50 sp=0xc000a76ec0 pc=0xb4ea89&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xe9 fp=0xc000a76fe0 sp=0xc000a76f50 pc=0xb4e8a9&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000a76fe8 sp=0xc000a76fe0 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=0xc00088ecf8 sp=0xc00088ecd8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:259 +0x44e fp=0xc00088ed88 sp=0xc00088ecf8 pc=0x43d7ae&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:145 +0x1d fp=0xc00088edb8 sp=0xc00088ed88 pc=0x43d33d&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0xa5 fp=0xc00088ee20 sp=0xc00088edb8 pc=0xbad2e5&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:553 +0x10a fp=0xc00088eec0 sp=0xc00088ee20 pc=0xb6eb6a&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc9 fp=0xc00088ef50 sp=0xc00088eec0 pc=0xb4ea89&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xe9 fp=0xc00088efe0 sp=0xc00088ef50 pc=0xb4e8a9&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00088efe8 sp=0xc00088efe0 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=0xc0003fb838 sp=0xc0003fb818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0003fb998 sp=0xc0003fb838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0003fbac8 sp=0xc0003fb998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0003fbb40 sp=0xc0003fbac8 pc=0xc86910&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc0003fbbe0 sp=0xc0003fbb40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0003fbc58 sp=0xc0003fbbe0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc0003fbfc0 sp=0xc0003fbc58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc0003fbfe0 sp=0xc0003fbfc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0003fbfe8 sp=0xc0003fbfe0 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=0xc00064f838 sp=0xc00064f818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc00064f998 sp=0xc00064f838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc00064fac8 sp=0xc00064f998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00064fb40 sp=0xc00064fac8 pc=0xc86910&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc00064fbe0 sp=0xc00064fb40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00064fc58 sp=0xc00064fbe0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc00064ffc0 sp=0xc00064fc58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc00064ffe0 sp=0xc00064ffc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00064ffe8 sp=0xc00064ffe0 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=0xc0006eccd8 sp=0xc0006eccb8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0006ece38 sp=0xc0006eccd8 pc=0x48413e&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc0006ecfc0 sp=0xc0006ece38 pc=0xb015bd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc0006ecfe0 sp=0xc0006ecfc0 pc=0xb00e1a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0006ecfe8 sp=0xc0006ecfe0 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=0xc0006bfcf8 sp=0xc0006bfcd8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:259 +0x44e fp=0xc0006bfd88 sp=0xc0006bfcf8 pc=0x43d7ae&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:145 +0x1d fp=0xc0006bfdb8 sp=0xc0006bfd88 pc=0x43d33d&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0xa5 fp=0xc0006bfe20 sp=0xc0006bfdb8 pc=0xbad2e5&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:553 +0x10a fp=0xc0006bfec0 sp=0xc0006bfe20 pc=0xb6eb6a&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc9 fp=0xc0006bff50 sp=0xc0006bfec0 pc=0xb4ea89&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xe9 fp=0xc0006bffe0 sp=0xc0006bff50 pc=0xb4e8a9&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0006bffe8 sp=0xc0006bffe0 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=0xc000759cd8 sp=0xc000759cb8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000759e38 sp=0xc000759cd8 pc=0x48413e&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc000759fc0 sp=0xc000759e38 pc=0xb015bd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc000759fe0 sp=0xc000759fc0 pc=0xb00e1a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000759fe8 sp=0xc000759fe0 pc=0x4a7fe1&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc92&#xA;goroutine running on other thread; stack unavailable&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x28b&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00064d838 sp=0xc00064d818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc00064d998 sp=0xc00064d838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc00064dac8 sp=0xc00064d998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00064db40 sp=0xc00064dac8 pc=0xc86910&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc00064dbe0 sp=0xc00064db40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00064dc58 sp=0xc00064dbe0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc00064dfc0 sp=0xc00064dc58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc00064dfe0 sp=0xc00064dfc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00064dfe8 sp=0xc00064dfe0 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=0xc000547838 sp=0xc000547818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000547998 sp=0xc000547838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000547ac8 sp=0xc000547998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000547b40 sp=0xc000547ac8 pc=0xc86910&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000547be0 sp=0xc000547b40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000547c58 sp=0xc000547be0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000547fc0 sp=0xc000547c58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc000547fe0 sp=0xc000547fc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000547fe8 sp=0xc000547fe0 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=0xc000a73b18 sp=0xc000a73af8 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=0xc000a73b80 sp=0xc000a73b18 pc=0x4854ef&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/sema.go:77 +0x26 fp=0xc000a73bb8 sp=0xc000a73b80 pc=0x4a3c66&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/sync/mutex.go:171 +0x213 fp=0xc000a73c08 sp=0xc000a73bb8 pc=0x4b8213&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/sync/mutex.go:90 +0x65 fp=0xc000a73c28 sp=0xc000a73c08 pc=0x4b7f25&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:204 +0x8d fp=0xc000a73d80 sp=0xc000a73c28 pc=0xb5b36d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_client.go:37 +0x105 fp=0xc000a73e20 sp=0xc000a73d80 pc=0xb672a5&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:553 +0x10a fp=0xc000a73ec0 sp=0xc000a73e20 pc=0xb6eb6a&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc9 fp=0xc000a73f50 sp=0xc000a73ec0 pc=0xb4ea89&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xe9 fp=0xc000a73fe0 sp=0xc000a73f50 pc=0xb4e8a9&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000a73fe8 sp=0xc000a73fe0 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=0xc0006979d8 sp=0xc0006979b8 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=0xc000697a40 sp=0xc0006979d8 pc=0x4854ef&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/sema.go:77 +0x26 fp=0xc000697a78 sp=0xc000697a40 pc=0x4a3c66&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/sync/mutex.go:171 +0x213 fp=0xc000697ac8 sp=0xc000697a78 pc=0x4b8213&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/sync/mutex.go:90 +0x65 fp=0xc000697ae8 sp=0xc000697ac8 pc=0x4b7f25&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:165 +0x4a fp=0xc000697bd0 sp=0xc000697ae8 pc=0xb5acea&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_client.go:88 +0x4c fp=0xc000697c28 sp=0xc000697bd0 pc=0xb6776c&#xA;&lt;autogenerated&gt;:1 +0x45 fp=0xc000697c58 sp=0xc000697c28 pc=0xb9e6c5&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:862 +0x15de fp=0xc000697fc0 sp=0xc000697c58 pc=0xb7205e&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc000697fe0 sp=0xc000697fc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000697fe8 sp=0xc000697fe0 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=0xc000063cd8 sp=0xc000063cb8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000063e38 sp=0xc000063cd8 pc=0x48413e&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc000063fc0 sp=0xc000063e38 pc=0xb015bd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc000063fe0 sp=0xc000063fc0 pc=0xb00e1a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000063fe8 sp=0xc000063fe0 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=0xc000376cd8 sp=0xc000376cb8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000376e38 sp=0xc000376cd8 pc=0x48413e&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc000376fc0 sp=0xc000376e38 pc=0xb015bd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc000376fe0 sp=0xc000376fc0 pc=0xb00e1a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000376fe8 sp=0xc000376fe0 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=0xc000383838 sp=0xc000383818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000383998 sp=0xc000383838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000383ac8 sp=0xc000383998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000383b40 sp=0xc000383ac8 pc=0xc86910&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000383be0 sp=0xc000383b40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000383c58 sp=0xc000383be0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000383fc0 sp=0xc000383c58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc000383fe0 sp=0xc000383fc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000383fe8 sp=0xc000383fe0 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=0xc00040b838 sp=0xc00040b818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc00040b998 sp=0xc00040b838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc00040bac8 sp=0xc00040b998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00040bb40 sp=0xc00040bac8 pc=0xc86910&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc00040bbe0 sp=0xc00040bb40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00040bc58 sp=0xc00040bbe0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc00040bfc0 sp=0xc00040bc58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc00040bfe0 sp=0xc00040bfc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00040bfe8 sp=0xc00040bfe0 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=0xc000195838 sp=0xc000195818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000195998 sp=0xc000195838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000195ac8 sp=0xc000195998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000195b40 sp=0xc000195ac8 pc=0xc86910&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000195be0 sp=0xc000195b40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000195c58 sp=0xc000195be0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000195fc0 sp=0xc000195c58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc000195fe0 sp=0xc000195fc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000195fe8 sp=0xc000195fe0 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=0xc000795cd8 sp=0xc000795cb8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000795e38 sp=0xc000795cd8 pc=0x48413e&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc000795fc0 sp=0xc000795e38 pc=0xb015bd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc000795fe0 sp=0xc000795fc0 pc=0xb00e1a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000795fe8 sp=0xc000795fe0 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=0xc000203838 sp=0xc000203818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000203998 sp=0xc000203838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000203ac8 sp=0xc000203998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000203b40 sp=0xc000203ac8 pc=0xc86910&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000203be0 sp=0xc000203b40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000203c58 sp=0xc000203be0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000203fc0 sp=0xc000203c58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc000203fe0 sp=0xc000203fc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000203fe8 sp=0xc000203fe0 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=0xc00048f6d0 sp=0xc00048f6b0 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=0xc00048f738 sp=0xc00048f6d0 pc=0x4854ef&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/sema.go:77 +0x26 fp=0xc00048f770 sp=0xc00048f738 pc=0x4a3c66&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/sync/mutex.go:171 +0x213 fp=0xc00048f7c0 sp=0xc00048f770 pc=0x4b8213&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/sync/mutex.go:90 +0x65 fp=0xc00048f7e0 sp=0xc00048f7c0 pc=0x4b7f25&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:135 +0x51 fp=0xc00048f848 sp=0xc00048f7e0 pc=0xb5a7b1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:55 +0x18a fp=0xc00048f980 sp=0xc00048f848 pc=0xb5a2ea&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_client.go:47 +0x8b7 fp=0xc00048faf8 sp=0xc00048f980 pc=0xb670b7&#xA;/home/runner/work/ably-go/ably-go/ablytest/sandbox.go:210 +0x54 fp=0xc00048fb40 sp=0xc00048faf8 pc=0xbaf534&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn_spec_integration_test.go:1771 +0x528 fp=0xc00048fea8 sp=0xc00048fb40 pc=0xc11728&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/testing/testing.go:1576 +0x217 fp=0xc00048ffb0 sp=0xc00048fea8 pc=0x5cadd7&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/testing/testing.go:1629 +0x48 fp=0xc00048ffe0 sp=0xc00048ffb0 pc=0x5cc8e8&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00048ffe8 sp=0xc00048ffe0 pc=0x4a7fe1&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/testing/testing.go:1629 +0x806</failure>
		</testcase>
	</testsuite>
</testsuites>
