<testsuites>
	<testsuite tests="207" failures="4" time="7260.051" name="github.com/ably/ably-go/ably">
		<properties>
			<property name="go.version" value="go1.20.10"></property>
		</properties>
		<testcase classname="ably" name="Test_decodeMessage" time="0.000"></testcase>
		<testcase classname="ably" name="Test_decodeMessage/foo" time="0.000"></testcase>
		<testcase classname="ably" name="Test_decodeMessage/{&#34;foo&#34;:42}" time="0.000"></testcase>
		<testcase classname="ably" name="Test_decodeMessage/{&#34;foo&#34;:42,&#34;bar&#34;:[&#34;a&#34;,1.2,{&#34;boo&#34;:&#34;ha&#34;}]}" time="0.000"></testcase>
		<testcase classname="ably" name="Test_decodeMessage/[{&#34;foo&#34;:42},&#34;qux&#34;]" time="0.000"></testcase>
		<testcase classname="ably" name="Test_decodeMessage/3q2+7w==" time="0.000"></testcase>
		<testcase classname="ably" name="TestMsgpackExtrasJsonCompatible" time="0.000"></testcase>
		<testcase classname="ably" name="TestMsgpackDecoding" time="0.000"></testcase>
		<testcase classname="ably" name="TestMsgpackDecoding/json_array" time="0.000"></testcase>
		<testcase classname="ably" name="TestMsgpackDecoding/short_string" time="0.000"></testcase>
		<testcase classname="ably" name="TestMsgpackDecoding/200_character_string" time="0.000"></testcase>
		<testcase classname="ably" name="TestMsgpackDecoding/2000_character_string" time="0.000"></testcase>
		<testcase classname="ably" name="TestMsgpackDecoding/short_binary" time="0.000"></testcase>
		<testcase classname="ably" name="TestMsgpackDecoding/200_byte_binary" time="0.000"></testcase>
		<testcase classname="ably" name="TestMsgpackDecoding/2000_byte_binary" time="0.000"></testcase>
		<testcase classname="ably" name="TestMsgpackDecoding/an_object" time="0.000"></testcase>
		<testcase classname="ably" name="TestAuth_BasicAuth" time="7.050"></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.740"></testcase>
		<testcase classname="ably" name="TestAuth_TokenAuth_Renew" time="10.960"></testcase>
		<testcase classname="ably" name="TestAuth_RequestToken" time="7.150"></testcase>
		<testcase classname="ably" name="TestAuth_ReuseClientID" time="6.850"></testcase>
		<testcase classname="ably" name="TestAuth_RequestToken_PublishClientID" time="16.970"></testcase>
		<testcase classname="ably" name="TestAuth_ClientID" time="9.310"></testcase>
		<testcase classname="ably" name="TestAuth_ClientID/Auth_ClientID" time="1.600"></testcase>
		<testcase classname="ably" name="TestAuth_CreateTokenRequest" time="6.920"></testcase>
		<testcase classname="ably" name="TestAuth_CreateTokenRequest/RSA9h" time="0.060"></testcase>
		<testcase classname="ably" name="TestAuth_CreateTokenRequest/RSA9h/parameters_are_optional" time="0.060"></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.720"></testcase>
		<testcase classname="ably" name="TestAuth_IgnoreTimestamp_QueryTime" time="27.090"></testcase>
		<testcase classname="ably" name="TestAuth_RSA7c" time="6.560"></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.600"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedFallback/request_time" time="0.010"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedResponse" time="7.050"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedResponse/request_time" time="0.050"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedResponse/request_404" time="0.110"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedResponse/request_post_get_messages" time="0.230"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedResponse/request_post_get_messages/post" time="0.070"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedResponse/request_post_get_messages/get" time="0.110"></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.850"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_PublishAsync" time="6.650"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_Subscribe" time="22.210"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_SubscriptionFilters" time="7.130"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_AttachWhileDisconnected" time="8.020"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_ShouldSetAblySandboxDefaultReadLimit" time="6.960"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_ShouldSetProvidedReadLimit" time="6.650"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_ShouldReturnErrorIfReadLimitExceeded" time="7.120"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2_ChannelEventForStateChange" time="26.810"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2_ChannelEventForStateChange/on_ATTACHING" time="6.630"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2_ChannelEventForStateChange/on_ATTACHED" time="6.610"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2_ChannelEventForStateChange/on_DETACHING" time="6.790"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2_ChannelEventForStateChange/on_DETACHED" time="6.770"></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="124.380"></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.860"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4b:_If_connection_state_is_FAILED,_returns_error" time="7.060"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4b:_If_connection_state_is_SUSPENDED,_returns_error" time="7.260"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4c_RTL4d:_If_connected,_should_get_attached_successfully" time="6.730"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4d_:_should_return_error_on_FAILED_while_attaching_channel" time="6.630"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4d_:_should_return_error_on_DETACHED_while_attaching_channel" time="6.780"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4d_:_should_return_error_on_SUSPENDED_while_attaching_channel" time="0.000">
			<skipped message="    realtime_channel_spec_integration_test.go:527: Channel SUSPENDED not implemented yet"></skipped>
		</testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4e:_Transition_to_failed_if_no_attach_permission" time="6.800"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4f:_Channel_attach_timeout_if_not_received_within_realtime_request_timeout" time="0.010"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4g:_If_channel_in_FAILED_state,_set_err_to_null_and_proceed_with_attach" time="6.870"></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.850"></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.810"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4i_:_If_connection_state_is_DISCONNECTED,_do_ATTACH_after_CONNECTED" time="6.840"></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.520"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4j2:_Rewind_flag_should_allow_to_receive_historic_messages" time="7.520"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4k:_If_params_given_channel_options,_should_be_sent_in_ATTACH_message" time="6.980"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4k1:_If_params_given_channel_options,_should_be_exposed_as_readonly_field_on_ATTACHED_message" time="7.120"></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.930"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4m:_If_modes_provides_while_attach,_should_receive_modes_in_attached_message" time="6.910"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach" time="54.600"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5a:_If_channel_is_INITIALIZED_or_DETACHED,_do_nothing" time="6.430"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5b:_If_channel_state_is_FAILED,_return_error" time="7.010"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5d_RTL5e:_If_connected,_should_do_successful_detach_with_server" time="6.890"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5e:_return_error_if_channel_detach_fails" time="7.100"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5f:_return_error_on_request_timeout" time="0.010"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5g:_If_connection_state_CLOSING_or_FAILED,_should_return_error" time="7.000"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5h_:_If_Connection_state_CONNECTING,_queue_the_DETACH_message_and_send_on_CONNECTED" time="6.800"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5h,_RTN19b:_If_Connection_state_DISCONNECTED,_queue_the_DETACH_message_and_send_on_CONNECTED" time="6.580"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5i:_If_channel_in_DETACHING_or_ATTACHING_state,_do_detach_after_completion_of_operation" time="6.760"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5j:_if_channel_state_is_SUSPENDED,_immediately_transition_to_DETACHED_state" time="0.000">
			<skipped message="    realtime_channel_spec_integration_test.go:1898: Channel SUSPENDED not implemented yet"></skipped>
		</testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5k:_When_receive_ATTACH_in_detaching_state,_send_new_DETACH_message" time="0.020"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c1_PublishNow" time="34.470"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c1_PublishNow/when_INITIALIZED" time="6.920"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c1_PublishNow/when_ATTACHING" time="6.860"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c1_PublishNow/when_ATTACHED" time="6.760"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c1_PublishNow/when_DETACHING" time="7.000"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c1_PublishNow/when_DETACHED" time="6.920"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue" time="74.930"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_INITIALIZED,_channel_is_INITIALIZED" time="6.980"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_CONNECTING,_channel_is_INITIALIZED" time="6.620"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_CONNECTING,_channel_is_ATTACHING" time="6.990"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_DISCONNECTED,_channel_is_INITIALIZED" time="6.820"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_DISCONNECTED,_channel_is_ATTACHING" time="6.610"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_DISCONNECTED,_channel_is_ATTACHED" time="6.680"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_DISCONNECTED,_channel_is_DETACHING" time="6.890"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_DISCONNECTED,_channel_is_DETACHED" time="6.970"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_CONNECTING,_channel_is_ATTACHED" time="6.430"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_CONNECTING,_channel_is_DETACHING" time="7.050"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_CONNECTING,_channel_is_DETACHED" time="6.900"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c4_PublishFail" time="6.990"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c4_PublishFail/when_connection_is_SUSPENDED,_channel_is_INITIALIZED" time="6.990"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c5_NoImplicitAttach" time="6.490"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2f_RTL12_HandleResume" time="0.090"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2f_RTL12_HandleResume/RTL2f:_when_flag_has_presence_is_provided,_set_channelChangeState_resume_to_false" time="0.020"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2f_RTL12_HandleResume/RTL2f:_when_flag_has_backlog_is_provided,_set_channelChangeState_resume_to_false" time="0.020"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2f_RTL12_HandleResume/RTL2f:_when_flag_resumed_is_provided,_set_channelChangeState_resume_to_true" time="0.020"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2f_RTL12_HandleResume/RTL12:_when_RE-ATTACH_with_error,_set_ChannelEventUpdated" time="0.020"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL13_HandleDetached" time="0.070"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL13_HandleDetached/RTL13a:_when_ATTACHED,_successful_reattach" time="0.020"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL13_HandleDetached/RTL13b:_when_ATTACHING" time="0.020"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL13_HandleDetached/RTL13c:_stop_on_non-CONNECTED" time="0.030"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL17_IgnoreMessagesWhenNotAttached" time="0.020"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL17_IgnoreMessagesWhenNotAttached/Shouldn&#39;t_receive_message_when_not_attached" time="0.020"></testcase>
		<testcase classname="ably" name="Test_UpdateEmptyMessageFields_TM2a_TM2c_TM2f" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL14_HandleChannelError" time="0.010">
			<failure message="Failed" type=""></failure>
		</testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL14_HandleChannelError/RTL14:_when_Error,_should_transition_to_failed_state" time="0.010">
			<failure message="Failed" type="">2023/11/06 07:16:03 [ERROR] cannot set readlimit for connection, connection does not use nhooyr.io/websocket, using default readlimit instead&#xA;    realtime_channel_spec_integration_test.go:2840: timed out waiting for channel receive</failure>
		</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.260"></testcase>
		<testcase classname="ably" name="TestRealtime_DontCrashOnCloseWhenEchoOff" time="6.420"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_AutoConnect_And_Close" time="6.720"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_No_AutoConnect" time="6.730"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_AlreadyConnected" time="6.840"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_AuthError" time="0.220"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_ReceiveTimeout" time="6.970"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_BreakConnLoopOnInactiveState" time="13.950"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_BreakConnLoopOnInactiveState/error" time="7.100"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_BreakConnLoopOnInactiveState/closed" time="6.850"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_SendErrorReconnects" time="7.230"></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="7.260"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange" time="33.870"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange/on_CONNECTING" time="6.910"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange/on_CONNECTED" time="6.870"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange/on_DISCONNECTED" time="6.790"></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.650"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange/on_CLOSED" time="6.580"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange/on_FAILED" time="0.070"></testcase>
		<testcase classname="ably" name="Test_RTN6_Connected_When_CONNECTED_Msg_Received" time="0.010"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN12_Connection_Close" time="23.360"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN12_Connection_Close/RTN12a:_transition_to_closed_on_connection_close" time="7.030"></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.960"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN12_Connection_Close/RTN12d_:_should_abort_reconnection_timer_while_disconnected_on_closed" time="1.000"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN12_Connection_Close/RTN12d:_should_abort_reconnection_timer_while_suspended_on_closed" time="1.400"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN12_Connection_Close/RTN12f:_transition_to_closed_when_close_is_called_intermittently" time="6.950"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15a_ReconnectOnEOF" time="6.980"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15b" time="7.060"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15c6" time="7.050"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15c7_attached" time="7.660"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15c4" time="6.830"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15d_MessageRecovery" time="7.010"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15e_ConnKeyUpdatedOnReconnect" time="6.950"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15g_NewConnectionOnStateLost" time="0.000">
			<failure message="Failed" type="">2023/11/06 07:19:01 [ERROR] cannot set readlimit for connection, connection does not use nhooyr.io/websocket, using default readlimit instead&#xA;2023/11/06 07:19:01 [ERROR] cannot set readlimit for connection, connection does not use nhooyr.io/websocket, using default readlimit instead&#xA;2023/11/06 07:19:01 [ERROR] cannot set readlimit for connection, connection does not use nhooyr.io/websocket, using default readlimit instead&#xA;    realtime_conn_spec_integration_test.go:1445: unexpectedly received in channel: (action=&#34;attach&#34;, channel=&#34;attaching&#34;)</failure>
		</testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15h1_OnDisconnectedCannotRenewToken" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15h2_ReauthFails" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15h2_ReauthWithBadToken" time="0.010"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15h2_Success" time="0.010"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15i_OnErrorWhenConnected" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN16" time="0.000">
			<failure message="Failed" type="">/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0001516b0 sp=0xc000151690 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc000151740 sp=0xc0001516b0 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:442 +0x18 fp=0xc000151768 sp=0xc000151740 pc=0x43e1b8&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/testing/testing.go:1630 +0x82e fp=0xc0001518a8 sp=0xc000151768 pc=0x5cc64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/testing/testing.go:2036 +0x8e fp=0xc000151900 sp=0xc0001518a8 pc=0x5d01ae&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/testing/testing.go:1576 +0x217 fp=0xc000151a08 sp=0xc000151900 pc=0x5cadd7&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/testing/testing.go:2034 +0x87d fp=0xc000151b78 sp=0xc000151a08 pc=0x5cfffd&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/testing/testing.go:1906 +0xb45 fp=0xc000151ed8 sp=0xc000151b78 pc=0x5cd865&#xA;_testmain.go:281 +0x2ea fp=0xc000151f80 sp=0xc000151ed8 pc=0xc8ba4a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:250 +0x207 fp=0xc000151fe0 sp=0xc000151f80 pc=0x471fa7&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000151fe8 sp=0xc000151fe0 pc=0x4a7fe1&#xA;goroutine running on other thread; stack unavailable&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:293 +0x25&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000064f80 sp=0xc000064f60 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:387&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/mgcsweep.go:319 +0xde fp=0xc000064fc8 sp=0xc000064f80 pc=0x45c67e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/mgc.go:178 +0x26 fp=0xc000064fe0 sp=0xc000064fc8 pc=0x4518e6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000064fe8 sp=0xc000064fe0 pc=0x4a7fe1&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/mgc.go:178 +0x6b&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00005ef70 sp=0xc00005ef50 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:387&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/mgcscavenge.go:400 +0x53 fp=0xc00005efa0 sp=0xc00005ef70 pc=0x45a553&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/mgcscavenge.go:633 +0x65 fp=0xc00005efc8 sp=0xc00005efa0 pc=0x45ab25&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/mgc.go:179 +0x26 fp=0xc00005efe0 sp=0xc00005efc8 pc=0x451886&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00005efe8 sp=0xc00005efe0 pc=0x4a7fe1&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/mgc.go:179 +0xaa&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00005fe28 sp=0xc00005fe08 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/mfinal.go:193 +0x13d fp=0xc00005ffe0 sp=0xc00005fe28 pc=0x45091d&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00005ffe8 sp=0xc00005ffe0 pc=0x4a7fe1&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/mfinal.go:163 +0x45&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000493f50 sp=0xc000493f30 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/mgc.go:1275 +0xf1 fp=0xc000493fe0 sp=0xc000493f50 pc=0x453651&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000493fe8 sp=0xc000493fe0 pc=0x4a7fe1&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/mgc.go:1199 +0x25&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000492f50 sp=0xc000492f30 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/mgc.go:1275 +0xf1 fp=0xc000492fe0 sp=0xc000492f50 pc=0x453651&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000492fe8 sp=0xc000492fe0 pc=0x4a7fe1&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/mgc.go:1199 +0x25&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000491f50 sp=0xc000491f30 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/mgc.go:1275 +0xf1 fp=0xc000491fe0 sp=0xc000491f50 pc=0x453651&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000491fe8 sp=0xc000491fe0 pc=0x4a7fe1&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/mgc.go:1199 +0x25&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000490f50 sp=0xc000490f30 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/mgc.go:1275 +0xf1 fp=0xc000490fe0 sp=0xc000490f50 pc=0x453651&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000490fe8 sp=0xc000490fe0 pc=0x4a7fe1&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/mgc.go:1199 +0x25&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00045b600 sp=0xc00045b5e0 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/netpoll.go:527 +0xf7 fp=0xc00045b638 sp=0xc00045b600 pc=0x46a9f7&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/netpoll.go:306 +0x89 fp=0xc00045b658 sp=0xc00045b638 pc=0x4a1ba9&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/internal/poll/fd_poll_runtime.go:84 +0xbd fp=0xc00045b6a0 sp=0xc00045b658 pc=0x4fd8dd&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/internal/poll/fd_poll_runtime.go:89&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/internal/poll/fd_unix.go:167 +0x405 fp=0xc00045b790 sp=0xc00045b6a0 pc=0x4ff465&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/fd_posix.go:55 +0x51 fp=0xc00045b7f0 sp=0xc00045b790 pc=0x7d4891&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/net.go:183 +0xb1 fp=0xc00045b870 sp=0xc00045b7f0 pc=0x7ebcd1&#xA;&lt;autogenerated&gt;:1 +0x65 fp=0xc00045b8b8 sp=0xc00045b870 pc=0x80c805&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/server.go:782 +0x23b fp=0xc00045b938 sp=0xc00045b8b8 pc=0x975ebb&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/bufio/bufio.go:106 +0x2ab fp=0xc00045b9c8 sp=0xc00045b938 pc=0x5d550b&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/bufio/bufio.go:144 +0xd2 fp=0xc00045ba50 sp=0xc00045b9c8 pc=0x5d57d2&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/server.go:2030 +0xe28 fp=0xc00045bfa0 sp=0xc00045ba50 pc=0x97ff08&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/server.go:3089 +0x59 fp=0xc00045bfe0 sp=0xc00045bfa0 pc=0x987219&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00045bfe8 sp=0xc00045bfe0 pc=0x4a7fe1&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/server.go:3089 +0x818&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000061eb8 sp=0xc000061e98 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc000061f48 sp=0xc000061eb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:447 +0x18 fp=0xc000061f70 sp=0xc000061f48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc000061fe0 sp=0xc000061f70 pc=0xad958d&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000061fe8 sp=0xc000061fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0005d7838 sp=0xc0005d7818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0005d7998 sp=0xc0005d7838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0005d7ac8 sp=0xc0005d7998 pc=0xbb65f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0005d7b40 sp=0xc0005d7ac8 pc=0xc86e90&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc0005d7be0 sp=0xc0005d7b40 pc=0xb740ca&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0005d7c58 sp=0xc0005d7be0 pc=0xb9e270&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc0005d7fc0 sp=0xc0005d7c58 pc=0xb70f1d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc0005d7fe0 sp=0xc0005d7fc0 pc=0xb6d11a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0005d7fe8 sp=0xc0005d7fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000649eb8 sp=0xc000649e98 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc000649f48 sp=0xc000649eb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:447 +0x18 fp=0xc000649f70 sp=0xc000649f48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc000649fe0 sp=0xc000649f70 pc=0xad958d&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000649fe8 sp=0xc000649fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0003f3cd0 sp=0xc0003f3cb0 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0003f3e30 sp=0xc0003f3cd0 pc=0x48413e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/transport.go:2410 +0x1a9 fp=0xc0003f3fc0 sp=0xc0003f3e30 pc=0x9ad369&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/transport.go:1766 +0x3a fp=0xc0003f3fe0 sp=0xc0003f3fc0 pc=0x9a7e1a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0003f3fe8 sp=0xc0003f3fe0 pc=0x4a7fe1&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/transport.go:1766 +0x261a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0004276e0 sp=0xc0004276c0 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/netpoll.go:527 +0xf7 fp=0xc000427718 sp=0xc0004276e0 pc=0x46a9f7&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/netpoll.go:306 +0x89 fp=0xc000427738 sp=0xc000427718 pc=0x4a1ba9&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/internal/poll/fd_poll_runtime.go:84 +0xbd fp=0xc000427780 sp=0xc000427738 pc=0x4fd8dd&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/internal/poll/fd_poll_runtime.go:89&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/internal/poll/fd_unix.go:167 +0x405 fp=0xc000427870 sp=0xc000427780 pc=0x4ff465&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/fd_posix.go:55 +0x51 fp=0xc0004278d0 sp=0xc000427870 pc=0x7d4891&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/net.go:183 +0xb1 fp=0xc000427950 sp=0xc0004278d0 pc=0x7ebcd1&#xA;&lt;autogenerated&gt;:1 +0x65 fp=0xc000427998 sp=0xc000427950 pc=0x80c805&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/transport.go:1943 +0x105 fp=0xc000427a18 sp=0xc000427998 pc=0x9a9225&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/bufio/bufio.go:106 +0x2ab fp=0xc000427aa8 sp=0xc000427a18 pc=0x5d550b&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/bufio/bufio.go:144 +0xd2 fp=0xc000427b30 sp=0xc000427aa8 pc=0x5d57d2&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/transport.go:2107 +0x2c8 fp=0xc000427fc0 sp=0xc000427b30 pc=0x9aa588&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/transport.go:1765 +0x3a fp=0xc000427fe0 sp=0xc000427fc0 pc=0x9a7e9a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000427fe8 sp=0xc000427fe0 pc=0x4a7fe1&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/transport.go:1765 +0x2586&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0003f1838 sp=0xc0003f1818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0003f1998 sp=0xc0003f1838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0003f1ac8 sp=0xc0003f1998 pc=0xbb65f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0003f1b40 sp=0xc0003f1ac8 pc=0xc86e90&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc0003f1be0 sp=0xc0003f1b40 pc=0xb740ca&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0003f1c58 sp=0xc0003f1be0 pc=0xb9e270&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc0003f1fc0 sp=0xc0003f1c58 pc=0xb70f1d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc0003f1fe0 sp=0xc0003f1fc0 pc=0xb6d11a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0003f1fe8 sp=0xc0003f1fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0006ab4a8 sp=0xc0006ab488 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc0006ab538 sp=0xc0006ab4a8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:442 +0x18 fp=0xc0006ab560 sp=0xc0006ab538 pc=0x43e1b8&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x74 fp=0xc0006ab5f0 sp=0xc0006ab560 pc=0xc463f4&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:137 +0x542 fp=0xc0006ab738 sp=0xc0006ab5f0 pc=0xb69282&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x50f fp=0xc0006ab8c8 sp=0xc0006ab738 pc=0xb6cbaf&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:304 +0x11f fp=0xc0006abb78 sp=0xc0006ab8c8 pc=0xb6b75f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:236 +0x2e6 fp=0xc0006abc58 sp=0xc0006abb78 pc=0xb6a4c6&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:767 +0x223a fp=0xc0006abfc0 sp=0xc0006abc58 pc=0xb72f1a&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc0006abfe0 sp=0xc0006abfc0 pc=0xb6d11a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0006abfe8 sp=0xc0006abfe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00029b600 sp=0xc00029b5e0 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/netpoll.go:527 +0xf7 fp=0xc00029b638 sp=0xc00029b600 pc=0x46a9f7&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/netpoll.go:306 +0x89 fp=0xc00029b658 sp=0xc00029b638 pc=0x4a1ba9&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/internal/poll/fd_poll_runtime.go:84 +0xbd fp=0xc00029b6a0 sp=0xc00029b658 pc=0x4fd8dd&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/internal/poll/fd_poll_runtime.go:89&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/internal/poll/fd_unix.go:167 +0x405 fp=0xc00029b790 sp=0xc00029b6a0 pc=0x4ff465&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/fd_posix.go:55 +0x51 fp=0xc00029b7f0 sp=0xc00029b790 pc=0x7d4891&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/net.go:183 +0xb1 fp=0xc00029b870 sp=0xc00029b7f0 pc=0x7ebcd1&#xA;&lt;autogenerated&gt;:1 +0x65 fp=0xc00029b8b8 sp=0xc00029b870 pc=0x80c805&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/server.go:782 +0x23b fp=0xc00029b938 sp=0xc00029b8b8 pc=0x975ebb&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/bufio/bufio.go:106 +0x2ab fp=0xc00029b9c8 sp=0xc00029b938 pc=0x5d550b&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/bufio/bufio.go:144 +0xd2 fp=0xc00029ba50 sp=0xc00029b9c8 pc=0x5d57d2&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/server.go:2030 +0xe28 fp=0xc00029bfa0 sp=0xc00029ba50 pc=0x97ff08&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/server.go:3089 +0x59 fp=0xc00029bfe0 sp=0xc00029bfa0 pc=0x987219&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00029bfe8 sp=0xc00029bfe0 pc=0x4a7fe1&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/server.go:3089 +0x818&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0001d5838 sp=0xc0001d5818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0001d5998 sp=0xc0001d5838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0001d5ac8 sp=0xc0001d5998 pc=0xbb65f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0001d5b40 sp=0xc0001d5ac8 pc=0xc86e90&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc0001d5be0 sp=0xc0001d5b40 pc=0xb740ca&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0001d5c58 sp=0xc0001d5be0 pc=0xb9e270&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc0001d5fc0 sp=0xc0001d5c58 pc=0xb70f1d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc0001d5fe0 sp=0xc0001d5fc0 pc=0xb6d11a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0001d5fe8 sp=0xc0001d5fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0002a76e0 sp=0xc0002a76c0 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/netpoll.go:527 +0xf7 fp=0xc0002a7718 sp=0xc0002a76e0 pc=0x46a9f7&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/netpoll.go:306 +0x89 fp=0xc0002a7738 sp=0xc0002a7718 pc=0x4a1ba9&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/internal/poll/fd_poll_runtime.go:84 +0xbd fp=0xc0002a7780 sp=0xc0002a7738 pc=0x4fd8dd&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/internal/poll/fd_poll_runtime.go:89&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/internal/poll/fd_unix.go:167 +0x405 fp=0xc0002a7870 sp=0xc0002a7780 pc=0x4ff465&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/fd_posix.go:55 +0x51 fp=0xc0002a78d0 sp=0xc0002a7870 pc=0x7d4891&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/net.go:183 +0xb1 fp=0xc0002a7950 sp=0xc0002a78d0 pc=0x7ebcd1&#xA;&lt;autogenerated&gt;:1 +0x65 fp=0xc0002a7998 sp=0xc0002a7950 pc=0x80c805&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/transport.go:1943 +0x105 fp=0xc0002a7a18 sp=0xc0002a7998 pc=0x9a9225&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/bufio/bufio.go:106 +0x2ab fp=0xc0002a7aa8 sp=0xc0002a7a18 pc=0x5d550b&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/bufio/bufio.go:144 +0xd2 fp=0xc0002a7b30 sp=0xc0002a7aa8 pc=0x5d57d2&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/transport.go:2107 +0x2c8 fp=0xc0002a7fc0 sp=0xc0002a7b30 pc=0x9aa588&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/transport.go:1765 +0x3a fp=0xc0002a7fe0 sp=0xc0002a7fc0 pc=0x9a7e9a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0002a7fe8 sp=0xc0002a7fe0 pc=0x4a7fe1&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/transport.go:1765 +0x2586&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000481eb8 sp=0xc000481e98 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc000481f48 sp=0xc000481eb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:447 +0x18 fp=0xc000481f70 sp=0xc000481f48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc000481fe0 sp=0xc000481f70 pc=0xad958d&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000481fe8 sp=0xc000481fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000487cd0 sp=0xc000487cb0 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000487e30 sp=0xc000487cd0 pc=0x48413e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/transport.go:2410 +0x1a9 fp=0xc000487fc0 sp=0xc000487e30 pc=0x9ad369&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/transport.go:1766 +0x3a fp=0xc000487fe0 sp=0xc000487fc0 pc=0x9a7e1a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000487fe8 sp=0xc000487fe0 pc=0x4a7fe1&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/transport.go:1766 +0x261a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000570cf8 sp=0xc000570cd8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:259 +0x44e fp=0xc000570d88 sp=0xc000570cf8 pc=0x43d7ae&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:145 +0x1d fp=0xc000570db8 sp=0xc000570d88 pc=0x43d33d&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0xa5 fp=0xc000570e20 sp=0xc000570db8 pc=0xbad505&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:555 +0x10a fp=0xc000570ec0 sp=0xc000570e20 pc=0xb6edca&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc9 fp=0xc000570f50 sp=0xc000570ec0 pc=0xb4ea89&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xe9 fp=0xc000570fe0 sp=0xc000570f50 pc=0xb4e8a9&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000570fe8 sp=0xc000570fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x28b&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00058b4a8 sp=0xc00058b488 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc00058b538 sp=0xc00058b4a8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:442 +0x18 fp=0xc00058b560 sp=0xc00058b538 pc=0x43e1b8&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x74 fp=0xc00058b5f0 sp=0xc00058b560 pc=0xc463f4&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:137 +0x542 fp=0xc00058b738 sp=0xc00058b5f0 pc=0xb69282&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x50f fp=0xc00058b8c8 sp=0xc00058b738 pc=0xb6cbaf&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:304 +0x11f fp=0xc00058bb78 sp=0xc00058b8c8 pc=0xb6b75f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:236 +0x2e6 fp=0xc00058bc58 sp=0xc00058bb78 pc=0xb6a4c6&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:767 +0x223a fp=0xc00058bfc0 sp=0xc00058bc58 pc=0xb72f1a&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc00058bfe0 sp=0xc00058bfc0 pc=0xb6d11a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00058bfe8 sp=0xc00058bfe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00061d838 sp=0xc00061d818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc00061d998 sp=0xc00061d838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc00061dac8 sp=0xc00061d998 pc=0xbb65f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00061db40 sp=0xc00061dac8 pc=0xc86e90&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc00061dbe0 sp=0xc00061db40 pc=0xb740ca&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00061dc58 sp=0xc00061dbe0 pc=0xb9e270&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc00061dfc0 sp=0xc00061dc58 pc=0xb70f1d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc00061dfe0 sp=0xc00061dfc0 pc=0xb6d11a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00061dfe8 sp=0xc00061dfe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000461c38 sp=0xc000461c18 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000461d98 sp=0xc000461c38 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:291 +0x1c9 fp=0xc000461f58 sp=0xc000461d98 pc=0xb89e89&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:270 +0x42 fp=0xc000461f88 sp=0xc000461f58 pc=0xb89782&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:838 +0x76 fp=0xc000461fe0 sp=0xc000461f88 pc=0xb64956&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000461fe8 sp=0xc000461fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:834 +0xb3a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000063cf8 sp=0xc000063cd8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:259 +0x44e fp=0xc000063d88 sp=0xc000063cf8 pc=0x43d7ae&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:145 +0x1d fp=0xc000063db8 sp=0xc000063d88 pc=0x43d33d&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0xa5 fp=0xc000063e20 sp=0xc000063db8 pc=0xbad505&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:555 +0x10a fp=0xc000063ec0 sp=0xc000063e20 pc=0xb6edca&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc9 fp=0xc000063f50 sp=0xc000063ec0 pc=0xb4ea89&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xe9 fp=0xc000063fe0 sp=0xc000063f50 pc=0xb4e8a9&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000063fe8 sp=0xc000063fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x28b&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00078f4a8 sp=0xc00078f488 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc00078f538 sp=0xc00078f4a8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:442 +0x18 fp=0xc00078f560 sp=0xc00078f538 pc=0x43e1b8&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x74 fp=0xc00078f5f0 sp=0xc00078f560 pc=0xc463f4&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:137 +0x542 fp=0xc00078f738 sp=0xc00078f5f0 pc=0xb69282&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x50f fp=0xc00078f8c8 sp=0xc00078f738 pc=0xb6cbaf&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:304 +0x11f fp=0xc00078fb78 sp=0xc00078f8c8 pc=0xb6b75f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:236 +0x2e6 fp=0xc00078fc58 sp=0xc00078fb78 pc=0xb6a4c6&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:767 +0x223a fp=0xc00078ffc0 sp=0xc00078fc58 pc=0xb72f1a&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc00078ffe0 sp=0xc00078ffc0 pc=0xb6d11a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00078ffe8 sp=0xc00078ffe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0006e6eb8 sp=0xc0006e6e98 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc0006e6f48 sp=0xc0006e6eb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:447 +0x18 fp=0xc0006e6f70 sp=0xc0006e6f48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc0006e6fe0 sp=0xc0006e6f70 pc=0xad958d&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0006e6fe8 sp=0xc0006e6fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0007674a8 sp=0xc000767488 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc000767538 sp=0xc0007674a8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:442 +0x18 fp=0xc000767560 sp=0xc000767538 pc=0x43e1b8&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x74 fp=0xc0007675f0 sp=0xc000767560 pc=0xc463f4&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:137 +0x542 fp=0xc000767738 sp=0xc0007675f0 pc=0xb69282&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x50f fp=0xc0007678c8 sp=0xc000767738 pc=0xb6cbaf&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:304 +0x11f fp=0xc000767b78 sp=0xc0007678c8 pc=0xb6b75f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:236 +0x2e6 fp=0xc000767c58 sp=0xc000767b78 pc=0xb6a4c6&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:767 +0x223a fp=0xc000767fc0 sp=0xc000767c58 pc=0xb72f1a&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc000767fe0 sp=0xc000767fc0 pc=0xb6d11a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000767fe8 sp=0xc000767fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0005d14a8 sp=0xc0005d1488 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc0005d1538 sp=0xc0005d14a8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:442 +0x18 fp=0xc0005d1560 sp=0xc0005d1538 pc=0x43e1b8&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x74 fp=0xc0005d15f0 sp=0xc0005d1560 pc=0xc463f4&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:137 +0x542 fp=0xc0005d1738 sp=0xc0005d15f0 pc=0xb69282&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x50f fp=0xc0005d18c8 sp=0xc0005d1738 pc=0xb6cbaf&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:304 +0x11f fp=0xc0005d1b78 sp=0xc0005d18c8 pc=0xb6b75f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:236 +0x2e6 fp=0xc0005d1c58 sp=0xc0005d1b78 pc=0xb6a4c6&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:767 +0x223a fp=0xc0005d1fc0 sp=0xc0005d1c58 pc=0xb72f1a&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc0005d1fe0 sp=0xc0005d1fc0 pc=0xb6d11a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0005d1fe8 sp=0xc0005d1fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000765838 sp=0xc000765818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000765998 sp=0xc000765838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000765ac8 sp=0xc000765998 pc=0xbb65f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000765b40 sp=0xc000765ac8 pc=0xc86e90&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc000765be0 sp=0xc000765b40 pc=0xb740ca&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000765c58 sp=0xc000765be0 pc=0xb9e270&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc000765fc0 sp=0xc000765c58 pc=0xb70f1d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc000765fe0 sp=0xc000765fc0 pc=0xb6d11a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000765fe8 sp=0xc000765fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0005b3eb8 sp=0xc0005b3e98 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc0005b3f48 sp=0xc0005b3eb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:447 +0x18 fp=0xc0005b3f70 sp=0xc0005b3f48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc0005b3fe0 sp=0xc0005b3f70 pc=0xad958d&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0005b3fe8 sp=0xc0005b3fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000713838 sp=0xc000713818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000713998 sp=0xc000713838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000713ac8 sp=0xc000713998 pc=0xbb65f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000713b40 sp=0xc000713ac8 pc=0xc86e90&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc000713be0 sp=0xc000713b40 pc=0xb740ca&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000713c58 sp=0xc000713be0 pc=0xb9e270&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc000713fc0 sp=0xc000713c58 pc=0xb70f1d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc000713fe0 sp=0xc000713fc0 pc=0xb6d11a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000713fe8 sp=0xc000713fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000619b18 sp=0xc000619af8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:387&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/sema.go:160 +0x20f fp=0xc000619b80 sp=0xc000619b18 pc=0x4854ef&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/sema.go:77 +0x26 fp=0xc000619bb8 sp=0xc000619b80 pc=0x4a3c66&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/sync/mutex.go:171 +0x213 fp=0xc000619c08 sp=0xc000619bb8 pc=0x4b8213&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/sync/mutex.go:90 +0x65 fp=0xc000619c28 sp=0xc000619c08 pc=0x4b7f25&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:204 +0x8d fp=0xc000619d80 sp=0xc000619c28 pc=0xb5b2ed&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_client.go:37 +0x105 fp=0xc000619e20 sp=0xc000619d80 pc=0xb67505&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:555 +0x10a fp=0xc000619ec0 sp=0xc000619e20 pc=0xb6edca&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc9 fp=0xc000619f50 sp=0xc000619ec0 pc=0xb4ea89&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xe9 fp=0xc000619fe0 sp=0xc000619f50 pc=0xb4e8a9&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000619fe8 sp=0xc000619fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x28b&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0005af4a8 sp=0xc0005af488 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc0005af538 sp=0xc0005af4a8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:442 +0x18 fp=0xc0005af560 sp=0xc0005af538 pc=0x43e1b8&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x74 fp=0xc0005af5f0 sp=0xc0005af560 pc=0xc463f4&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:137 +0x542 fp=0xc0005af738 sp=0xc0005af5f0 pc=0xb69282&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x50f fp=0xc0005af8c8 sp=0xc0005af738 pc=0xb6cbaf&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:304 +0x11f fp=0xc0005afb78 sp=0xc0005af8c8 pc=0xb6b75f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:236 +0x2e6 fp=0xc0005afc58 sp=0xc0005afb78 pc=0xb6a4c6&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:767 +0x223a fp=0xc0005affc0 sp=0xc0005afc58 pc=0xb72f1a&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc0005affe0 sp=0xc0005affc0 pc=0xb6d11a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0005affe8 sp=0xc0005affe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000485c40 sp=0xc000485c20 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000485da0 sp=0xc000485c40 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:191 +0x39a fp=0xc000485fe0 sp=0xc000485da0 pc=0xba163a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000485fe8 sp=0xc000485fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:178 +0x25b&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0008b2838 sp=0xc0008b2818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0008b2998 sp=0xc0008b2838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0008b2ac8 sp=0xc0008b2998 pc=0xbb65f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0008b2b40 sp=0xc0008b2ac8 pc=0xc86e90&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc0008b2be0 sp=0xc0008b2b40 pc=0xb740ca&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0008b2c58 sp=0xc0008b2be0 pc=0xb9e270&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc0008b2fc0 sp=0xc0008b2c58 pc=0xb70f1d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc0008b2fe0 sp=0xc0008b2fc0 pc=0xb6d11a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0008b2fe8 sp=0xc0008b2fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000555cd8 sp=0xc000555cb8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000555e38 sp=0xc000555cd8 pc=0x48413e&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc000555fc0 sp=0xc000555e38 pc=0xb015bd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc000555fe0 sp=0xc000555fc0 pc=0xb00e1a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000555fe8 sp=0xc000555fe0 pc=0x4a7fe1&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc92&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00080ecf8 sp=0xc00080ecd8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:259 +0x44e fp=0xc00080ed88 sp=0xc00080ecf8 pc=0x43d7ae&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:145 +0x1d fp=0xc00080edb8 sp=0xc00080ed88 pc=0x43d33d&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0xa5 fp=0xc00080ee20 sp=0xc00080edb8 pc=0xbad505&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:555 +0x10a fp=0xc00080eec0 sp=0xc00080ee20 pc=0xb6edca&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc9 fp=0xc00080ef50 sp=0xc00080eec0 pc=0xb4ea89&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xe9 fp=0xc00080efe0 sp=0xc00080ef50 pc=0xb4e8a9&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00080efe8 sp=0xc00080efe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x28b&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0005dfcd8 sp=0xc0005dfcb8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0005dfe38 sp=0xc0005dfcd8 pc=0x48413e&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc0005dffc0 sp=0xc0005dfe38 pc=0xb015bd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc0005dffe0 sp=0xc0005dffc0 pc=0xb00e1a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0005dffe8 sp=0xc0005dffe0 pc=0x4a7fe1&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc92&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000563cf8 sp=0xc000563cd8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:259 +0x44e fp=0xc000563d88 sp=0xc000563cf8 pc=0x43d7ae&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:145 +0x1d fp=0xc000563db8 sp=0xc000563d88 pc=0x43d33d&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0xa5 fp=0xc000563e20 sp=0xc000563db8 pc=0xbad505&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:555 +0x10a fp=0xc000563ec0 sp=0xc000563e20 pc=0xb6edca&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc9 fp=0xc000563f50 sp=0xc000563ec0 pc=0xb4ea89&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xe9 fp=0xc000563fe0 sp=0xc000563f50 pc=0xb4e8a9&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000563fe8 sp=0xc000563fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x28b&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000407c58 sp=0xc000407c38 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000407db8 sp=0xc000407c58 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:310 +0x47d fp=0xc000407f28 sp=0xc000407db8 pc=0xb5c5bd&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:395 +0x6a fp=0xc000407fa0 sp=0xc000407f28 pc=0xc4d22a&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:532 +0x3a fp=0xc000407fe0 sp=0xc000407fa0 pc=0xc4ee9a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000407fe8 sp=0xc000407fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:531 +0xe5&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00077f838 sp=0xc00077f818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc00077f998 sp=0xc00077f838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc00077fac8 sp=0xc00077f998 pc=0xbb65f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00077fb40 sp=0xc00077fac8 pc=0xc86e90&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc00077fbe0 sp=0xc00077fb40 pc=0xb740ca&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00077fc58 sp=0xc00077fbe0 pc=0xb9e270&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc00077ffc0 sp=0xc00077fc58 pc=0xb70f1d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc00077ffe0 sp=0xc00077ffc0 pc=0xb6d11a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00077ffe8 sp=0xc00077ffe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0001e7bf0 sp=0xc0001e7bd0 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0001e7d50 sp=0xc0001e7bf0 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:291 +0x1c9 fp=0xc0001e7f10 sp=0xc0001e7d50 pc=0xb89e89&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:270 +0x42 fp=0xc0001e7f40 sp=0xc0001e7f10 pc=0xb89782&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:303 +0x86 fp=0xc0001e7fe0 sp=0xc0001e7f40 pc=0xb5c786&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0001e7fe8 sp=0xc0001e7fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:302 +0x3ea&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00080ac40 sp=0xc00080ac20 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc00080ada0 sp=0xc00080ac40 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:191 +0x39a fp=0xc00080afe0 sp=0xc00080ada0 pc=0xba163a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00080afe8 sp=0xc00080afe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:178 +0x25b&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000343838 sp=0xc000343818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000343998 sp=0xc000343838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000343ac8 sp=0xc000343998 pc=0xbb65f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000343b40 sp=0xc000343ac8 pc=0xc86e90&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc000343be0 sp=0xc000343b40 pc=0xb740ca&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000343c58 sp=0xc000343be0 pc=0xb9e270&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc000343fc0 sp=0xc000343c58 pc=0xb70f1d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc000343fe0 sp=0xc000343fc0 pc=0xb6d11a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000343fe8 sp=0xc000343fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0006e5c40 sp=0xc0006e5c20 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0006e5da0 sp=0xc0006e5c40 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:191 +0x39a fp=0xc0006e5fe0 sp=0xc0006e5da0 pc=0xba163a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0006e5fe8 sp=0xc0006e5fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:178 +0x25b&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000655c40 sp=0xc000655c20 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000655da0 sp=0xc000655c40 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:191 +0x39a fp=0xc000655fe0 sp=0xc000655da0 pc=0xba163a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000655fe8 sp=0xc000655fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:178 +0x25b&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000567eb8 sp=0xc000567e98 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc000567f48 sp=0xc000567eb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:447 +0x18 fp=0xc000567f70 sp=0xc000567f48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc000567fe0 sp=0xc000567f70 pc=0xad958d&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000567fe8 sp=0xc000567fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00080dbf0 sp=0xc00080dbd0 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc00080dd50 sp=0xc00080dbf0 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:291 +0x1c9 fp=0xc00080df10 sp=0xc00080dd50 pc=0xb89e89&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:270 +0x42 fp=0xc00080df40 sp=0xc00080df10 pc=0xb89782&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:303 +0x86 fp=0xc00080dfe0 sp=0xc00080df40 pc=0xb5c786&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00080dfe8 sp=0xc00080dfe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:302 +0x3ea&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00069d838 sp=0xc00069d818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc00069d998 sp=0xc00069d838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc00069dac8 sp=0xc00069d998 pc=0xbb65f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00069db40 sp=0xc00069dac8 pc=0xc86e90&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc00069dbe0 sp=0xc00069db40 pc=0xb740ca&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00069dc58 sp=0xc00069dbe0 pc=0xb9e270&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc00069dfc0 sp=0xc00069dc58 pc=0xb70f1d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc00069dfe0 sp=0xc00069dfc0 pc=0xb6d11a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00069dfe8 sp=0xc00069dfe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000425838 sp=0xc000425818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000425998 sp=0xc000425838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000425ac8 sp=0xc000425998 pc=0xbb65f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000425b40 sp=0xc000425ac8 pc=0xc86e90&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc000425be0 sp=0xc000425b40 pc=0xb740ca&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000425c58 sp=0xc000425be0 pc=0xb9e270&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc000425fc0 sp=0xc000425c58 pc=0xb70f1d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc000425fe0 sp=0xc000425fc0 pc=0xb6d11a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000425fe8 sp=0xc000425fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000571c58 sp=0xc000571c38 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000571db8 sp=0xc000571c58 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:310 +0x47d fp=0xc000571f28 sp=0xc000571db8 pc=0xb5c5bd&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:395 +0x6a fp=0xc000571fa0 sp=0xc000571f28 pc=0xc4d22a&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:532 +0x3a fp=0xc000571fe0 sp=0xc000571fa0 pc=0xc4ee9a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000571fe8 sp=0xc000571fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:531 +0xe5&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0004d3c48 sp=0xc0004d3c28 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0004d3da8 sp=0xc0004d3c48 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:421 +0x4e9 fp=0xc0004d3f28 sp=0xc0004d3da8 pc=0xb5e2c9&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:453 +0x6a fp=0xc0004d3fa0 sp=0xc0004d3f28 pc=0xc4e20a&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:532 +0x3a fp=0xc0004d3fe0 sp=0xc0004d3fa0 pc=0xc4ee9a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0004d3fe8 sp=0xc0004d3fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:531 +0xe5&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00069fcc0 sp=0xc00069fca0 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc00069fe20 sp=0xc00069fcc0 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:893 +0x245 fp=0xc00069ff60 sp=0xc00069fe20 pc=0xb64f85&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:884 +0x7e fp=0xc00069ffe0 sp=0xc00069ff60 pc=0xb64cfe&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00069ffe8 sp=0xc00069ffe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:882 +0x20f&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0006b9eb8 sp=0xc0006b9e98 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc0006b9f48 sp=0xc0006b9eb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:447 +0x18 fp=0xc0006b9f70 sp=0xc0006b9f48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc0006b9fe0 sp=0xc0006b9f70 pc=0xad958d&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0006b9fe8 sp=0xc0006b9fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000854cd8 sp=0xc000854cb8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000854e38 sp=0xc000854cd8 pc=0x48413e&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc000854fc0 sp=0xc000854e38 pc=0xb015bd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc000854fe0 sp=0xc000854fc0 pc=0xb00e1a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000854fe8 sp=0xc000854fe0 pc=0x4a7fe1&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc92&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0002a9838 sp=0xc0002a9818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0002a9998 sp=0xc0002a9838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0002a9ac8 sp=0xc0002a9998 pc=0xbb65f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0002a9b40 sp=0xc0002a9ac8 pc=0xc86e90&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc0002a9be0 sp=0xc0002a9b40 pc=0xb740ca&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0002a9c58 sp=0xc0002a9be0 pc=0xb9e270&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc0002a9fc0 sp=0xc0002a9c58 pc=0xb70f1d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc0002a9fe0 sp=0xc0002a9fc0 pc=0xb6d11a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0002a9fe8 sp=0xc0002a9fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000287838 sp=0xc000287818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000287998 sp=0xc000287838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000287ac8 sp=0xc000287998 pc=0xbb65f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000287b40 sp=0xc000287ac8 pc=0xc86e90&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc000287be0 sp=0xc000287b40 pc=0xb740ca&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000287c58 sp=0xc000287be0 pc=0xb9e270&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc000287fc0 sp=0xc000287c58 pc=0xb70f1d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc000287fe0 sp=0xc000287fc0 pc=0xb6d11a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000287fe8 sp=0xc000287fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000285838 sp=0xc000285818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000285998 sp=0xc000285838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000285ac8 sp=0xc000285998 pc=0xbb65f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000285b40 sp=0xc000285ac8 pc=0xc86e90&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc000285be0 sp=0xc000285b40 pc=0xb740ca&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000285c58 sp=0xc000285be0 pc=0xb9e270&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc000285fc0 sp=0xc000285c58 pc=0xb70f1d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc000285fe0 sp=0xc000285fc0 pc=0xb6d11a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000285fe8 sp=0xc000285fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0007d79d8 sp=0xc0007d79b8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:387&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/sema.go:160 +0x20f fp=0xc0007d7a40 sp=0xc0007d79d8 pc=0x4854ef&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/sema.go:77 +0x26 fp=0xc0007d7a78 sp=0xc0007d7a40 pc=0x4a3c66&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/sync/mutex.go:171 +0x213 fp=0xc0007d7ac8 sp=0xc0007d7a78 pc=0x4b8213&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/sync/mutex.go:90 +0x65 fp=0xc0007d7ae8 sp=0xc0007d7ac8 pc=0x4b7f25&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:165 +0x4a fp=0xc0007d7bd0 sp=0xc0007d7ae8 pc=0xb5ac6a&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_client.go:88 +0x4c fp=0xc0007d7c28 sp=0xc0007d7bd0 pc=0xb679cc&#xA;&lt;autogenerated&gt;:1 +0x45 fp=0xc0007d7c58 sp=0xc0007d7c28 pc=0xb9e8e5&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:864 +0x159e fp=0xc0007d7fc0 sp=0xc0007d7c58 pc=0xb7227e&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc0007d7fe0 sp=0xc0007d7fc0 pc=0xb6d11a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0007d7fe8 sp=0xc0007d7fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000a32cd8 sp=0xc000a32cb8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000a32e38 sp=0xc000a32cd8 pc=0x48413e&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc000a32fc0 sp=0xc000a32e38 pc=0xb015bd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc000a32fe0 sp=0xc000a32fc0 pc=0xb00e1a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000a32fe8 sp=0xc000a32fe0 pc=0x4a7fe1&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc92&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0006a7838 sp=0xc0006a7818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0006a7998 sp=0xc0006a7838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0006a7ac8 sp=0xc0006a7998 pc=0xbb65f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0006a7b40 sp=0xc0006a7ac8 pc=0xc86e90&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc0006a7be0 sp=0xc0006a7b40 pc=0xb740ca&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0006a7c58 sp=0xc0006a7be0 pc=0xb9e270&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc0006a7fc0 sp=0xc0006a7c58 pc=0xb70f1d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc0006a7fe0 sp=0xc0006a7fc0 pc=0xb6d11a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0006a7fe8 sp=0xc0006a7fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00065b838 sp=0xc00065b818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc00065b998 sp=0xc00065b838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc00065bac8 sp=0xc00065b998 pc=0xbb65f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00065bb40 sp=0xc00065bac8 pc=0xc86e90&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc00065bbe0 sp=0xc00065bb40 pc=0xb740ca&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00065bc58 sp=0xc00065bbe0 pc=0xb9e270&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc00065bfc0 sp=0xc00065bc58 pc=0xb70f1d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc00065bfe0 sp=0xc00065bfc0 pc=0xb6d11a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00065bfe8 sp=0xc00065bfe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000065838 sp=0xc000065818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000065998 sp=0xc000065838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000065ac8 sp=0xc000065998 pc=0xbb65f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000065b40 sp=0xc000065ac8 pc=0xc86e90&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc000065be0 sp=0xc000065b40 pc=0xb740ca&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000065c58 sp=0xc000065be0 pc=0xb9e270&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc000065fc0 sp=0xc000065c58 pc=0xb70f1d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc000065fe0 sp=0xc000065fc0 pc=0xb6d11a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000065fe8 sp=0xc000065fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0006e3be0 sp=0xc0006e3bc0 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0006e3d40 sp=0xc0006e3be0 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:291 +0x1c9 fp=0xc0006e3f00 sp=0xc0006e3d40 pc=0xb89e89&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:270 +0x42 fp=0xc0006e3f30 sp=0xc0006e3f00 pc=0xb89782&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:414 +0x9b fp=0xc0006e3fe0 sp=0xc0006e3f30 pc=0xb5e49b&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0006e3fe8 sp=0xc0006e3fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:413 +0x453&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00080beb8 sp=0xc00080be98 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc00080bf48 sp=0xc00080beb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:447 +0x18 fp=0xc00080bf70 sp=0xc00080bf48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc00080bfe0 sp=0xc00080bf70 pc=0xad958d&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00080bfe8 sp=0xc00080bfe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000677eb8 sp=0xc000677e98 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc000677f48 sp=0xc000677eb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:447 +0x18 fp=0xc000677f70 sp=0xc000677f48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc000677fe0 sp=0xc000677f70 pc=0xad958d&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000677fe8 sp=0xc000677fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00070d838 sp=0xc00070d818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc00070d998 sp=0xc00070d838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc00070dac8 sp=0xc00070d998 pc=0xbb65f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00070db40 sp=0xc00070dac8 pc=0xc86e90&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc00070dbe0 sp=0xc00070db40 pc=0xb740ca&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00070dc58 sp=0xc00070dbe0 pc=0xb9e270&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc00070dfc0 sp=0xc00070dc58 pc=0xb70f1d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc00070dfe0 sp=0xc00070dfc0 pc=0xb6d11a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00070dfe8 sp=0xc00070dfe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000769838 sp=0xc000769818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000769998 sp=0xc000769838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000769ac8 sp=0xc000769998 pc=0xbb65f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000769b40 sp=0xc000769ac8 pc=0xc86e90&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc000769be0 sp=0xc000769b40 pc=0xb740ca&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000769c58 sp=0xc000769be0 pc=0xb9e270&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc000769fc0 sp=0xc000769c58 pc=0xb70f1d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc000769fe0 sp=0xc000769fc0 pc=0xb6d11a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000769fe8 sp=0xc000769fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0002e7838 sp=0xc0002e7818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0002e7998 sp=0xc0002e7838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0002e7ac8 sp=0xc0002e7998 pc=0xbb65f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0002e7b40 sp=0xc0002e7ac8 pc=0xc86e90&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc0002e7be0 sp=0xc0002e7b40 pc=0xb740ca&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0002e7c58 sp=0xc0002e7be0 pc=0xb9e270&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc0002e7fc0 sp=0xc0002e7c58 pc=0xb70f1d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc0002e7fe0 sp=0xc0002e7fc0 pc=0xb6d11a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0002e7fe8 sp=0xc0002e7fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000996cf8 sp=0xc000996cd8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:259 +0x44e fp=0xc000996d88 sp=0xc000996cf8 pc=0x43d7ae&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:145 +0x1d fp=0xc000996db8 sp=0xc000996d88 pc=0x43d33d&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0xa5 fp=0xc000996e20 sp=0xc000996db8 pc=0xbad505&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:555 +0x10a fp=0xc000996ec0 sp=0xc000996e20 pc=0xb6edca&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc9 fp=0xc000996f50 sp=0xc000996ec0 pc=0xb4ea89&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xe9 fp=0xc000996fe0 sp=0xc000996f50 pc=0xb4e8a9&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000996fe8 sp=0xc000996fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x28b&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00081b838 sp=0xc00081b818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc00081b998 sp=0xc00081b838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc00081bac8 sp=0xc00081b998 pc=0xbb65f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00081bb40 sp=0xc00081bac8 pc=0xc86e90&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc00081bbe0 sp=0xc00081bb40 pc=0xb740ca&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00081bc58 sp=0xc00081bbe0 pc=0xb9e270&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc00081bfc0 sp=0xc00081bc58 pc=0xb70f1d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc00081bfe0 sp=0xc00081bfc0 pc=0xb6d11a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00081bfe8 sp=0xc00081bfe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000327838 sp=0xc000327818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000327998 sp=0xc000327838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000327ac8 sp=0xc000327998 pc=0xbb65f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000327b40 sp=0xc000327ac8 pc=0xc86e90&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc000327be0 sp=0xc000327b40 pc=0xb740ca&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000327c58 sp=0xc000327be0 pc=0xb9e270&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc000327fc0 sp=0xc000327c58 pc=0xb70f1d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc000327fe0 sp=0xc000327fc0 pc=0xb6d11a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000327fe8 sp=0xc000327fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00014d6d8 sp=0xc00014d6b8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:387&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/sema.go:160 +0x20f fp=0xc00014d740 sp=0xc00014d6d8 pc=0x4854ef&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/sema.go:77 +0x26 fp=0xc00014d778 sp=0xc00014d740 pc=0x4a3c66&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/sync/mutex.go:171 +0x213 fp=0xc00014d7c8 sp=0xc00014d778 pc=0x4b8213&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/sync/mutex.go:90 +0x65 fp=0xc00014d7e8 sp=0xc00014d7c8 pc=0x4b7f25&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:135 +0x51 fp=0xc00014d850 sp=0xc00014d7e8 pc=0xb5a731&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:55 +0x175 fp=0xc00014d980 sp=0xc00014d850 pc=0xb5a2d5&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_client.go:47 +0x8b7 fp=0xc00014daf8 sp=0xc00014d980 pc=0xb67317&#xA;/home/runner/work/ably-go/ably-go/ablytest/sandbox.go:210 +0x54 fp=0xc00014db40 sp=0xc00014daf8 pc=0xbaf754&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn_spec_integration_test.go:1771 +0x528 fp=0xc00014dea8 sp=0xc00014db40 pc=0xc11828&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/testing/testing.go:1576 +0x217 fp=0xc00014dfb0 sp=0xc00014dea8 pc=0x5cadd7&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/testing/testing.go:1629 +0x48 fp=0xc00014dfe0 sp=0xc00014dfb0 pc=0x5cc8e8&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00014dfe8 sp=0xc00014dfe0 pc=0x4a7fe1&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/testing/testing.go:1629 +0x806&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0005d3838 sp=0xc0005d3818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0005d3998 sp=0xc0005d3838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0005d3ac8 sp=0xc0005d3998 pc=0xbb65f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0005d3b40 sp=0xc0005d3ac8 pc=0xc86e90&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc0005d3be0 sp=0xc0005d3b40 pc=0xb740ca&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0005d3c58 sp=0xc0005d3be0 pc=0xb9e270&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc0005d3fc0 sp=0xc0005d3c58 pc=0xb70f1d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc0005d3fe0 sp=0xc0005d3fc0 pc=0xb6d11a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0005d3fe8 sp=0xc0005d3fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000060cd8 sp=0xc000060cb8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000060e38 sp=0xc000060cd8 pc=0x48413e&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc000060fc0 sp=0xc000060e38 pc=0xb015bd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc000060fe0 sp=0xc000060fc0 pc=0xb00e1a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000060fe8 sp=0xc000060fe0 pc=0x4a7fe1&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc92&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0000dceb8 sp=0xc0000dce98 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc0000dcf48 sp=0xc0000dceb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:447 +0x18 fp=0xc0000dcf70 sp=0xc0000dcf48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc0000dcfe0 sp=0xc0000dcf70 pc=0xad958d&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0000dcfe8 sp=0xc0000dcfe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0001c2cd8 sp=0xc0001c2cb8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0001c2e38 sp=0xc0001c2cd8 pc=0x48413e&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc0001c2fc0 sp=0xc0001c2e38 pc=0xb015bd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc0001c2fe0 sp=0xc0001c2fc0 pc=0xb00e1a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0001c2fe8 sp=0xc0001c2fe0 pc=0x4a7fe1&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc92&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000a37d50 sp=0xc000a37d30 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000a37eb0 sp=0xc000a37d50 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:18 +0x17e fp=0xc000a37fe0 sp=0xc000a37eb0 pc=0xad90fe&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000a37fe8 sp=0xc000a37fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:16 +0x145&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000419838 sp=0xc000419818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000419998 sp=0xc000419838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000419ac8 sp=0xc000419998 pc=0xbb65f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000419b40 sp=0xc000419ac8 pc=0xc86e90&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc000419be0 sp=0xc000419b40 pc=0xb740ca&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000419c58 sp=0xc000419be0 pc=0xb9e270&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc000419fc0 sp=0xc000419c58 pc=0xb70f1d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc000419fe0 sp=0xc000419fc0 pc=0xb6d11a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000419fe8 sp=0xc000419fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0002eb838 sp=0xc0002eb818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0002eb998 sp=0xc0002eb838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0002ebac8 sp=0xc0002eb998 pc=0xbb65f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0002ebb40 sp=0xc0002ebac8 pc=0xc86e90&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc0002ebbe0 sp=0xc0002ebb40 pc=0xb740ca&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0002ebc58 sp=0xc0002ebbe0 pc=0xb9e270&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc0002ebfc0 sp=0xc0002ebc58 pc=0xb70f1d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc0002ebfe0 sp=0xc0002ebfc0 pc=0xb6d11a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0002ebfe8 sp=0xc0002ebfe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0006a5838 sp=0xc0006a5818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0006a5998 sp=0xc0006a5838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0006a5ac8 sp=0xc0006a5998 pc=0xbb65f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0006a5b40 sp=0xc0006a5ac8 pc=0xc86e90&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc0006a5be0 sp=0xc0006a5b40 pc=0xb740ca&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0006a5c58 sp=0xc0006a5be0 pc=0xb9e270&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc0006a5fc0 sp=0xc0006a5c58 pc=0xb70f1d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc0006a5fe0 sp=0xc0006a5fc0 pc=0xb6d11a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0006a5fe8 sp=0xc0006a5fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00064b838 sp=0xc00064b818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc00064b998 sp=0xc00064b838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc00064bac8 sp=0xc00064b998 pc=0xbb65f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00064bb40 sp=0xc00064bac8 pc=0xc86e90&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc00064bbe0 sp=0xc00064bb40 pc=0xb740ca&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00064bc58 sp=0xc00064bbe0 pc=0xb9e270&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc00064bfc0 sp=0xc00064bc58 pc=0xb70f1d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc00064bfe0 sp=0xc00064bfc0 pc=0xb6d11a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00064bfe8 sp=0xc00064bfe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000325838 sp=0xc000325818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000325998 sp=0xc000325838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000325ac8 sp=0xc000325998 pc=0xbb65f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000325b40 sp=0xc000325ac8 pc=0xc86e90&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc000325be0 sp=0xc000325b40 pc=0xb740ca&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000325c58 sp=0xc000325be0 pc=0xb9e270&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc000325fc0 sp=0xc000325c58 pc=0xb70f1d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc000325fe0 sp=0xc000325fc0 pc=0xb6d11a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000325fe8 sp=0xc000325fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0001d3838 sp=0xc0001d3818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0001d3998 sp=0xc0001d3838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0001d3ac8 sp=0xc0001d3998 pc=0xbb65f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0001d3b40 sp=0xc0001d3ac8 pc=0xc86e90&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc0001d3be0 sp=0xc0001d3b40 pc=0xb740ca&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0001d3c58 sp=0xc0001d3be0 pc=0xb9e270&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc0001d3fc0 sp=0xc0001d3c58 pc=0xb70f1d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc0001d3fe0 sp=0xc0001d3fc0 pc=0xb6d11a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0001d3fe8 sp=0xc0001d3fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0008a2cd8 sp=0xc0008a2cb8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0008a2e38 sp=0xc0008a2cd8 pc=0x48413e&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc0008a2fc0 sp=0xc0008a2e38 pc=0xb015bd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc0008a2fe0 sp=0xc0008a2fc0 pc=0xb00e1a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0008a2fe8 sp=0xc0008a2fe0 pc=0x4a7fe1&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc92&#xA;goroutine running on other thread; stack unavailable&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00094fcd8 sp=0xc00094fcb8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc00094fe38 sp=0xc00094fcd8 pc=0x48413e&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc00094ffc0 sp=0xc00094fe38 pc=0xb015bd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc00094ffe0 sp=0xc00094ffc0 pc=0xb00e1a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00094ffe8 sp=0xc00094ffe0 pc=0x4a7fe1&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc92&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00059acd8 sp=0xc00059acb8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc00059ae38 sp=0xc00059acd8 pc=0x48413e&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc00059afc0 sp=0xc00059ae38 pc=0xb015bd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc00059afe0 sp=0xc00059afc0 pc=0xb00e1a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00059afe8 sp=0xc00059afe0 pc=0x4a7fe1&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc92&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000884cd8 sp=0xc000884cb8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000884e38 sp=0xc000884cd8 pc=0x48413e&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc000884fc0 sp=0xc000884e38 pc=0xb015bd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc000884fe0 sp=0xc000884fc0 pc=0xb00e1a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000884fe8 sp=0xc000884fe0 pc=0x4a7fe1&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc92&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0005f5838 sp=0xc0005f5818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0005f5998 sp=0xc0005f5838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0005f5ac8 sp=0xc0005f5998 pc=0xbb65f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0005f5b40 sp=0xc0005f5ac8 pc=0xc86e90&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc0005f5be0 sp=0xc0005f5b40 pc=0xb740ca&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0005f5c58 sp=0xc0005f5be0 pc=0xb9e270&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc0005f5fc0 sp=0xc0005f5c58 pc=0xb70f1d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc0005f5fe0 sp=0xc0005f5fc0 pc=0xb6d11a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0005f5fe8 sp=0xc0005f5fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000a34cd8 sp=0xc000a34cb8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000a34e38 sp=0xc000a34cd8 pc=0x48413e&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc000a34fc0 sp=0xc000a34e38 pc=0xb015bd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc000a34fe0 sp=0xc000a34fc0 pc=0xb00e1a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000a34fe8 sp=0xc000a34fe0 pc=0x4a7fe1&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc92&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00080fcd8 sp=0xc00080fcb8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc00080fe38 sp=0xc00080fcd8 pc=0x48413e&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc00080ffc0 sp=0xc00080fe38 pc=0xb015bd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc00080ffe0 sp=0xc00080ffc0 pc=0xb00e1a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00080ffe8 sp=0xc00080ffe0 pc=0x4a7fe1&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc92&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00084bcf8 sp=0xc00084bcd8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:259 +0x44e fp=0xc00084bd88 sp=0xc00084bcf8 pc=0x43d7ae&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:145 +0x1d fp=0xc00084bdb8 sp=0xc00084bd88 pc=0x43d33d&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0xa5 fp=0xc00084be20 sp=0xc00084bdb8 pc=0xbad505&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:555 +0x10a fp=0xc00084bec0 sp=0xc00084be20 pc=0xb6edca&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc9 fp=0xc00084bf50 sp=0xc00084bec0 pc=0xb4ea89&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xe9 fp=0xc00084bfe0 sp=0xc00084bf50 pc=0xb4e8a9&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00084bfe8 sp=0xc00084bfe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x28b</failure>
		</testcase>
	</testsuite>
</testsuites>
