<testsuites>
	<testsuite tests="207" failures="11" time="7262.793" name="github.com/ably/ably-go/ably">
		<properties>
			<property name="go.version" value="go1.19.13"></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.230"></testcase>
		<testcase classname="ably" name="TestAuth_BasicAuth/RSA2:_Should_use_basic_auth_as_default_authentication_if_an_API_key_exists" time="0.000"></testcase>
		<testcase classname="ably" name="TestAuth_BasicAuth/RSA1:_Should_connect_to_HTTPS_by_default,_trying_to_connect_with_non-TLS_should_result_in_error" time="0.000"></testcase>
		<testcase classname="ably" name="TestAuth_BasicAuth/RSA11:_API_key_should_follow_format_KEY_NAME:KEY_SECRET_in_auth_header" time="0.000"></testcase>
		<testcase classname="ably" name="TestAuth_TokenAuth" time="6.550"></testcase>
		<testcase classname="ably" name="TestAuth_TokenAuth_Renew" time="10.750"></testcase>
		<testcase classname="ably" name="TestAuth_RequestToken" time="7.020"></testcase>
		<testcase classname="ably" name="TestAuth_ReuseClientID" time="6.710"></testcase>
		<testcase classname="ably" name="TestAuth_RequestToken_PublishClientID" time="7.710"></testcase>
		<testcase classname="ably" name="TestAuth_ClientID" time="7.870"></testcase>
		<testcase classname="ably" name="TestAuth_ClientID/Auth_ClientID" time="1.140"></testcase>
		<testcase classname="ably" name="TestAuth_CreateTokenRequest" time="6.930"></testcase>
		<testcase classname="ably" name="TestAuth_CreateTokenRequest/RSA9h" time="0.030"></testcase>
		<testcase classname="ably" name="TestAuth_CreateTokenRequest/RSA9h/parameters_are_optional" time="0.030"></testcase>
		<testcase classname="ably" name="TestAuth_CreateTokenRequest/RSA9h/authOptions_must_not_be_merged" time="0.000"></testcase>
		<testcase classname="ably" name="TestAuth_CreateTokenRequest/RSA9c_must_generate_a_unique_16+_character_nonce" time="0.000"></testcase>
		<testcase classname="ably" name="TestAuth_CreateTokenRequest/RSA9g_generate_a_signed_request" time="0.000"></testcase>
		<testcase classname="ably" name="TestAuth_RealtimeAccessToken" time="6.650"></testcase>
		<testcase classname="ably" name="TestAuth_IgnoreTimestamp_QueryTime" time="26.640"></testcase>
		<testcase classname="ably" name="TestAuth_RSA7c" time="6.750"></testcase>
		<testcase classname="ably" name="TestEventEmitterConcurrency" time="0.030"></testcase>
		<testcase classname="ably" name="Test_RTE3_EventEmitter_On" time="0.090"></testcase>
		<testcase classname="ably" name="Test_RTE3_EventEmitter_On/event:_qux,_data:_42" time="0.030"></testcase>
		<testcase classname="ably" name="Test_RTE3_EventEmitter_On/event:_foo,_data:_42" time="0.030"></testcase>
		<testcase classname="ably" name="Test_RTE3_EventEmitter_On/event:_bar,_data:_42" time="0.030"></testcase>
		<testcase classname="ably" name="Test_RTE4_EventEmitter_Once" time="0.280"></testcase>
		<testcase classname="ably" name="Test_RTE4_EventEmitter_Once/event:_qux,_data:_42" time="0.090"></testcase>
		<testcase classname="ably" name="Test_RTE4_EventEmitter_Once/event:_foo,_data:_42" time="0.090"></testcase>
		<testcase classname="ably" name="Test_RTE4_EventEmitter_Once/event:_bar,_data:_42" time="0.090"></testcase>
		<testcase classname="ably" name="Test_RTE5_EventEmitter_Off" time="0.120"></testcase>
		<testcase classname="ably" name="Test_RTE5_EventEmitter_Off/specific_listener" time="0.040"></testcase>
		<testcase classname="ably" name="Test_RTE5_EventEmitter_Off/specific_event" time="0.050"></testcase>
		<testcase classname="ably" name="Test_RTE5_EventEmitter_Off/all" time="0.030"></testcase>
		<testcase classname="ably" name="Test_RTE6_EventEmitter_EmitPanic" time="0.020"></testcase>
		<testcase classname="ably" name="Test_RTE6a_EventEmitter_EmitToFixedListenersCollection" time="0.100"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedFallback" time="6.960"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedFallback/request_time" time="0.010"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedResponse" time="6.940"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedResponse/request_time" time="0.080"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedResponse/request_404" time="0.140"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedResponse/request_post_get_messages" time="0.180"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedResponse/request_post_get_messages/post" time="0.060"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedResponse/request_post_get_messages/get" time="0.080"></testcase>
		<testcase classname="ably" name="TestMessage_CryptoDataFixtures_RSL6a1_RSL5b_RSL5c" time="0.010"></testcase>
		<testcase classname="ably" name="TestMessage_CryptoDataFixtures_RSL6a1_RSL5b_RSL5c/with_a_128_keylength" time="0.000"></testcase>
		<testcase classname="ably" name="TestMessage_CryptoDataFixtures_RSL6a1_RSL5b_RSL5c/with_a_128_keylength/fixture_encode" time="0.000"></testcase>
		<testcase classname="ably" name="TestMessage_CryptoDataFixtures_RSL6a1_RSL5b_RSL5c/with_a_256_keylength" time="0.010"></testcase>
		<testcase classname="ably" name="TestMessage_CryptoDataFixtures_RSL6a1_RSL5b_RSL5c/with_a_256_keylength/fixture_encode" time="0.000"></testcase>
		<testcase classname="ably" name="TestMessage_CryptoDataFixtures_RSL6a1_RSL5b_RSL5c_TM3" time="0.010"></testcase>
		<testcase classname="ably" name="TestMessage_CryptoDataFixtures_RSL6a1_RSL5b_RSL5c_TM3/with_a_128_keylength" time="0.000"></testcase>
		<testcase classname="ably" name="TestMessage_CryptoDataFixtures_RSL6a1_RSL5b_RSL5c_TM3/with_a_128_keylength/fixture_encode" time="0.000"></testcase>
		<testcase classname="ably" name="TestMessage_CryptoDataFixtures_RSL6a1_RSL5b_RSL5c_TM3/with_a_256_keylength" time="0.010"></testcase>
		<testcase classname="ably" name="TestMessage_CryptoDataFixtures_RSL6a1_RSL5b_RSL5c_TM3/with_a_256_keylength/fixture_encode" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_Publish" time="6.440"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_PublishAsync" time="6.880"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_Subscribe" time="21.860"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_SubscriptionFilters" time="6.700"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_AttachWhileDisconnected" time="7.910"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_ShouldSetAblySandboxDefaultReadLimit" time="6.900"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_ShouldSetProvidedReadLimit" time="6.610"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_ShouldReturnErrorIfReadLimitExceeded" time="6.840"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2_ChannelEventForStateChange" time="26.200"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2_ChannelEventForStateChange/on_ATTACHING" time="6.780"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2_ChannelEventForStateChange/on_ATTACHED" time="6.530"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2_ChannelEventForStateChange/on_DETACHING" time="6.450"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2_ChannelEventForStateChange/on_DETACHED" time="6.440"></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="128.080">
			<failure message="Failed" type=""></failure>
		</testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4a:_If_already_attached,_nothing_is_done" time="0.020"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4b:_If_connection_state_is_INITIALIZED,_CLOSING,_CLOSED_returns_error" time="6.540"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4b:_If_connection_state_is_FAILED,_returns_error" time="6.610"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4b:_If_connection_state_is_SUSPENDED,_returns_error" time="7.150"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4c_RTL4d:_If_connected,_should_get_attached_successfully" time="6.670"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4d_:_should_return_error_on_FAILED_while_attaching_channel" time="7.380"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4d_:_should_return_error_on_DETACHED_while_attaching_channel" time="6.790"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4d_:_should_return_error_on_SUSPENDED_while_attaching_channel" time="0.000">
			<skipped message="    realtime_channel_spec_integration_test.go:530: Channel SUSPENDED not implemented yet"></skipped>
		</testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4e:_Transition_to_failed_if_no_attach_permission" time="6.920"></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.000"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4h:_If_channel_is_ATTACHING,_listen_to_the_attach_event_and_don&#39;t_send_attach_event" time="6.630"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4h:_If_channel_is_DETACHING,_do_attach_after_completion_of_request" time="6.880"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4i_:_If_connection_state_is_CONNECTING,_do_ATTACH_after_CONNECTED" time="6.780"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4i_:_If_connection_state_is_DISCONNECTED,_do_ATTACH_after_CONNECTED" time="6.830">
			<failure message="Failed" type="">    realtime_channel_spec_integration_test.go:982: </failure>
		</testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4j_RTL13a:_If_channel_attach_is_not_a_clean_attach,_should_set_ATTACH_RESUME_in_the_ATTACH_message" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4j1:_AttachResume_should_be_True_when_Attached_(Clean_ATTACH)" time="6.700"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4j2:_Rewind_flag_should_allow_to_receive_historic_messages" time="7.200"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4k:_If_params_given_channel_options,_should_be_sent_in_ATTACH_message" time="11.560"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4k1:_If_params_given_channel_options,_should_be_exposed_as_readonly_field_on_ATTACHED_message" time="6.640"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4l:_If_modes_provided_in_channelOptions,_should_be_encoded_as_bitfield_and_set_as_flags_field_of_ATTACH_message" time="6.890"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4m:_If_modes_provides_while_attach,_should_receive_modes_in_attached_message" time="6.890"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach" time="54.750">
			<failure message="Failed" type=""></failure>
		</testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5a:_If_channel_is_INITIALIZED_or_DETACHED,_do_nothing" time="7.210"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5b:_If_channel_state_is_FAILED,_return_error" time="6.940"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5d_RTL5e:_If_connected,_should_do_successful_detach_with_server" time="6.620"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5e:_return_error_if_channel_detach_fails" time="6.870"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5f:_return_error_on_request_timeout" time="0.010"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5g:_If_connection_state_CLOSING_or_FAILED,_should_return_error" time="6.560"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5h_:_If_Connection_state_CONNECTING,_queue_the_DETACH_message_and_send_on_CONNECTED" time="7.030">
			<failure message="Failed" type="">    realtime_channel_spec_integration_test.go:1761: </failure>
		</testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5h_:_If_Connection_state_DISCONNECTED,_queue_the_DETACH_message_and_send_on_CONNECTED" time="6.830">
			<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="6.640"></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="34.020"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c1_PublishNow/when_INITIALIZED" time="6.860"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c1_PublishNow/when_ATTACHING" time="6.730"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c1_PublishNow/when_ATTACHED" time="6.730"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c1_PublishNow/when_DETACHING" time="6.820"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c1_PublishNow/when_DETACHED" time="6.880"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue" time="75.000"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_INITIALIZED,_channel_is_INITIALIZED" time="6.700"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_CONNECTING,_channel_is_INITIALIZED" time="6.830"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_CONNECTING,_channel_is_ATTACHING" time="6.820"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_DISCONNECTED,_channel_is_INITIALIZED" time="6.840"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_DISCONNECTED,_channel_is_ATTACHING" time="6.800"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_DISCONNECTED,_channel_is_ATTACHED" time="6.750"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_DISCONNECTED,_channel_is_DETACHING" time="6.590"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_DISCONNECTED,_channel_is_DETACHED" time="6.840"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_CONNECTING,_channel_is_ATTACHED" time="7.010"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_CONNECTING,_channel_is_DETACHING" time="6.890"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_CONNECTING,_channel_is_DETACHED" time="6.930"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c4_PublishFail" time="6.830"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c4_PublishFail/when_connection_is_SUSPENDED,_channel_is_INITIALIZED" time="6.830"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c5_NoImplicitAttach" time="6.680"></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_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/RTL2f:_when_flag_has_presence_is_provided,_set_channelChangeState_resume_to_false" time="0.020"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2f_RTL12_HandleResume/RTL12:_when_RE-ATTACH_with_error,_set_ChannelEventUpdated" time="0.020"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL13_HandleDetached" time="0.070"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL13_HandleDetached/RTL13a:_when_ATTACHED,_successful_reattach" time="0.020"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL13_HandleDetached/RTL13b:_when_ATTACHING" time="0.020"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL13_HandleDetached/RTL13c:_stop_on_non-CONNECTED" time="0.030"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL17_IgnoreMessagesWhenNotAttached" time="0.020"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL17_IgnoreMessagesWhenNotAttached/Shouldn&#39;t_receive_message_when_not_attached" time="0.020"></testcase>
		<testcase classname="ably" name="Test_UpdateEmptyMessageFields_TM2a_TM2c_TM2f" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL14_HandleChannelError" time="0.030"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL14_HandleChannelError/RTL14:_when_Error,_should_transition_to_failed_state" time="0.030"></testcase>
		<testcase classname="ably" name="TestRealtime_RealtimeHost" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtime_RSC7_AblyAgent" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtime_RSC7_AblyAgent/RSC7d3_:_Should_set_ablyAgent_header_with_correct_identifiers" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtime_RSC7_AblyAgent/RSC7d6_:_Should_set_ablyAgent_header_with_custom_agents" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtime_RSC7_AblyAgent/RSC7d6_:_Should_set_ablyAgent_header_with_custom_agents_missing_version" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtime_multiple" time="8.170"></testcase>
		<testcase classname="ably" name="TestRealtime_DontCrashOnCloseWhenEchoOff" time="6.670"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_AutoConnect_And_Close" time="6.840"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_No_AutoConnect" time="6.720"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_AlreadyConnected" time="7.220"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_AuthError" time="0.470"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_ReceiveTimeout" time="6.440"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_BreakConnLoopOnInactiveState" time="13.670"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_BreakConnLoopOnInactiveState/error" time="6.950"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_BreakConnLoopOnInactiveState/closed" time="6.720"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_SendErrorReconnects" time="6.970"></testcase>
		<testcase classname="ably" name="Test_RTN2_WebsocketQueryParams" time="0.000"></testcase>
		<testcase classname="ably" name="Test_RTN2_WebsocketQueryParams/RTN2a:_format_should_be_msgPack_or_json" time="0.000"></testcase>
		<testcase classname="ably" name="Test_RTN2_WebsocketQueryParams/RTN2b:_echo_should_be_true_by_default" time="0.000"></testcase>
		<testcase classname="ably" name="Test_RTN2_WebsocketQueryParams/RTN2d:_clientId_contains_provided_clientId" time="0.000"></testcase>
		<testcase classname="ably" name="Test_RTN2_WebsocketQueryParams/RTN2e:_depending_on_the_auth_scheme,_accessToken_contains_token_string_or_key_contains_api_key" time="0.000"></testcase>
		<testcase classname="ably" name="Test_RTN2_WebsocketQueryParams/RTN2f:_api_version_v_should_be_the_API_version" time="0.000"></testcase>
		<testcase classname="ably" name="Test_RTN3_ConnectionAutoConnect" time="6.920">
			<failure message="Failed" type="">==================&#xA;WARNING: DATA RACE&#xA;Write at 0x00c00053f428 by goroutine 2285403:&#xA;  github.com/ably/ably-go/ably.(*Connection).eventloop()&#xA;      /home/runner/work/ably-go/ably-go/ably/realtime_conn.go:813 +0xace&#xA;  github.com/ably/ably-go/ably.(*Connection).connectWith.func2()&#xA;      /home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x39&#xA;&#xA;Previous read at 0x00c00053f428 by goroutine 2219758:&#xA;  github.com/ably/ably-go/ably.NewRealtime()&#xA;      /home/runner/work/ably-go/ably-go/ably/realtime_client.go:42 +0x5e9&#xA;  github.com/ably/ably-go/ablytest.NewRealtime()&#xA;      /home/runner/work/ably-go/ably-go/ablytest/sandbox.go:109 +0x78&#xA;  github.com/ably/ably-go/ably_test.Test_RTN3_ConnectionAutoConnect()&#xA;      /home/runner/work/ably-go/ably-go/ably/realtime_conn_spec_integration_test.go:108 +0x216&#xA;  testing.tRunner()&#xA;      /opt/hostedtoolcache/go/1.19.13/x64/src/testing/testing.go:1446 +0x216&#xA;  testing.(*T).Run.func1()&#xA;      /opt/hostedtoolcache/go/1.19.13/x64/src/testing/testing.go:1493 +0x47&#xA;&#xA;Goroutine 2285403 (running) created at:&#xA;  github.com/ably/ably-go/ably.(*Connection).connectWith()&#xA;      /home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6db&#xA;  github.com/ably/ably-go/ably.(*Connection).connectWithRetryLoop()&#xA;      /home/runner/work/ably-go/ably-go/ably/realtime_conn.go:302 +0x11e&#xA;  github.com/ably/ably-go/ably.(*Connection).connect()&#xA;      /home/runner/work/ably-go/ably-go/ably/realtime_conn.go:205 +0x19e&#xA;  github.com/ably/ably-go/ably.newConn.func1()&#xA;      /home/runner/work/ably-go/ably-go/ably/realtime_conn.go:118 +0x13c&#xA;&#xA;Goroutine 2219758 (running) created at:&#xA;  testing.(*T).Run()&#xA;      /opt/hostedtoolcache/go/1.19.13/x64/src/testing/testing.go:1493 +0x75d&#xA;  testing.runTests.func1()&#xA;      /opt/hostedtoolcache/go/1.19.13/x64/src/testing/testing.go:1846 +0x99&#xA;  testing.tRunner()&#xA;      /opt/hostedtoolcache/go/1.19.13/x64/src/testing/testing.go:1446 +0x216&#xA;  testing.runTests()&#xA;      /opt/hostedtoolcache/go/1.19.13/x64/src/testing/testing.go:1844 +0x7ec&#xA;  testing.(*M).Run()&#xA;      /opt/hostedtoolcache/go/1.19.13/x64/src/testing/testing.go:1726 +0xa84&#xA;  main.main()&#xA;      _testmain.go:281 +0x2e9&#xA;==================&#xA;    testing.go:1319: race detected during execution of test</failure>
		</testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange" time="33.850"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange/on_CONNECTING" time="6.750"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange/on_CONNECTED" time="6.690"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange/on_DISCONNECTED" time="6.690"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange/on_SUSPENDED" time="0.000">
			<skipped message="    realtime_conn_spec_integration_test.go:183: SUSPENDED not yet implemented"></skipped>
		</testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange/on_CLOSING" time="6.880"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange/on_CLOSED" time="6.790"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange/on_FAILED" time="0.050"></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="51.240">
			<failure message="Failed" type=""></failure>
		</testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN12_Connection_Close/RTN12a:_transition_to_closed_on_connection_close" time="6.740"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN12_Connection_Close/RTN12b:_transition_to_closed_on_close_request_timeout" time="0.010"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN12_Connection_Close/RTN12c:_transition_to_closed_on_transport_error" time="6.780"></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="30.000">
			<failure message="Failed" type="">2023/11/05 20:49:40 [ERROR] cannot set readlimit for connection, connection does not use nhooyr.io/websocket, using default readlimit instead&#xA;    realtime_conn_spec_integration_test.go:627: timed out waiting for channel receive</failure>
		</testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN12_Connection_Close/RTN12f:_transition_to_closed_when_close_is_called_intermittently" time="6.710"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15a_ReconnectOnEOF" time="6.890"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15b" time="6.540"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15c6" time="6.880"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15c7_attached" time="7.260"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15c4" time="6.720"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15d_MessageRecovery" time="6.760"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15e_ConnKeyUpdatedOnReconnect" time="6.630"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15g_NewConnectionOnStateLost" time="0.000">
			<failure message="Failed" type="">2023/11/05 20:51:04 [ERROR] cannot set readlimit for connection, connection does not use nhooyr.io/websocket, using default readlimit instead&#xA;2023/11/05 20:51:04 [ERROR] cannot set readlimit for connection, connection does not use nhooyr.io/websocket, using default readlimit instead&#xA;2023/11/05 20:51:04 [ERROR] cannot set readlimit for connection, connection does not use nhooyr.io/websocket, using default readlimit instead&#xA;    realtime_conn_spec_integration_test.go:1464: unexpectedly received in channel: (action=&#34;attach&#34;, channel=&#34;attaching&#34;)</failure>
		</testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15h1_OnDisconnectedCannotRenewToken" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15h2_ReauthFails" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15h2_ReauthWithBadToken" time="0.010"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15h2_Success" time="0.010"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15i_OnErrorWhenConnected" time="0.000">
			<failure message="Failed" type="">2023/11/05 20:51:04 [ERROR] cannot set readlimit for connection, connection does not use nhooyr.io/websocket, using default readlimit instead&#xA;==================&#xA;WARNING: DATA RACE&#xA;Read at 0x00c0002c8168 by goroutine 6977537:&#xA;  github.com/ably/ably-go/ably.(*RealtimeChannel).lockAttach.func1()&#xA;      /home/runner/work/ably-go/ably-go/ably/realtime_channel.go:357 +0x284&#xA;  github.com/ably/ably-go/ably.(*RealtimeChannel).lockAttach()&#xA;      /home/runner/work/ably-go/ably-go/ably/realtime_channel.go:390 +0x52b&#xA;  github.com/ably/ably-go/ably.(*RealtimeChannel).mayAttach()&#xA;      /home/runner/work/ably-go/ably-go/ably/realtime_channel.go:333 +0x18c&#xA;  github.com/ably/ably-go/ably.(*RealtimeChannel).attach()&#xA;      /home/runner/work/ably-go/ably-go/ably/realtime_channel.go:319 +0x72&#xA;  github.com/ably/ably-go/ably.(*RealtimeChannel).Attach()&#xA;      /home/runner/work/ably-go/ably-go/ably/realtime_channel.go:293 +0x57&#xA;  github.com/ably/ably-go/ably_test.TestRealtimeConn_RTN15i_OnErrorWhenConnected.func1()&#xA;      /home/runner/work/ably-go/ably-go/ably/realtime_conn_spec_integration_test.go:1733 +0x44&#xA;  github.com/ably/ably-go/ablytest.ResultFunc.Go.func1()&#xA;      /home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:174 +0x53&#xA;&#xA;Previous write at 0x00c0002c8168 by goroutine 6977531:&#xA;  github.com/ably/ably-go/ably.(*RealtimeChannel).notify()&#xA;      /home/runner/work/ably-go/ably-go/ably/realtime_channel.go:793 +0x3b9&#xA;  github.com/ably/ably-go/ably.(*Realtime).onChannelMsg()&#xA;      /home/runner/work/ably-go/ably-go/ably/realtime_client.go:84 +0x8f&#xA;  github.com/ably/ably-go/ably.(*Realtime).onChannelMsg-fm()&#xA;      &lt;autogenerated&gt;:1 +0x44&#xA;  github.com/ably/ably-go/ably.(*Connection).eventloop()&#xA;      /home/runner/work/ably-go/ably-go/ably/realtime_conn.go:893 +0x1748&#xA;  github.com/ably/ably-go/ably.(*Connection).connectWith.func2()&#xA;      /home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x39&#xA;&#xA;Goroutine 6977537 (running) created at:&#xA;  github.com/ably/ably-go/ablytest.ResultFunc.Go()&#xA;      /home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:173 +0xe4&#xA;  github.com/ably/ably-go/ably_test.TestRealtimeConn_RTN15i_OnErrorWhenConnected()&#xA;      /home/runner/work/ably-go/ably-go/ably/realtime_conn_spec_integration_test.go:1733 +0x4eb&#xA;  testing.tRunner()&#xA;      /opt/hostedtoolcache/go/1.19.13/x64/src/testing/testing.go:1446 +0x216&#xA;  testing.(*T).Run.func1()&#xA;      /opt/hostedtoolcache/go/1.19.13/x64/src/testing/testing.go:1493 +0x47&#xA;&#xA;Goroutine 6977531 (running) created at:&#xA;  github.com/ably/ably-go/ably.(*Connection).connectWith()&#xA;      /home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6db&#xA;  github.com/ably/ably-go/ably.(*Connection).connectWithRetryLoop()&#xA;      /home/runner/work/ably-go/ably-go/ably/realtime_conn.go:302 +0x11e&#xA;  github.com/ably/ably-go/ably.(*Connection).connect()&#xA;      /home/runner/work/ably-go/ably-go/ably/realtime_conn.go:205 +0x19e&#xA;  github.com/ably/ably-go/ably.(*Connection).Connect.func1()&#xA;      /home/runner/work/ably-go/ably-go/ably/realtime_conn.go:176 +0x7a&#xA;==================&#xA;    testing.go:1319: race detected during execution of test</failure>
		</testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN16" time="0.000">
			<failure message="Failed" type="">/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/sys_linux_amd64.s:559 +0x21 fp=0x7ffc90540120 sp=0x7ffc90540118 pc=0x4a8c01&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/os_linux.go:69 +0x36 fp=0x7ffc90540170 sp=0x7ffc90540120 pc=0x46bb16&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/lock_futex.go:160 +0x87 fp=0x7ffc905401a8 sp=0x7ffc90540170 pc=0x443807&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:1458&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:2248 +0x8c fp=0x7ffc905401d8 sp=0x7ffc905401a8 pc=0x47660c&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:2875 +0x9e8 fp=0x7ffc905402c8 sp=0x7ffc905401d8 pc=0x477ca8&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:3215 +0xbe fp=0x7ffc90540300 sp=0x7ffc905402c8 pc=0x478ade&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:3364 +0x14d fp=0x7ffc90540330 sp=0x7ffc90540300 pc=0x47900d&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:448 +0x43 fp=0x7ffc90540340 sp=0x7ffc90540330 pc=0x4a43e3&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc00011b750 sp=0xc00011b730 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:583 +0x42c fp=0xc00011b7e0 sp=0xc00011b750 pc=0x43de6c&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:442 +0x18 fp=0xc00011b808 sp=0xc00011b7e0 pc=0x43d9d8&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/testing/testing.go:1494 +0x789 fp=0xc00011b920 sp=0xc00011b808 pc=0x5b6729&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/testing/testing.go:1846 +0x9a fp=0xc00011b978 sp=0xc00011b920 pc=0x5b9d1a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/testing/testing.go:1446 +0x217 fp=0xc00011ba80 sp=0xc00011b978 pc=0x5b4ff7&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/testing/testing.go:1844 +0x7ed fp=0xc00011bbd0 sp=0xc00011ba80 pc=0x5b9b6d&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/testing/testing.go:1726 +0xa85 fp=0xc00011bed8 sp=0xc00011bbd0 pc=0x5b76e5&#xA;_testmain.go:281 +0x2ea fp=0xc00011bf80 sp=0xc00011bed8 pc=0xc5946a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:250 +0x212 fp=0xc00011bfe0 sp=0xc00011bf80 pc=0x4723f2&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00011bfe8 sp=0xc00011bfe0 pc=0x4a6621&#xA;goroutine running on other thread; stack unavailable&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:290 +0x25&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc00004c790 sp=0xc00004c770 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:369&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/mgcsweep.go:297 +0xd7 fp=0xc00004c7c8 sp=0xc00004c790 pc=0x45cd17&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/mgc.go:178 +0x26 fp=0xc00004c7e0 sp=0xc00004c7c8 pc=0x451986&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00004c7e8 sp=0xc00004c7e0 pc=0x4a6621&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/mgc.go:178 +0x6b&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc00004cf70 sp=0xc00004cf50 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:369&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/mgcscavenge.go:389 +0x53 fp=0xc00004cfa0 sp=0xc00004cf70 pc=0x45ad93&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/mgcscavenge.go:622 +0x65 fp=0xc00004cfc8 sp=0xc00004cfa0 pc=0x45b365&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/mgc.go:179 +0x26 fp=0xc00004cfe0 sp=0xc00004cfc8 pc=0x451926&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00004cfe8 sp=0xc00004cfe0 pc=0x4a6621&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/mgc.go:179 +0xaa&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000050628 sp=0xc000050608 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:369&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/mfinal.go:180 +0x145 fp=0xc0000507e0 sp=0xc000050628 pc=0x450aa5&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0000507e8 sp=0xc0000507e0 pc=0x4a6621&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/mfinal.go:157 +0x45&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc00051a750 sp=0xc00051a730 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/mgc.go:1235 +0xf1 fp=0xc00051a7e0 sp=0xc00051a750 pc=0x453ad1&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00051a7e8 sp=0xc00051a7e0 pc=0x4a6621&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/mgc.go:1159 +0x25&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000728cd8 sp=0xc000728cb8 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000728e38 sp=0xc000728cd8 pc=0x48407c&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc000728fc0 sp=0xc000728e38 pc=0xacc0fd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc000728fe0 sp=0xc000728fc0 pc=0xacb95a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000728fe8 sp=0xc000728fe0 pc=0x4a6621&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc93&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000ac5cd8 sp=0xc000ac5cb8 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000ac5e38 sp=0xc000ac5cd8 pc=0x48407c&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc000ac5fc0 sp=0xc000ac5e38 pc=0xacc0fd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc000ac5fe0 sp=0xc000ac5fc0 pc=0xacb95a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000ac5fe8 sp=0xc000ac5fe0 pc=0x4a6621&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc93&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc00051e750 sp=0xc00051e730 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/mgc.go:1235 +0xf1 fp=0xc00051e7e0 sp=0xc00051e750 pc=0x453ad1&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00051e7e8 sp=0xc00051e7e0 pc=0x4a6621&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/mgc.go:1159 +0x25&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc00051ef50 sp=0xc00051ef30 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/mgc.go:1235 +0xf1 fp=0xc00051efe0 sp=0xc00051ef50 pc=0x453ad1&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00051efe8 sp=0xc00051efe0 pc=0x4a6621&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/mgc.go:1159 +0x25&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc00051af50 sp=0xc00051af30 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/mgc.go:1235 +0xf1 fp=0xc00051afe0 sp=0xc00051af50 pc=0x453ad1&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00051afe8 sp=0xc00051afe0 pc=0x4a6621&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/mgc.go:1159 +0x25&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0006e0838 sp=0xc0006e0818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc0006e0998 sp=0xc0006e0838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0006e0ac8 sp=0xc0006e0998 pc=0xb81b12&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0006e0b40 sp=0xc0006e0ac8 pc=0xc53eb0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc0006e0be0 sp=0xc0006e0b40 pc=0xb3edea&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0006e0c58 sp=0xc0006e0be0 pc=0xb69750&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc0006e0fc0 sp=0xc0006e0c58 pc=0xb3bbfd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc0006e0fe0 sp=0xc0006e0fc0 pc=0xb37c7a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0006e0fe8 sp=0xc0006e0fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0005552d0 sp=0xc0005552b0 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/netpoll.go:526 +0xf7 fp=0xc000555308 sp=0xc0005552d0 pc=0x46aef7&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/netpoll.go:305 +0x89 fp=0xc000555328 sp=0xc000555308 pc=0x4a0649&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/internal/poll/fd_poll_runtime.go:84 +0xbd fp=0xc000555370 sp=0xc000555328 pc=0x4f561d&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/internal/poll/fd_poll_runtime.go:89&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/internal/poll/fd_unix.go:167 +0x415 fp=0xc000555460 sp=0xc000555370 pc=0x4f71b5&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/fd_posix.go:55 +0x51 fp=0xc0005554c0 sp=0xc000555460 pc=0x7cf1d1&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/net.go:183 +0xb1 fp=0xc000555540 sp=0xc0005554c0 pc=0x7e6091&#xA;&lt;autogenerated&gt;:1 +0x65 fp=0xc000555588 sp=0xc000555540 pc=0x807a25&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/server.go:786 +0x23b fp=0xc000555608 sp=0xc000555588 pc=0x95055b&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/bufio/bufio.go:106 +0x2ab fp=0xc000555698 sp=0xc000555608 pc=0x5be7eb&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/bufio/bufio.go:144 +0xd2 fp=0xc000555720 sp=0xc000555698 pc=0x5beab2&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/server.go:991 +0x4bb fp=0xc000555a48 sp=0xc000555720 pc=0x9525db&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/server.go:1916 +0x5d4 fp=0xc000555fa0 sp=0xc000555a48 pc=0x959b34&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/server.go:3102 +0x59 fp=0xc000555fe0 sp=0xc000555fa0 pc=0x961a79&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000555fe8 sp=0xc000555fe0 pc=0x4a6621&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/server.go:3102 +0x838&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000723c40 sp=0xc000723c20 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000723da0 sp=0xc000723c40 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:191 +0x39a fp=0xc000723fe0 sp=0xc000723da0 pc=0xb6c81a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000723fe8 sp=0xc000723fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:178 +0x25b&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000729ed0 sp=0xc000729eb0 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:583 +0x42c fp=0xc000729f60 sp=0xc000729ed0 pc=0x43de6c&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:447 +0x18 fp=0xc000729f88 sp=0xc000729f60 pc=0x43da18&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x7b fp=0xc000729fe0 sp=0xc000729f88 pc=0xaa427b&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000729fe8 sp=0xc000729fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0004446e0 sp=0xc0004446c0 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/netpoll.go:526 +0xf7 fp=0xc000444718 sp=0xc0004446e0 pc=0x46aef7&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/netpoll.go:305 +0x89 fp=0xc000444738 sp=0xc000444718 pc=0x4a0649&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/internal/poll/fd_poll_runtime.go:84 +0xbd fp=0xc000444780 sp=0xc000444738 pc=0x4f561d&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/internal/poll/fd_poll_runtime.go:89&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/internal/poll/fd_unix.go:167 +0x415 fp=0xc000444870 sp=0xc000444780 pc=0x4f71b5&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/fd_posix.go:55 +0x51 fp=0xc0004448d0 sp=0xc000444870 pc=0x7cf1d1&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/net.go:183 +0xb1 fp=0xc000444950 sp=0xc0004448d0 pc=0x7e6091&#xA;&lt;autogenerated&gt;:1 +0x65 fp=0xc000444998 sp=0xc000444950 pc=0x807a25&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/transport.go:1929 +0x105 fp=0xc000444a18 sp=0xc000444998 pc=0x984345&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/bufio/bufio.go:106 +0x2ab fp=0xc000444aa8 sp=0xc000444a18 pc=0x5be7eb&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/bufio/bufio.go:144 +0xd2 fp=0xc000444b30 sp=0xc000444aa8 pc=0x5beab2&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/transport.go:2093 +0x2c8 fp=0xc000444fc0 sp=0xc000444b30 pc=0x985688&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/transport.go:1751 +0x3a fp=0xc000444fe0 sp=0xc000444fc0 pc=0x982fba&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000444fe8 sp=0xc000444fe0 pc=0x4a6621&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/transport.go:1751 +0x2586&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000445cd0 sp=0xc000445cb0 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000445e30 sp=0xc000445cd0 pc=0x48407c&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/transport.go:2392 +0x1a9 fp=0xc000445fc0 sp=0xc000445e30 pc=0x988469&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/transport.go:1752 +0x3a fp=0xc000445fe0 sp=0xc000445fc0 pc=0x982f3a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000445fe8 sp=0xc000445fe0 pc=0x4a6621&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/transport.go:1752 +0x261a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc00059b4a8 sp=0xc00059b488 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:583 +0x42c fp=0xc00059b538 sp=0xc00059b4a8 pc=0x43de6c&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:442 +0x18 fp=0xc00059b560 sp=0xc00059b538 pc=0x43d9d8&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x74 fp=0xc00059b5f0 sp=0xc00059b560 pc=0xc4a974&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:135 +0x542 fp=0xc00059b738 sp=0xc00059b5f0 pc=0xb33d42&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:402 +0x50f fp=0xc00059b8c8 sp=0xc00059b738 pc=0xb3770f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:302 +0x11f fp=0xc00059bb78 sp=0xc00059b8c8 pc=0xb362bf&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:234 +0x325 fp=0xc00059bc58 sp=0xc00059bb78 pc=0xb35005&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:765 +0x227a fp=0xc00059bfc0 sp=0xc00059bc58 pc=0xb3dc3a&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc00059bfe0 sp=0xc00059bfc0 pc=0xb37c7a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00059bfe8 sp=0xc00059bfe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0006e1cd8 sp=0xc0006e1cb8 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc0006e1e38 sp=0xc0006e1cd8 pc=0x48407c&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc0006e1fc0 sp=0xc0006e1e38 pc=0xacc0fd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc0006e1fe0 sp=0xc0006e1fc0 pc=0xacb95a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0006e1fe8 sp=0xc0006e1fe0 pc=0x4a6621&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc93&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc00042d4a8 sp=0xc00042d488 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:583 +0x42c fp=0xc00042d538 sp=0xc00042d4a8 pc=0x43de6c&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:442 +0x18 fp=0xc00042d560 sp=0xc00042d538 pc=0x43d9d8&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x74 fp=0xc00042d5f0 sp=0xc00042d560 pc=0xc4a974&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:135 +0x542 fp=0xc00042d738 sp=0xc00042d5f0 pc=0xb33d42&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:402 +0x50f fp=0xc00042d8c8 sp=0xc00042d738 pc=0xb3770f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:302 +0x11f fp=0xc00042db78 sp=0xc00042d8c8 pc=0xb362bf&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:234 +0x325 fp=0xc00042dc58 sp=0xc00042db78 pc=0xb35005&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:765 +0x227a fp=0xc00042dfc0 sp=0xc00042dc58 pc=0xb3dc3a&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc00042dfe0 sp=0xc00042dfc0 pc=0xb37c7a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00042dfe8 sp=0xc00042dfe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000625838 sp=0xc000625818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000625998 sp=0xc000625838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000625ac8 sp=0xc000625998 pc=0xb81b12&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000625b40 sp=0xc000625ac8 pc=0xc53eb0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000625be0 sp=0xc000625b40 pc=0xb3edea&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000625c58 sp=0xc000625be0 pc=0xb69750&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000625fc0 sp=0xc000625c58 pc=0xb3bbfd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc000625fe0 sp=0xc000625fc0 pc=0xb37c7a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000625fe8 sp=0xc000625fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0004c6c58 sp=0xc0004c6c38 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc0004c6db8 sp=0xc0004c6c58 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:310 +0x47d fp=0xc0004c6f28 sp=0xc0004c6db8 pc=0xb2717d&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:395 +0x6a fp=0xc0004c6fa0 sp=0xc0004c6f28 pc=0xc5170a&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:532 +0x3a fp=0xc0004c6fe0 sp=0xc0004c6fa0 pc=0xc5337a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0004c6fe8 sp=0xc0004c6fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:531 +0xe5&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0006dfc38 sp=0xc0006dfc18 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc0006dfd98 sp=0xc0006dfc38 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:296 +0x1c9 fp=0xc0006dff58 sp=0xc0006dfd98 pc=0xb54c09&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:275 +0x42 fp=0xc0006dff88 sp=0xc0006dff58 pc=0xb544c2&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:838 +0x76 fp=0xc0006dffe0 sp=0xc0006dff88 pc=0xb2f716&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0006dffe8 sp=0xc0006dffe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:834 +0xb96&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0000ec838 sp=0xc0000ec818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc0000ec998 sp=0xc0000ec838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0000ecac8 sp=0xc0000ec998 pc=0xb81b12&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0000ecb40 sp=0xc0000ecac8 pc=0xc53eb0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc0000ecbe0 sp=0xc0000ecb40 pc=0xb3edea&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0000ecc58 sp=0xc0000ecbe0 pc=0xb69750&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc0000ecfc0 sp=0xc0000ecc58 pc=0xb3bbfd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc0000ecfe0 sp=0xc0000ecfc0 pc=0xb37c7a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0000ecfe8 sp=0xc0000ecfe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0005f4ef8 sp=0xc0005f4ed8 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/netpoll.go:526 +0xf7 fp=0xc0005f4f30 sp=0xc0005f4ef8 pc=0x46aef7&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/netpoll.go:305 +0x89 fp=0xc0005f4f50 sp=0xc0005f4f30 pc=0x4a0649&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/internal/poll/fd_poll_runtime.go:84 +0xbd fp=0xc0005f4f98 sp=0xc0005f4f50 pc=0x4f561d&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/internal/poll/fd_poll_runtime.go:89&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/internal/poll/fd_unix.go:167 +0x415 fp=0xc0005f5088 sp=0xc0005f4f98 pc=0x4f71b5&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/fd_posix.go:55 +0x51 fp=0xc0005f50e8 sp=0xc0005f5088 pc=0x7cf1d1&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/net.go:183 +0xb1 fp=0xc0005f5168 sp=0xc0005f50e8 pc=0x7e6091&#xA;&lt;autogenerated&gt;:1 +0x65 fp=0xc0005f51b0 sp=0xc0005f5168 pc=0x807a25&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/server.go:786 +0x23b fp=0xc0005f5230 sp=0xc0005f51b0 pc=0x95055b&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/bufio/bufio.go:106 +0x2ab fp=0xc0005f52c0 sp=0xc0005f5230 pc=0x5be7eb&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/bufio/bufio.go:372 +0x89 fp=0xc0005f5388 sp=0xc0005f52c0 pc=0x5c0849&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/bufio/bufio.go:401 +0x36 fp=0xc0005f53e8 sp=0xc0005f5388 pc=0x5c0e56&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/textproto/reader.go:58 +0xe5 fp=0xc0005f54f8 sp=0xc0005f53e8 pc=0x8b6365&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/textproto/reader.go:39&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/request.go:1030 +0x8e fp=0xc0005f5720 sp=0xc0005f54f8 pc=0x94760e&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/server.go:994 +0x5aa fp=0xc0005f5a48 sp=0xc0005f5720 pc=0x9526ca&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/server.go:1916 +0x5d4 fp=0xc0005f5fa0 sp=0xc0005f5a48 pc=0x959b34&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/server.go:3102 +0x59 fp=0xc0005f5fe0 sp=0xc0005f5fa0 pc=0x961a79&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0005f5fe8 sp=0xc0005f5fe0 pc=0x4a6621&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/server.go:3102 +0x838&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0004a54a8 sp=0xc0004a5488 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:583 +0x42c fp=0xc0004a5538 sp=0xc0004a54a8 pc=0x43de6c&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:442 +0x18 fp=0xc0004a5560 sp=0xc0004a5538 pc=0x43d9d8&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x74 fp=0xc0004a55f0 sp=0xc0004a5560 pc=0xc4a974&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:135 +0x542 fp=0xc0004a5738 sp=0xc0004a55f0 pc=0xb33d42&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:402 +0x50f fp=0xc0004a58c8 sp=0xc0004a5738 pc=0xb3770f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:302 +0x11f fp=0xc0004a5b78 sp=0xc0004a58c8 pc=0xb362bf&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:234 +0x325 fp=0xc0004a5c58 sp=0xc0004a5b78 pc=0xb35005&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:765 +0x227a fp=0xc0004a5fc0 sp=0xc0004a5c58 pc=0xb3dc3a&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc0004a5fe0 sp=0xc0004a5fc0 pc=0xb37c7a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0004a5fe8 sp=0xc0004a5fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc00051d6d0 sp=0xc00051d6b0 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:583 +0x42c fp=0xc00051d760 sp=0xc00051d6d0 pc=0x43de6c&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:447 +0x18 fp=0xc00051d788 sp=0xc00051d760 pc=0x43da18&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x7b fp=0xc00051d7e0 sp=0xc00051d788 pc=0xaa427b&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00051d7e8 sp=0xc00051d7e0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0009f1838 sp=0xc0009f1818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc0009f1998 sp=0xc0009f1838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0009f1ac8 sp=0xc0009f1998 pc=0xb81b12&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0009f1b40 sp=0xc0009f1ac8 pc=0xc53eb0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc0009f1be0 sp=0xc0009f1b40 pc=0xb3edea&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0009f1c58 sp=0xc0009f1be0 pc=0xb69750&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc0009f1fc0 sp=0xc0009f1c58 pc=0xb3bbfd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc0009f1fe0 sp=0xc0009f1fc0 pc=0xb37c7a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0009f1fe8 sp=0xc0009f1fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0000ebcb0 sp=0xc0000ebc90 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:259 +0x44c fp=0xc0000ebd40 sp=0xc0000ebcb0 pc=0x43cfcc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:145 +0x1d fp=0xc0000ebd70 sp=0xc0000ebd40 pc=0x43cb5d&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0xa5 fp=0xc0000ebdd8 sp=0xc0000ebd70 pc=0xb78725&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:553 +0x167 fp=0xc0000ebeb8 sp=0xc0000ebdd8 pc=0xb399e7&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc9 fp=0xc0000ebf48 sp=0xc0000ebeb8 pc=0xb193a9&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xee fp=0xc0000ebfe0 sp=0xc0000ebf48 pc=0xb191ce&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0000ebfe8 sp=0xc0000ebfe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x27d&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000583838 sp=0xc000583818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000583998 sp=0xc000583838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000583ac8 sp=0xc000583998 pc=0xb81b12&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000583b40 sp=0xc000583ac8 pc=0xc53eb0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000583be0 sp=0xc000583b40 pc=0xb3edea&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000583c58 sp=0xc000583be0 pc=0xb69750&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000583fc0 sp=0xc000583c58 pc=0xb3bbfd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc000583fe0 sp=0xc000583fc0 pc=0xb37c7a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000583fe8 sp=0xc000583fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0003c46e0 sp=0xc0003c46c0 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/netpoll.go:526 +0xf7 fp=0xc0003c4718 sp=0xc0003c46e0 pc=0x46aef7&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/netpoll.go:305 +0x89 fp=0xc0003c4738 sp=0xc0003c4718 pc=0x4a0649&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/internal/poll/fd_poll_runtime.go:84 +0xbd fp=0xc0003c4780 sp=0xc0003c4738 pc=0x4f561d&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/internal/poll/fd_poll_runtime.go:89&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/internal/poll/fd_unix.go:167 +0x415 fp=0xc0003c4870 sp=0xc0003c4780 pc=0x4f71b5&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/fd_posix.go:55 +0x51 fp=0xc0003c48d0 sp=0xc0003c4870 pc=0x7cf1d1&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/net.go:183 +0xb1 fp=0xc0003c4950 sp=0xc0003c48d0 pc=0x7e6091&#xA;&lt;autogenerated&gt;:1 +0x65 fp=0xc0003c4998 sp=0xc0003c4950 pc=0x807a25&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/transport.go:1929 +0x105 fp=0xc0003c4a18 sp=0xc0003c4998 pc=0x984345&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/bufio/bufio.go:106 +0x2ab fp=0xc0003c4aa8 sp=0xc0003c4a18 pc=0x5be7eb&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/bufio/bufio.go:144 +0xd2 fp=0xc0003c4b30 sp=0xc0003c4aa8 pc=0x5beab2&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/transport.go:2093 +0x2c8 fp=0xc0003c4fc0 sp=0xc0003c4b30 pc=0x985688&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/transport.go:1751 +0x3a fp=0xc0003c4fe0 sp=0xc0003c4fc0 pc=0x982fba&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0003c4fe8 sp=0xc0003c4fe0 pc=0x4a6621&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/transport.go:1751 +0x2586&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000441cd0 sp=0xc000441cb0 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000441e30 sp=0xc000441cd0 pc=0x48407c&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/transport.go:2392 +0x1a9 fp=0xc000441fc0 sp=0xc000441e30 pc=0x988469&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/transport.go:1752 +0x3a fp=0xc000441fe0 sp=0xc000441fc0 pc=0x982f3a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000441fe8 sp=0xc000441fe0 pc=0x4a6621&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/transport.go:1752 +0x261a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0005574a8 sp=0xc000557488 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:583 +0x42c fp=0xc000557538 sp=0xc0005574a8 pc=0x43de6c&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:442 +0x18 fp=0xc000557560 sp=0xc000557538 pc=0x43d9d8&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x74 fp=0xc0005575f0 sp=0xc000557560 pc=0xc4a974&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:135 +0x542 fp=0xc000557738 sp=0xc0005575f0 pc=0xb33d42&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:402 +0x50f fp=0xc0005578c8 sp=0xc000557738 pc=0xb3770f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:302 +0x11f fp=0xc000557b78 sp=0xc0005578c8 pc=0xb362bf&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:234 +0x325 fp=0xc000557c58 sp=0xc000557b78 pc=0xb35005&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:765 +0x227a fp=0xc000557fc0 sp=0xc000557c58 pc=0xb3dc3a&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc000557fe0 sp=0xc000557fc0 pc=0xb37c7a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000557fe8 sp=0xc000557fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc00070fc40 sp=0xc00070fc20 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc00070fda0 sp=0xc00070fc40 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:191 +0x39a fp=0xc00070ffe0 sp=0xc00070fda0 pc=0xb6c81a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00070ffe8 sp=0xc00070ffe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:178 +0x25b&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0004e3838 sp=0xc0004e3818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc0004e3998 sp=0xc0004e3838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0004e3ac8 sp=0xc0004e3998 pc=0xb81b12&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0004e3b40 sp=0xc0004e3ac8 pc=0xc53eb0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc0004e3be0 sp=0xc0004e3b40 pc=0xb3edea&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0004e3c58 sp=0xc0004e3be0 pc=0xb69750&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc0004e3fc0 sp=0xc0004e3c58 pc=0xb3bbfd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc0004e3fe0 sp=0xc0004e3fc0 pc=0xb37c7a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0004e3fe8 sp=0xc0004e3fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc00085f4a8 sp=0xc00085f488 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:583 +0x42c fp=0xc00085f538 sp=0xc00085f4a8 pc=0x43de6c&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:442 +0x18 fp=0xc00085f560 sp=0xc00085f538 pc=0x43d9d8&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x74 fp=0xc00085f5f0 sp=0xc00085f560 pc=0xc4a974&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:135 +0x542 fp=0xc00085f738 sp=0xc00085f5f0 pc=0xb33d42&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:402 +0x50f fp=0xc00085f8c8 sp=0xc00085f738 pc=0xb3770f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:302 +0x11f fp=0xc00085fb78 sp=0xc00085f8c8 pc=0xb362bf&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:234 +0x325 fp=0xc00085fc58 sp=0xc00085fb78 pc=0xb35005&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:765 +0x227a fp=0xc00085ffc0 sp=0xc00085fc58 pc=0xb3dc3a&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc00085ffe0 sp=0xc00085ffc0 pc=0xb37c7a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00085ffe8 sp=0xc00085ffe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0006dd838 sp=0xc0006dd818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc0006dd998 sp=0xc0006dd838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0006ddac8 sp=0xc0006dd998 pc=0xb81b12&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0006ddb40 sp=0xc0006ddac8 pc=0xc53eb0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc0006ddbe0 sp=0xc0006ddb40 pc=0xb3edea&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0006ddc58 sp=0xc0006ddbe0 pc=0xb69750&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc0006ddfc0 sp=0xc0006ddc58 pc=0xb3bbfd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc0006ddfe0 sp=0xc0006ddfc0 pc=0xb37c7a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0006ddfe8 sp=0xc0006ddfe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0004c9cd8 sp=0xc0004c9cb8 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc0004c9e38 sp=0xc0004c9cd8 pc=0x48407c&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc0004c9fc0 sp=0xc0004c9e38 pc=0xacc0fd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc0004c9fe0 sp=0xc0004c9fc0 pc=0xacb95a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0004c9fe8 sp=0xc0004c9fe0 pc=0x4a6621&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc93&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0000edcd8 sp=0xc0000edcb8 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc0000ede38 sp=0xc0000edcd8 pc=0x48407c&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc0000edfc0 sp=0xc0000ede38 pc=0xacc0fd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc0000edfe0 sp=0xc0000edfc0 pc=0xacb95a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0000edfe8 sp=0xc0000edfe0 pc=0x4a6621&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc93&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0007dfed0 sp=0xc0007dfeb0 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:583 +0x42c fp=0xc0007dff60 sp=0xc0007dfed0 pc=0x43de6c&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:447 +0x18 fp=0xc0007dff88 sp=0xc0007dff60 pc=0x43da18&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x7b fp=0xc0007dffe0 sp=0xc0007dff88 pc=0xaa427b&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0007dffe8 sp=0xc0007dffe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000553838 sp=0xc000553818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000553998 sp=0xc000553838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000553ac8 sp=0xc000553998 pc=0xb81b12&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000553b40 sp=0xc000553ac8 pc=0xc53eb0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000553be0 sp=0xc000553b40 pc=0xb3edea&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000553c58 sp=0xc000553be0 pc=0xb69750&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000553fc0 sp=0xc000553c58 pc=0xb3bbfd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc000553fe0 sp=0xc000553fc0 pc=0xb37c7a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000553fe8 sp=0xc000553fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000a57d50 sp=0xc000a57d30 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000a57eb0 sp=0xc000a57d50 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:18 +0x17e fp=0xc000a57fe0 sp=0xc000a57eb0 pc=0xaa3dfe&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000a57fe8 sp=0xc000a57fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:16 +0x145&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000547cb0 sp=0xc000547c90 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:259 +0x44c fp=0xc000547d40 sp=0xc000547cb0 pc=0x43cfcc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:145 +0x1d fp=0xc000547d70 sp=0xc000547d40 pc=0x43cb5d&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0xa5 fp=0xc000547dd8 sp=0xc000547d70 pc=0xb78725&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:553 +0x167 fp=0xc000547eb8 sp=0xc000547dd8 pc=0xb399e7&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc9 fp=0xc000547f48 sp=0xc000547eb8 pc=0xb193a9&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xee fp=0xc000547fe0 sp=0xc000547f48 pc=0xb191ce&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000547fe8 sp=0xc000547fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x27d&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000710ed0 sp=0xc000710eb0 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:583 +0x42c fp=0xc000710f60 sp=0xc000710ed0 pc=0x43de6c&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:447 +0x18 fp=0xc000710f88 sp=0xc000710f60 pc=0x43da18&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x7b fp=0xc000710fe0 sp=0xc000710f88 pc=0xaa427b&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000710fe8 sp=0xc000710fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0005e3838 sp=0xc0005e3818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc0005e3998 sp=0xc0005e3838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0005e3ac8 sp=0xc0005e3998 pc=0xb81b12&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0005e3b40 sp=0xc0005e3ac8 pc=0xc53eb0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc0005e3be0 sp=0xc0005e3b40 pc=0xb3edea&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0005e3c58 sp=0xc0005e3be0 pc=0xb69750&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc0005e3fc0 sp=0xc0005e3c58 pc=0xb3bbfd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc0005e3fe0 sp=0xc0005e3fc0 pc=0xb37c7a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0005e3fe8 sp=0xc0005e3fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0005c6ed0 sp=0xc0005c6eb0 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:583 +0x42c fp=0xc0005c6f60 sp=0xc0005c6ed0 pc=0x43de6c&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:447 +0x18 fp=0xc0005c6f88 sp=0xc0005c6f60 pc=0x43da18&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x7b fp=0xc0005c6fe0 sp=0xc0005c6f88 pc=0xaa427b&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0005c6fe8 sp=0xc0005c6fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000442ed0 sp=0xc000442eb0 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:583 +0x42c fp=0xc000442f60 sp=0xc000442ed0 pc=0x43de6c&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:447 +0x18 fp=0xc000442f88 sp=0xc000442f60 pc=0x43da18&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x7b fp=0xc000442fe0 sp=0xc000442f88 pc=0xaa427b&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000442fe8 sp=0xc000442fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000584838 sp=0xc000584818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000584998 sp=0xc000584838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000584ac8 sp=0xc000584998 pc=0xb81b12&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000584b40 sp=0xc000584ac8 pc=0xc53eb0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000584be0 sp=0xc000584b40 pc=0xb3edea&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000584c58 sp=0xc000584be0 pc=0xb69750&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000584fc0 sp=0xc000584c58 pc=0xb3bbfd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc000584fe0 sp=0xc000584fc0 pc=0xb37c7a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000584fe8 sp=0xc000584fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000655cc0 sp=0xc000655ca0 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000655e20 sp=0xc000655cc0 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:893 +0x245 fp=0xc000655f60 sp=0xc000655e20 pc=0xb2fd45&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:884 +0x7e fp=0xc000655fe0 sp=0xc000655f60 pc=0xb2fabe&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000655fe8 sp=0xc000655fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:882 +0x21c&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0005e0c40 sp=0xc0005e0c20 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc0005e0da0 sp=0xc0005e0c40 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:191 +0x39a fp=0xc0005e0fe0 sp=0xc0005e0da0 pc=0xb6c81a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0005e0fe8 sp=0xc0005e0fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:178 +0x25b&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0005c5be0 sp=0xc0005c5bc0 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc0005c5d40 sp=0xc0005c5be0 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:296 +0x1c9 fp=0xc0005c5f00 sp=0xc0005c5d40 pc=0xb54c09&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:275 +0x42 fp=0xc0005c5f30 sp=0xc0005c5f00 pc=0xb544c2&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:414 +0x9b fp=0xc0005c5fe0 sp=0xc0005c5f30 pc=0xb2905b&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0005c5fe8 sp=0xc0005c5fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:413 +0x453&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0005c7ed0 sp=0xc0005c7eb0 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:583 +0x42c fp=0xc0005c7f60 sp=0xc0005c7ed0 pc=0x43de6c&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:447 +0x18 fp=0xc0005c7f88 sp=0xc0005c7f60 pc=0x43da18&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x7b fp=0xc0005c7fe0 sp=0xc0005c7f88 pc=0xaa427b&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0005c7fe8 sp=0xc0005c7fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;goroutine running on other thread; stack unavailable&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0007a5c48 sp=0xc0007a5c28 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc0007a5da8 sp=0xc0007a5c48 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:421 +0x4e9 fp=0xc0007a5f28 sp=0xc0007a5da8 pc=0xb28e89&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:453 +0x6a fp=0xc0007a5fa0 sp=0xc0007a5f28 pc=0xc526ea&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:532 +0x3a fp=0xc0007a5fe0 sp=0xc0007a5fa0 pc=0xc5337a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0007a5fe8 sp=0xc0007a5fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:531 +0xe5&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0000df9e0 sp=0xc0000df9c0 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:369&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/sema.go:150 +0x1fe fp=0xc0000dfa48 sp=0xc0000df9e0 pc=0x4853fe&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/sema.go:77 +0x25 fp=0xc0000dfa78 sp=0xc0000dfa48 pc=0x4a2485&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/sync/mutex.go:171 +0x225 fp=0xc0000dfac8 sp=0xc0000dfa78 pc=0x4b5585&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/sync/mutex.go:90 +0x65 fp=0xc0000dfae8 sp=0xc0000dfac8 pc=0x4b5285&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:165 +0x4a fp=0xc0000dfbd0 sp=0xc0000dfae8 pc=0xb2584a&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_client.go:88 +0x4c fp=0xc0000dfc28 sp=0xc0000dfbd0 pc=0xb3252c&#xA;&lt;autogenerated&gt;:1 +0x45 fp=0xc0000dfc58 sp=0xc0000dfc28 pc=0xb69465&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:862 +0x15de fp=0xc0000dffc0 sp=0xc0000dfc58 pc=0xb3cf9e&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc0000dffe0 sp=0xc0000dffc0 pc=0xb37c7a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0000dffe8 sp=0xc0000dffe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0004ca838 sp=0xc0004ca818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc0004ca998 sp=0xc0004ca838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0004caac8 sp=0xc0004ca998 pc=0xb81b12&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0004cab40 sp=0xc0004caac8 pc=0xc53eb0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc0004cabe0 sp=0xc0004cab40 pc=0xb3edea&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0004cac58 sp=0xc0004cabe0 pc=0xb69750&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc0004cafc0 sp=0xc0004cac58 pc=0xb3bbfd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc0004cafe0 sp=0xc0004cafc0 pc=0xb37c7a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0004cafe8 sp=0xc0004cafe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0004c4838 sp=0xc0004c4818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc0004c4998 sp=0xc0004c4838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0004c4ac8 sp=0xc0004c4998 pc=0xb81b12&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0004c4b40 sp=0xc0004c4ac8 pc=0xc53eb0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc0004c4be0 sp=0xc0004c4b40 pc=0xb3edea&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0004c4c58 sp=0xc0004c4be0 pc=0xb69750&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc0004c4fc0 sp=0xc0004c4c58 pc=0xb3bbfd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc0004c4fe0 sp=0xc0004c4fc0 pc=0xb37c7a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0004c4fe8 sp=0xc0004c4fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0005e4ed0 sp=0xc0005e4eb0 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:583 +0x42c fp=0xc0005e4f60 sp=0xc0005e4ed0 pc=0x43de6c&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:447 +0x18 fp=0xc0005e4f88 sp=0xc0005e4f60 pc=0x43da18&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x7b fp=0xc0005e4fe0 sp=0xc0005e4f88 pc=0xaa427b&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0005e4fe8 sp=0xc0005e4fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000d2ecb0 sp=0xc000d2ec90 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:259 +0x44c fp=0xc000d2ed40 sp=0xc000d2ecb0 pc=0x43cfcc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:145 +0x1d fp=0xc000d2ed70 sp=0xc000d2ed40 pc=0x43cb5d&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0xa5 fp=0xc000d2edd8 sp=0xc000d2ed70 pc=0xb78725&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:553 +0x167 fp=0xc000d2eeb8 sp=0xc000d2edd8 pc=0xb399e7&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc9 fp=0xc000d2ef48 sp=0xc000d2eeb8 pc=0xb193a9&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xee fp=0xc000d2efe0 sp=0xc000d2ef48 pc=0xb191ce&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000d2efe8 sp=0xc000d2efe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x27d&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc00059f4a8 sp=0xc00059f488 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:583 +0x42c fp=0xc00059f538 sp=0xc00059f4a8 pc=0x43de6c&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:442 +0x18 fp=0xc00059f560 sp=0xc00059f538 pc=0x43d9d8&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x74 fp=0xc00059f5f0 sp=0xc00059f560 pc=0xc4a974&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:135 +0x542 fp=0xc00059f738 sp=0xc00059f5f0 pc=0xb33d42&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:402 +0x50f fp=0xc00059f8c8 sp=0xc00059f738 pc=0xb3770f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:302 +0x11f fp=0xc00059fb78 sp=0xc00059f8c8 pc=0xb362bf&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:234 +0x325 fp=0xc00059fc58 sp=0xc00059fb78 pc=0xb35005&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:765 +0x227a fp=0xc00059ffc0 sp=0xc00059fc58 pc=0xb3dc3a&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc00059ffe0 sp=0xc00059ffc0 pc=0xb37c7a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00059ffe8 sp=0xc00059ffe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000651838 sp=0xc000651818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000651998 sp=0xc000651838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000651ac8 sp=0xc000651998 pc=0xb81b12&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000651b40 sp=0xc000651ac8 pc=0xc53eb0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000651be0 sp=0xc000651b40 pc=0xb3edea&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000651c58 sp=0xc000651be0 pc=0xb69750&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000651fc0 sp=0xc000651c58 pc=0xb3bbfd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc000651fe0 sp=0xc000651fc0 pc=0xb37c7a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000651fe8 sp=0xc000651fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc00004ec40 sp=0xc00004ec20 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc00004eda0 sp=0xc00004ec40 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:191 +0x39a fp=0xc00004efe0 sp=0xc00004eda0 pc=0xb6c81a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00004efe8 sp=0xc00004efe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:178 +0x25b&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000623838 sp=0xc000623818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000623998 sp=0xc000623838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000623ac8 sp=0xc000623998 pc=0xb81b12&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000623b40 sp=0xc000623ac8 pc=0xc53eb0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000623be0 sp=0xc000623b40 pc=0xb3edea&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000623c58 sp=0xc000623be0 pc=0xb69750&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000623fc0 sp=0xc000623c58 pc=0xb3bbfd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc000623fe0 sp=0xc000623fc0 pc=0xb37c7a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000623fe8 sp=0xc000623fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000585c58 sp=0xc000585c38 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000585db8 sp=0xc000585c58 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:310 +0x47d fp=0xc000585f28 sp=0xc000585db8 pc=0xb2717d&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:395 +0x6a fp=0xc000585fa0 sp=0xc000585f28 pc=0xc5170a&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:532 +0x3a fp=0xc000585fe0 sp=0xc000585fa0 pc=0xc5337a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000585fe8 sp=0xc000585fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:531 +0xe5&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc00071bc48 sp=0xc00071bc28 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc00071bda8 sp=0xc00071bc48 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:421 +0x4e9 fp=0xc00071bf28 sp=0xc00071bda8 pc=0xb28e89&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:453 +0x6a fp=0xc00071bfa0 sp=0xc00071bf28 pc=0xc526ea&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:532 +0x3a fp=0xc00071bfe0 sp=0xc00071bfa0 pc=0xc5337a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00071bfe8 sp=0xc00071bfe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:531 +0xe5&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc00054bbf0 sp=0xc00054bbd0 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc00054bd50 sp=0xc00054bbf0 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:296 +0x1c9 fp=0xc00054bf10 sp=0xc00054bd50 pc=0xb54c09&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:275 +0x42 fp=0xc00054bf40 sp=0xc00054bf10 pc=0xb544c2&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:303 +0x86 fp=0xc00054bfe0 sp=0xc00054bf40 pc=0xb27346&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00054bfe8 sp=0xc00054bfe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:302 +0x3ea&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0005cbc40 sp=0xc0005cbc20 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc0005cbda0 sp=0xc0005cbc40 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:191 +0x39a fp=0xc0005cbfe0 sp=0xc0005cbda0 pc=0xb6c81a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0005cbfe8 sp=0xc0005cbfe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:178 +0x25b&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc00071fbf0 sp=0xc00071fbd0 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc00071fd50 sp=0xc00071fbf0 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:296 +0x1c9 fp=0xc00071ff10 sp=0xc00071fd50 pc=0xb54c09&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:275 +0x42 fp=0xc00071ff40 sp=0xc00071ff10 pc=0xb544c2&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:303 +0x86 fp=0xc00071ffe0 sp=0xc00071ff40 pc=0xb27346&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00071ffe8 sp=0xc00071ffe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:302 +0x3ea&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0003c2ed0 sp=0xc0003c2eb0 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:583 +0x42c fp=0xc0003c2f60 sp=0xc0003c2ed0 pc=0x43de6c&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:447 +0x18 fp=0xc0003c2f88 sp=0xc0003c2f60 pc=0x43da18&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x7b fp=0xc0003c2fe0 sp=0xc0003c2f88 pc=0xaa427b&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0003c2fe8 sp=0xc0003c2fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000720be0 sp=0xc000720bc0 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000720d40 sp=0xc000720be0 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:296 +0x1c9 fp=0xc000720f00 sp=0xc000720d40 pc=0xb54c09&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:275 +0x42 fp=0xc000720f30 sp=0xc000720f00 pc=0xb544c2&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:414 +0x9b fp=0xc000720fe0 sp=0xc000720f30 pc=0xb2905b&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000720fe8 sp=0xc000720fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:413 +0x453&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000065838 sp=0xc000065818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000065998 sp=0xc000065838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000065ac8 sp=0xc000065998 pc=0xb81b12&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000065b40 sp=0xc000065ac8 pc=0xc53eb0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000065be0 sp=0xc000065b40 pc=0xb3edea&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000065c58 sp=0xc000065be0 pc=0xb69750&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000065fc0 sp=0xc000065c58 pc=0xb3bbfd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc000065fe0 sp=0xc000065fc0 pc=0xb37c7a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000065fe8 sp=0xc000065fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000484cb0 sp=0xc000484c90 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:259 +0x44c fp=0xc000484d40 sp=0xc000484cb0 pc=0x43cfcc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:145 +0x1d fp=0xc000484d70 sp=0xc000484d40 pc=0x43cb5d&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0xa5 fp=0xc000484dd8 sp=0xc000484d70 pc=0xb78725&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:553 +0x167 fp=0xc000484eb8 sp=0xc000484dd8 pc=0xb399e7&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc9 fp=0xc000484f48 sp=0xc000484eb8 pc=0xb193a9&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xee fp=0xc000484fe0 sp=0xc000484f48 pc=0xb191ce&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000484fe8 sp=0xc000484fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x27d&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000582cd8 sp=0xc000582cb8 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000582e38 sp=0xc000582cd8 pc=0x48407c&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc000582fc0 sp=0xc000582e38 pc=0xacc0fd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc000582fe0 sp=0xc000582fc0 pc=0xacb95a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000582fe8 sp=0xc000582fe0 pc=0x4a6621&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc93&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0000e9838 sp=0xc0000e9818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc0000e9998 sp=0xc0000e9838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0000e9ac8 sp=0xc0000e9998 pc=0xb81b12&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0000e9b40 sp=0xc0000e9ac8 pc=0xc53eb0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc0000e9be0 sp=0xc0000e9b40 pc=0xb3edea&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0000e9c58 sp=0xc0000e9be0 pc=0xb69750&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc0000e9fc0 sp=0xc0000e9c58 pc=0xb3bbfd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc0000e9fe0 sp=0xc0000e9fc0 pc=0xb37c7a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0000e9fe8 sp=0xc0000e9fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000a52838 sp=0xc000a52818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000a52998 sp=0xc000a52838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000a52ac8 sp=0xc000a52998 pc=0xb81b12&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000a52b40 sp=0xc000a52ac8 pc=0xc53eb0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000a52be0 sp=0xc000a52b40 pc=0xb3edea&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000a52c58 sp=0xc000a52be0 pc=0xb69750&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000a52fc0 sp=0xc000a52c58 pc=0xb3bbfd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc000a52fe0 sp=0xc000a52fc0 pc=0xb37c7a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000a52fe8 sp=0xc000a52fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000d2dcd8 sp=0xc000d2dcb8 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000d2de38 sp=0xc000d2dcd8 pc=0x48407c&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc000d2dfc0 sp=0xc000d2de38 pc=0xacc0fd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc000d2dfe0 sp=0xc000d2dfc0 pc=0xacb95a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000d2dfe8 sp=0xc000d2dfe0 pc=0x4a6621&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc93&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000ac0838 sp=0xc000ac0818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000ac0998 sp=0xc000ac0838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000ac0ac8 sp=0xc000ac0998 pc=0xb81b12&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000ac0b40 sp=0xc000ac0ac8 pc=0xc53eb0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000ac0be0 sp=0xc000ac0b40 pc=0xb3edea&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000ac0c58 sp=0xc000ac0be0 pc=0xb69750&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000ac0fc0 sp=0xc000ac0c58 pc=0xb3bbfd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc000ac0fe0 sp=0xc000ac0fc0 pc=0xb37c7a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000ac0fe8 sp=0xc000ac0fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000ac7838 sp=0xc000ac7818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000ac7998 sp=0xc000ac7838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000ac7ac8 sp=0xc000ac7998 pc=0xb81b12&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000ac7b40 sp=0xc000ac7ac8 pc=0xc53eb0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000ac7be0 sp=0xc000ac7b40 pc=0xb3edea&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000ac7c58 sp=0xc000ac7be0 pc=0xb69750&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000ac7fc0 sp=0xc000ac7c58 pc=0xb3bbfd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc000ac7fe0 sp=0xc000ac7fc0 pc=0xb37c7a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000ac7fe8 sp=0xc000ac7fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000064cd8 sp=0xc000064cb8 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000064e38 sp=0xc000064cd8 pc=0x48407c&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc000064fc0 sp=0xc000064e38 pc=0xacc0fd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc000064fe0 sp=0xc000064fc0 pc=0xacb95a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000064fe8 sp=0xc000064fe0 pc=0x4a6621&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc93&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0009ba838 sp=0xc0009ba818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc0009ba998 sp=0xc0009ba838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0009baac8 sp=0xc0009ba998 pc=0xb81b12&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0009bab40 sp=0xc0009baac8 pc=0xc53eb0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc0009babe0 sp=0xc0009bab40 pc=0xb3edea&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0009bac58 sp=0xc0009babe0 pc=0xb69750&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc0009bafc0 sp=0xc0009bac58 pc=0xb3bbfd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc0009bafe0 sp=0xc0009bafc0 pc=0xb37c7a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0009bafe8 sp=0xc0009bafe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000727838 sp=0xc000727818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000727998 sp=0xc000727838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000727ac8 sp=0xc000727998 pc=0xb81b12&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000727b40 sp=0xc000727ac8 pc=0xc53eb0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000727be0 sp=0xc000727b40 pc=0xb3edea&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000727c58 sp=0xc000727be0 pc=0xb69750&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000727fc0 sp=0xc000727c58 pc=0xb3bbfd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc000727fe0 sp=0xc000727fc0 pc=0xb37c7a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000727fe8 sp=0xc000727fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000c11838 sp=0xc000c11818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000c11998 sp=0xc000c11838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000c11ac8 sp=0xc000c11998 pc=0xb81b12&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000c11b40 sp=0xc000c11ac8 pc=0xc53eb0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000c11be0 sp=0xc000c11b40 pc=0xb3edea&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000c11c58 sp=0xc000c11be0 pc=0xb69750&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000c11fc0 sp=0xc000c11c58 pc=0xb3bbfd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc000c11fe0 sp=0xc000c11fc0 pc=0xb37c7a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000c11fe8 sp=0xc000c11fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000c1c838 sp=0xc000c1c818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000c1c998 sp=0xc000c1c838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000c1cac8 sp=0xc000c1c998 pc=0xb81b12&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000c1cb40 sp=0xc000c1cac8 pc=0xc53eb0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000c1cbe0 sp=0xc000c1cb40 pc=0xb3edea&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000c1cc58 sp=0xc000c1cbe0 pc=0xb69750&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000c1cfc0 sp=0xc000c1cc58 pc=0xb3bbfd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc000c1cfe0 sp=0xc000c1cfc0 pc=0xb37c7a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000c1cfe8 sp=0xc000c1cfe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000ab6838 sp=0xc000ab6818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000ab6998 sp=0xc000ab6838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000ab6ac8 sp=0xc000ab6998 pc=0xb81b12&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000ab6b40 sp=0xc000ab6ac8 pc=0xc53eb0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000ab6be0 sp=0xc000ab6b40 pc=0xb3edea&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000ab6c58 sp=0xc000ab6be0 pc=0xb69750&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000ab6fc0 sp=0xc000ab6c58 pc=0xb3bbfd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc000ab6fe0 sp=0xc000ab6fc0 pc=0xb37c7a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000ab6fe8 sp=0xc000ab6fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0005d2cd8 sp=0xc0005d2cb8 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc0005d2e38 sp=0xc0005d2cd8 pc=0x48407c&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc0005d2fc0 sp=0xc0005d2e38 pc=0xacc0fd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc0005d2fe0 sp=0xc0005d2fc0 pc=0xacb95a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0005d2fe8 sp=0xc0005d2fe0 pc=0x4a6621&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc93&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000ab3838 sp=0xc000ab3818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000ab3998 sp=0xc000ab3838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000ab3ac8 sp=0xc000ab3998 pc=0xb81b12&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000ab3b40 sp=0xc000ab3ac8 pc=0xc53eb0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000ab3be0 sp=0xc000ab3b40 pc=0xb3edea&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000ab3c58 sp=0xc000ab3be0 pc=0xb69750&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000ab3fc0 sp=0xc000ab3c58 pc=0xb3bbfd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc000ab3fe0 sp=0xc000ab3fc0 pc=0xb37c7a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000ab3fe8 sp=0xc000ab3fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000c20cd8 sp=0xc000c20cb8 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000c20e38 sp=0xc000c20cd8 pc=0x48407c&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc000c20fc0 sp=0xc000c20e38 pc=0xacc0fd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc000c20fe0 sp=0xc000c20fc0 pc=0xacb95a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000c20fe8 sp=0xc000c20fe0 pc=0x4a6621&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc93&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0007d4cb0 sp=0xc0007d4c90 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:259 +0x44c fp=0xc0007d4d40 sp=0xc0007d4cb0 pc=0x43cfcc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:145 +0x1d fp=0xc0007d4d70 sp=0xc0007d4d40 pc=0x43cb5d&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0xa5 fp=0xc0007d4dd8 sp=0xc0007d4d70 pc=0xb78725&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:553 +0x167 fp=0xc0007d4eb8 sp=0xc0007d4dd8 pc=0xb399e7&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc9 fp=0xc0007d4f48 sp=0xc0007d4eb8 pc=0xb193a9&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xee fp=0xc0007d4fe0 sp=0xc0007d4f48 pc=0xb191ce&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0007d4fe8 sp=0xc0007d4fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x27d&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000650838 sp=0xc000650818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000650998 sp=0xc000650838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000650ac8 sp=0xc000650998 pc=0xb81b12&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000650b40 sp=0xc000650ac8 pc=0xc53eb0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000650be0 sp=0xc000650b40 pc=0xb3edea&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000650c58 sp=0xc000650be0 pc=0xb69750&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000650fc0 sp=0xc000650c58 pc=0xb3bbfd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc000650fe0 sp=0xc000650fc0 pc=0xb37c7a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000650fe8 sp=0xc000650fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000c24838 sp=0xc000c24818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000c24998 sp=0xc000c24838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000c24ac8 sp=0xc000c24998 pc=0xb81b12&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000c24b40 sp=0xc000c24ac8 pc=0xc53eb0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000c24be0 sp=0xc000c24b40 pc=0xb3edea&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000c24c58 sp=0xc000c24be0 pc=0xb69750&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000c24fc0 sp=0xc000c24c58 pc=0xb3bbfd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc000c24fe0 sp=0xc000c24fc0 pc=0xb37c7a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000c24fe8 sp=0xc000c24fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0000e56d8 sp=0xc0000e56b8 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:369&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/sema.go:150 +0x1fe fp=0xc0000e5740 sp=0xc0000e56d8 pc=0x4853fe&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/sema.go:77 +0x25 fp=0xc0000e5770 sp=0xc0000e5740 pc=0x4a2485&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/sync/mutex.go:171 +0x225 fp=0xc0000e57c0 sp=0xc0000e5770 pc=0x4b5585&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/sync/mutex.go:90 +0x65 fp=0xc0000e57e0 sp=0xc0000e57c0 pc=0x4b5285&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:135 +0x51 fp=0xc0000e5848 sp=0xc0000e57e0 pc=0xb25311&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:55 +0x18a fp=0xc0000e5980 sp=0xc0000e5848 pc=0xb24e4a&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_client.go:47 +0x8b7 fp=0xc0000e5af8 sp=0xc0000e5980 pc=0xb31e77&#xA;/home/runner/work/ably-go/ably-go/ablytest/sandbox.go:210 +0x54 fp=0xc0000e5b40 sp=0xc0000e5af8 pc=0xb7a954&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn_spec_integration_test.go:1790 +0x528 fp=0xc0000e5ea8 sp=0xc0000e5b40 pc=0xc10a28&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/testing/testing.go:1446 +0x217 fp=0xc0000e5fb0 sp=0xc0000e5ea8 pc=0x5b4ff7&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/testing/testing.go:1493 +0x48 fp=0xc0000e5fe0 sp=0xc0000e5fb0 pc=0x5b6828&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0000e5fe8 sp=0xc0000e5fe0 pc=0x4a6621&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/testing/testing.go:1493 +0x75e&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0004c8838 sp=0xc0004c8818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc0004c8998 sp=0xc0004c8838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0004c8ac8 sp=0xc0004c8998 pc=0xb81b12&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0004c8b40 sp=0xc0004c8ac8 pc=0xc53eb0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc0004c8be0 sp=0xc0004c8b40 pc=0xb3edea&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0004c8c58 sp=0xc0004c8be0 pc=0xb69750&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc0004c8fc0 sp=0xc0004c8c58 pc=0xb3bbfd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc0004c8fe0 sp=0xc0004c8fc0 pc=0xb37c7a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0004c8fe8 sp=0xc0004c8fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0005c9838 sp=0xc0005c9818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc0005c9998 sp=0xc0005c9838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0005c9ac8 sp=0xc0005c9998 pc=0xb81b12&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0005c9b40 sp=0xc0005c9ac8 pc=0xc53eb0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc0005c9be0 sp=0xc0005c9b40 pc=0xb3edea&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0005c9c58 sp=0xc0005c9be0 pc=0xb69750&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc0005c9fc0 sp=0xc0005c9c58 pc=0xb3bbfd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc0005c9fe0 sp=0xc0005c9fc0 pc=0xb37c7a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0005c9fe8 sp=0xc0005c9fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000cd8cd8 sp=0xc000cd8cb8 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000cd8e38 sp=0xc000cd8cd8 pc=0x48407c&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc000cd8fc0 sp=0xc000cd8e38 pc=0xacc0fd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc000cd8fe0 sp=0xc000cd8fc0 pc=0xacb95a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000cd8fe8 sp=0xc000cd8fe0 pc=0x4a6621&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc93&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000c15838 sp=0xc000c15818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000c15998 sp=0xc000c15838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000c15ac8 sp=0xc000c15998 pc=0xb81b12&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000c15b40 sp=0xc000c15ac8 pc=0xc53eb0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000c15be0 sp=0xc000c15b40 pc=0xb3edea&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000c15c58 sp=0xc000c15be0 pc=0xb69750&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000c15fc0 sp=0xc000c15c58 pc=0xb3bbfd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc000c15fe0 sp=0xc000c15fc0 pc=0xb37c7a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000c15fe8 sp=0xc000c15fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000327ad8 sp=0xc000327ab8 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:369&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/sema.go:150 +0x1fe fp=0xc000327b40 sp=0xc000327ad8 pc=0x4853fe&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/sema.go:77 +0x25 fp=0xc000327b70 sp=0xc000327b40 pc=0x4a2485&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/sync/mutex.go:171 +0x225 fp=0xc000327bc0 sp=0xc000327b70 pc=0x4b5585&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/sync/mutex.go:90 +0x65 fp=0xc000327be0 sp=0xc000327bc0 pc=0x4b5285&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:204 +0x8d fp=0xc000327d38 sp=0xc000327be0 pc=0xb25ead&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_client.go:37 +0x105 fp=0xc000327dd8 sp=0xc000327d38 pc=0xb32065&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:553 +0x167 fp=0xc000327eb8 sp=0xc000327dd8 pc=0xb399e7&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc9 fp=0xc000327f48 sp=0xc000327eb8 pc=0xb193a9&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xee fp=0xc000327fe0 sp=0xc000327f48 pc=0xb191ce&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000327fe8 sp=0xc000327fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x27d&#xA;goroutine running on other thread; stack unavailable&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x27d&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0005cec40 sp=0xc0005cec20 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc0005ceda0 sp=0xc0005cec40 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:183 +0x2ee fp=0xc0005cefe0 sp=0xc0005ceda0 pc=0xb6c76e&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0005cefe8 sp=0xc0005cefe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:178 +0x25b&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000842838 sp=0xc000842818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000842998 sp=0xc000842838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000842ac8 sp=0xc000842998 pc=0xb81b12&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000842b40 sp=0xc000842ac8 pc=0xc53eb0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000842be0 sp=0xc000842b40 pc=0xb3edea&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000842c58 sp=0xc000842be0 pc=0xb69750&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000842fc0 sp=0xc000842c58 pc=0xb3bbfd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc000842fe0 sp=0xc000842fc0 pc=0xb37c7a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000842fe8 sp=0xc000842fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000ac6cd8 sp=0xc000ac6cb8 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000ac6e38 sp=0xc000ac6cd8 pc=0x48407c&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc000ac6fc0 sp=0xc000ac6e38 pc=0xacc0fd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc000ac6fe0 sp=0xc000ac6fc0 pc=0xacb95a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000ac6fe8 sp=0xc000ac6fe0 pc=0x4a6621&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc93</failure>
		</testcase>
	</testsuite>
</testsuites>
