<testsuites>
	<testsuite tests="300" failures="7" time="7217.113" name="github.com/ably/ably-go/ably">
		<properties>
			<property name="go.version" value="go1.22.6"></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="10.080"></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="10.070"></testcase>
		<testcase classname="ably" name="TestAuth_TokenAuth_Renew" time="14.880"></testcase>
		<testcase classname="ably" name="TestAuth_RequestToken" time="10.470"></testcase>
		<testcase classname="ably" name="TestAuth_ReuseClientID" time="10.790"></testcase>
		<testcase classname="ably" name="TestAuth_RequestToken_PublishClientID" time="11.540"></testcase>
		<testcase classname="ably" name="TestAuth_ClientID" time="10.960"></testcase>
		<testcase classname="ably" name="TestAuth_ClientID/Auth_ClientID" time="1.160"></testcase>
		<testcase classname="ably" name="TestAuth_CreateTokenRequest" time="10.440"></testcase>
		<testcase classname="ably" name="TestAuth_CreateTokenRequest/RSA9h" time="0.040"></testcase>
		<testcase classname="ably" name="TestAuth_CreateTokenRequest/RSA9h/parameters_are_optional" time="0.040"></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="11.070"></testcase>
		<testcase classname="ably" name="TestAuth_IgnoreTimestamp_QueryTime" time="40.920"></testcase>
		<testcase classname="ably" name="TestAuth_RSA7c" time="10.320"></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="10.900"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedFallback/request_time" time="0.010"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedResponse" time="10.590"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedResponse/request_time" time="0.040"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedResponse/request_404" time="0.390"></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.110"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedResponse/request_post_get_messages/get" time="0.090"></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="10.630"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_PublishAsync" time="10.630"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_Subscribe" time="25.250"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_SubscriptionFilters" time="10.640"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_AttachWhileDisconnected" time="11.520"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_ShouldSetAblySandboxDefaultReadLimit" time="10.170"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_ShouldSetProvidedReadLimit" time="10.190"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_SetDefaultReadLimitIfServerHasNoLimit" time="10.210"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_ShouldReturnErrorIfReadLimitExceeded" time="10.450"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2_ChannelEventForStateChange" time="41.640"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2_ChannelEventForStateChange/on_ATTACHING" time="10.660"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2_ChannelEventForStateChange/on_ATTACHED" time="10.530"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2_ChannelEventForStateChange/on_DETACHING" time="10.250"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2_ChannelEventForStateChange/on_DETACHED" time="10.200"></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="188.800"></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="10.800"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4b:_If_connection_state_is_FAILED,_returns_error" time="10.270"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4b:_If_connection_state_is_SUSPENDED,_returns_error" time="10.580"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4c_RTL4d:_If_connected,_should_get_attached_successfully" time="10.700"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4d_:_should_return_error_on_FAILED_while_attaching_channel" time="10.660"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4d_:_should_return_error_on_DETACHED_while_attaching_channel" time="10.310"></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:529: Channel SUSPENDED not implemented yet"></skipped>
		</testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4e:_Transition_to_failed_if_no_attach_permission" time="9.830"></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="10.410"></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="10.670"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4h:_If_channel_is_DETACHING,_do_attach_after_completion_of_request" time="10.370"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4i_:_If_connection_state_is_CONNECTING,_do_ATTACH_after_CONNECTED" time="9.870"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4i_:_If_connection_state_is_DISCONNECTED,_do_ATTACH_after_CONNECTED" time="10.740"></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="10.310"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4j2:_Rewind_flag_should_allow_to_receive_historic_messages" time="11.320"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4k:_If_params_given_channel_options,_should_be_sent_in_ATTACH_message" time="10.870"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4k1:_If_params_given_channel_options,_should_be_exposed_as_readonly_field_on_ATTACHED_message" time="10.890"></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="10.430"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4m:_If_modes_provides_while_attach,_should_receive_modes_in_attached_message" time="9.750"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach" time="84.190"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5a:_If_channel_is_INITIALIZED_or_DETACHED,_do_nothing" time="10.670"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5b:_If_channel_state_is_FAILED,_return_error" time="9.630"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5d_RTL5e:_If_connected,_should_do_successful_detach_with_server" time="10.480"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5e:_return_error_if_channel_detach_fails" time="10.950"></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="10.700"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5h_:_If_Connection_state_CONNECTING,_queue_the_DETACH_message_and_send_on_CONNECTED" time="10.400"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5h,_RTN19b:_If_Connection_state_DISCONNECTED,_queue_the_DETACH_message_and_send_on_CONNECTED" time="10.630"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5i:_If_channel_in_DETACHING_or_ATTACHING_state,_do_detach_after_completion_of_operation" time="10.690"></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:1900: 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="53.230"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c1_PublishNow/when_INITIALIZED" time="10.570"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c1_PublishNow/when_ATTACHING" time="10.530"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c1_PublishNow/when_ATTACHED" time="10.740"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c1_PublishNow/when_DETACHING" time="10.940"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c1_PublishNow/when_DETACHED" time="10.450"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue" time="117.530"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_INITIALIZED,_channel_is_INITIALIZED" time="10.560"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_CONNECTING,_channel_is_INITIALIZED" time="10.720"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_CONNECTING,_channel_is_ATTACHING" time="11.060"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_DISCONNECTED,_channel_is_INITIALIZED" time="11.310"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_DISCONNECTED,_channel_is_ATTACHING" time="10.350"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_DISCONNECTED,_channel_is_ATTACHED" time="10.930"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_DISCONNECTED,_channel_is_DETACHING" time="10.150"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_DISCONNECTED,_channel_is_DETACHED" time="10.620"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_CONNECTING,_channel_is_ATTACHED" time="10.520"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_CONNECTING,_channel_is_DETACHING" time="10.600"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_CONNECTING,_channel_is_DETACHED" time="10.710"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c4_PublishFail" time="10.260"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c4_PublishFail/when_connection_is_SUSPENDED,_channel_is_INITIALIZED" time="10.260"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c5_NoImplicitAttach" time="9.920"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2f_RTL12_HandleResume" time="0.090"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2f_RTL12_HandleResume/RTL2f:_when_flag_has_presence_is_provided,_set_channelChangeState_resume_to_false" time="0.020"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2f_RTL12_HandleResume/RTL2f:_when_flag_has_backlog_is_provided,_set_channelChangeState_resume_to_false" time="0.020"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2f_RTL12_HandleResume/RTL2f:_when_flag_resumed_is_provided,_set_channelChangeState_resume_to_true" time="0.020"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2f_RTL12_HandleResume/RTL12:_when_RE-ATTACH_with_error,_set_ChannelEventUpdated" time="0.020"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL13_HandleDetached" time="0.070"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL13_HandleDetached/RTL13a:_when_ATTACHED,_successful_reattach" time="0.020"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL13_HandleDetached/RTL13b:_when_ATTACHING" time="0.020"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL13_HandleDetached/RTL13c:_stop_on_non-CONNECTED" time="0.030"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL17_IgnoreMessagesWhenNotAttached" time="0.020"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL17_IgnoreMessagesWhenNotAttached/Shouldn&#39;t_receive_message_when_not_attached" time="0.020"></testcase>
		<testcase classname="ably" name="Test_UpdateEmptyMessageFields_TM2a_TM2c_TM2f" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL14_HandleChannelError" time="0.030"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL14_HandleChannelError/RTL14:_when_Error,_should_transition_to_failed_state" time="0.030"></testcase>
		<testcase classname="ably" name="TestRealtime_RealtimeHost" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtime_RSC7_AblyAgent" time="0.010"></testcase>
		<testcase classname="ably" name="TestRealtime_RSC7_AblyAgent/RSC7d3_:_Should_set_ablyAgent_header_with_correct_identifiers" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtime_RSC7_AblyAgent/RSC7d6_:_Should_set_ablyAgent_header_with_custom_agents" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtime_RSC7_AblyAgent/RSC7d6_:_Should_set_ablyAgent_header_with_custom_agents_missing_version" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtime_multiple" time="11.840"></testcase>
		<testcase classname="ably" name="TestRealtime_DontCrashOnCloseWhenEchoOff" time="10.690"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_AutoConnect_And_Close" time="10.350"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_No_AutoConnect" time="10.380"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_AlreadyConnected" time="10.360"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_AuthError" time="0.330"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_ReceiveTimeout" time="10.370"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_BreakConnLoopOnInactiveState" time="20.290"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_BreakConnLoopOnInactiveState/error" time="10.510"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_BreakConnLoopOnInactiveState/closed" time="9.780"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_SendErrorReconnects" time="10.790"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_ReconnectFromSuspendedState" time="39.760"></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="9.780"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange" time="51.580"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange/on_CONNECTING" time="10.650"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange/on_CONNECTED" time="9.860"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange/on_DISCONNECTED" time="10.830"></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="10.070"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange/on_CLOSED" time="10.040"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange/on_FAILED" time="0.120"></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="63.360">
			<failure message="Failed" type=""></failure>
		</testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN12_Connection_Close/RTN12a:_transition_to_closed_on_connection_close" time="11.300"></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="10.460"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN12_Connection_Close/RTN12d_:_should_abort_reconnection_timer_while_disconnected_on_closed" time="30.000">
			<failure message="Failed" type="">2024/08/14 08:54:35 [ERROR] cannot set readlimit for connection, connection does not use nhooyr.io/websocket, using default readlimit instead&#xA;    realtime_conn_spec_integration_test.go:537: timed out waiting for channel receive</failure>
		</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="10.190"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15a_ReconnectOnEOF" time="10.420"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15b" time="10.870"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15c6" time="10.610"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15c7_attached" time="11.060"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15c4" time="40.430">
			<failure message="Failed" type="">    realtime_conn_spec_integration_test.go:1186: &#xA;    realtime_conn_spec_integration_test.go:1190: timed out waiting for channel receive</failure>
		</testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15d_MessageRecovery" time="10.670"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15e_ConnKeyUpdatedOnReconnect" time="10.490"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15g_NewConnectionOnStateLost" time="0.020"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15h1_OnDisconnectedCannotRenewToken" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15h2_ReauthFails" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15h2_ReauthWithBadToken" time="0.010"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15h2_Success" time="0.010"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15i_OnErrorWhenConnected" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN16" time="9.990"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN23" time="0.010"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN14c_ConnectedTimeout" time="0.010"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN14a" time="0.000">
			<skipped message="    realtime_conn_spec_integration_test.go:2012: "></skipped>
		</testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN14b" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN14b/renewable_token_that_fails_to_renew_with_token_error" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN14b/renewable_token,_consecutive_token_errors" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN14g" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN14g/Non_RTN14b_error" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN14e" time="0.030"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN19b" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN19a" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN24_RTN21_RTC8a_RTN4h_Override_ConnectionDetails_On_Connected" time="0.000"></testcase>
		<testcase classname="ably" name="Test_RTN7b_ACK_NACK" time="0.010"></testcase>
		<testcase classname="ably" name="TestImplicitNACK" time="0.010"></testcase>
		<testcase classname="ably" name="TestIdempotentACK" time="0.010"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTC8a_ExplicitAuthorizeWhileConnected" time="10.740"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTC8a_ExplicitAuthorizeWhileConnected/RTC8a1:_Successful_reauth_with_more_capabilities" time="0.050"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTC8a_ExplicitAuthorizeWhileConnected/RTC8a1:_Successful_reauth_with_more_capabilities#01" time="0.130"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTC8a_ExplicitAuthorizeWhileConnected/RTC8a1:_Unsuccessful_reauth_with_capabilities_downgrade" time="0.110"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTC8a_ExplicitAuthorizeWhileConnected/RTC8a3:_Authorize_waits_for_connection_update" time="0.070"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTC8a_ExplicitAuthorizeWhileConnected/RTC8a4:_reauthorize_with_JWT_token" time="0.000">
			<skipped message="    realtime_conn_spec_integration_test.go:2885: not implemented"></skipped>
		</testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTC8a_ExplicitAuthorizeWhileConnected/RTC8a2:_Failed_reauth_moves_connection_to_FAILED" time="0.020"></testcase>
		<testcase classname="ably" name="TestRealtimePresence_Sync" time="10.260"></testcase>
		<testcase classname="ably" name="TestRealtimePresence_Sync250_RTP4" time="2226.440">
			<failure message="Failed" type="">    realtime_presence_integration_test.go:114: </failure>
		</testcase>
		<testcase classname="ably" name="TestRealtimePresence_EnsureChannelIsAttached" time="35.400"></testcase>
		<testcase classname="ably" name="TestRealtimePresence_Presence_Enter_Update_Leave" time="55.850"></testcase>
		<testcase classname="ably" name="TestRealtimePresence_ServerSynthesized_Leave" time="57.920"></testcase>
		<testcase classname="ably" name="Test_ShouldEncodeRecoveryKeyContextObject" time="0.000"></testcase>
		<testcase classname="ably" name="Test_ShouldDecodeRecoveryKeyToRecoveryKeyContextObject" time="0.000"></testcase>
		<testcase classname="ably" name="Test_ShouldReturnNullRecoveryContextWhileDecodingFaultyRecoveryKey" time="0.000"></testcase>
		<testcase classname="ably" name="TestRESTChannel" time="35.330"></testcase>
		<testcase classname="ably" name="TestRESTChannel/Publish" time="17.090"></testcase>
		<testcase classname="ably" name="TestRESTChannel/Publish/is_available_in_the_history" time="0.060"></testcase>
		<testcase classname="ably" name="TestRESTChannel/PublishMultiple" time="0.190"></testcase>
		<testcase classname="ably" name="TestRESTChannel/encryption" time="0.130"></testcase>
		<testcase classname="ably" name="TestIdempotentPublishing" time="41.390"></testcase>
		<testcase classname="ably" name="TestIdempotentPublishing/when_ID_is_not_included_(#RSL1k2)" time="15.750"></testcase>
		<testcase classname="ably" name="TestIdempotentPublishing/when_ID_is_included_(#RSL1k2,_#RSL1k5)" time="0.200"></testcase>
		<testcase classname="ably" name="TestIdempotentPublishing/multiple_messages_in_one_publish_operation_(#RSL1k3)" time="0.030"></testcase>
		<testcase classname="ably" name="TestIdempotentPublishing/multiple_messages_in_one_publish_operation_with_IDs_following_the_required_format_described_in_RSL1k1_(#RSL1k3)" time="0.130"></testcase>
		<testcase classname="ably" name="TestIdempotentPublishing/the_ID_is_populated_with_a_random_ID_and_serial_0_from_this_lib_(#RSL1k1)" time="0.130"></testcase>
		<testcase classname="ably" name="TestIdempotentPublishing/publishing_a_batch_of_messages" time="0.210"></testcase>
		<testcase classname="ably" name="TestIdempotent_retry" time="59.030"></testcase>
		<testcase classname="ably" name="TestIdempotent_retry/when_there_is_a_network_failure_triggering_an_automatic_retry_(#RSL1k4)" time="0.500"></testcase>
		<testcase classname="ably" name="TestIdempotent_retry/when_there_is_a_network_failure_triggering_an_automatic_retry_(#RSL1k4)/two_REST_publish_retries_result_in_only_one_message_being_published&#39;" time="0.240"></testcase>
		<testcase classname="ably" name="TestIdempotent_retry/when_there_is_a_network_failure_triggering_an_automatic_retry_(#RSL1k4)/or_multiple_messages_in_one_publish_operation&#39;" time="0.250"></testcase>
		<testcase classname="ably" name="TestRSL1f1" time="59.710"></testcase>
		<testcase classname="ably" name="TestRSL1g" time="93.860"></testcase>
		<testcase classname="ably" name="TestRSL1g/RSL1g1b" time="0.340"></testcase>
		<testcase classname="ably" name="TestRSL1g/RSL1g2" time="0.230"></testcase>
		<testcase classname="ably" name="TestRSL1g/RSL1g3" time="0.030"></testcase>
		<testcase classname="ably" name="TestHistory_RSL2_RSL2b3" time="250.410"></testcase>
		<testcase classname="ably" name="TestHistory_RSL2_RSL2b3/limit=2" time="56.880"></testcase>
		<testcase classname="ably" name="TestHistory_RSL2_RSL2b3/limit=3" time="90.140"></testcase>
		<testcase classname="ably" name="TestHistory_RSL2_RSL2b3/limit=20" time="103.370"></testcase>
		<testcase classname="ably" name="TestHistory_Direction_RSL2b2" time="174.670"></testcase>
		<testcase classname="ably" name="TestHistory_Direction_RSL2b2/direction=backwards" time="92.420"></testcase>
		<testcase classname="ably" name="TestHistory_Direction_RSL2b2/direction=forwards" time="82.250"></testcase>
		<testcase classname="ably" name="TestGetChannelLifecycleStatus_RSL8" time="130.840"></testcase>
		<testcase classname="ably" name="TestGetChannelLifecycleStatus_RSL8/Test_Channel_Status_after_Publish" time="0.330"></testcase>
		<testcase classname="ably" name="TestRestClient" time="136.820"></testcase>
		<testcase classname="ably" name="TestRestClient/encoding_messages" time="0.020"></testcase>
		<testcase classname="ably" name="TestRestClient/encoding_messages/json" time="0.010"></testcase>
		<testcase classname="ably" name="TestRestClient/encoding_messages/msgpack" time="0.010"></testcase>
		<testcase classname="ably" name="TestRestClient/Time" time="0.070"></testcase>
		<testcase classname="ably" name="TestRestClient/Stats" time="1.720"></testcase>
		<testcase classname="ably" name="TestRSC7" time="0.010"></testcase>
		<testcase classname="ably" name="TestRSC7/must_set_version_header" time="0.000"></testcase>
		<testcase classname="ably" name="TestRest_RSC7_AblyAgent" time="0.030"></testcase>
		<testcase classname="ably" name="TestRest_RSC7_AblyAgent/RSC7d2_:_Should_set_ablyAgent_header_with_correct_identifiers" time="0.010"></testcase>
		<testcase classname="ably" name="TestRest_RSC7_AblyAgent/RSC7d6_:_Should_set_ablyAgent_header_with_custom_agents" time="0.010"></testcase>
		<testcase classname="ably" name="TestRest_RSC7_AblyAgent/RSC7d6_:_Should_set_ablyAgent_header_with_custom_agents_missing_version" time="0.010"></testcase>
		<testcase classname="ably" name="TestRest_RSC15_HostFallback" time="556.580"></testcase>
		<testcase classname="ably" name="TestRest_RSC15_HostFallback/RSC15a,_RSC15b,_RSC15d,_RSC15g3:_must_use_alternative_host" time="0.010"></testcase>
		<testcase classname="ably" name="TestRest_RSC15_HostFallback/RSC15l2_must_use_alternative_host_on_timeout" time="389.380"></testcase>
		<testcase classname="ably" name="TestRest_RSC15_HostFallback/RSC15l1_must_use_alternative_host_on_host_unresolvable_or_unreachable" time="2.350"></testcase>
		<testcase classname="ably" name="TestRest_RSC15_HostFallback/rsc15b" time="0.020"></testcase>
		<testcase classname="ably" name="TestRest_RSC15_HostFallback/rsc15b/must_not_occur_when_default_rest.ably.io_is_overridden" time="0.000"></testcase>
		<testcase classname="ably" name="TestRest_RSC15_HostFallback/rsc15b/must_occur_when_fallbackHostsUseDefault_is_true" time="0.010"></testcase>
		<testcase classname="ably" name="TestRest_RSC15_HostFallback/rsc15b/must_occur_when_fallbackHosts_is_set" time="0.000"></testcase>
		<testcase classname="ably" name="TestRest_RSC15_HostFallback/RSC15e_must_start_with_default_host" time="0.010"></testcase>
		<testcase classname="ably" name="TestRest_RSC15_HostFallback/must_not_occur_when_FallbackHosts_is_an_empty_array" time="0.000"></testcase>
		<testcase classname="ably" name="TestRest_rememberHostFallback" time="135.720"></testcase>
		<testcase classname="ably" name="TestRest_rememberHostFallback/remember_success_host_RSC15f" time="0.300"></testcase>
		<testcase classname="ably" name="TestRESTChannels_RSN1" time="637.340"></testcase>
		<testcase classname="ably" name="TestRESTChannels_RSN1/RSN3_RSN3a__must_create_new_channels_when_they_don&#39;t_exist" time="0.000"></testcase>
		<testcase classname="ably" name="TestRESTChannels_RSN1/RSN4_RSN4a_must_release_channels" time="0.000"></testcase>
		<testcase classname="ably" name="TestFixConnLeak_ISSUE89" time="390.360"></testcase>
		<testcase classname="ably" name="TestStatsPagination_RSC6a_RSCb3" time="0.000">
			<failure message="Failed" type=""></failure>
		</testcase>
		<testcase classname="ably" name="TestStatsPagination_RSC6a_RSCb3/limit=2" time="0.000">
			<failure message="Failed" type=""></failure>
		</testcase>
		<testcase classname="ably" name="TestStatsPagination_RSC6a_RSCb3/limit=3" time="0.000">
			<failure message="Failed" type="">TestStatsPagination_RSC6a_RSCb3 (15m52s)&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/testing/testing.go:2366 +0x265&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/time/sleep.go:177 +0x45&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/testing/testing.go:1750 +0x851&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/testing/testing.go:2161 +0x86&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/testing/testing.go:1689 +0x21f&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/testing/testing.go:2159 +0x8bf&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/testing/testing.go:2027 +0xf18&#xA;_testmain.go:289 +0x2be&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:310 +0x450&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:395 +0x52&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:532 +0x34&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:531 +0xe5&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1bf&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0x9d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x227&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x72b&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:888 +0x22d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:879 +0x6c&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:877 +0x1fd&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1bf&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0x9d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x227&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x72b&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/runtime/netpoll.go:345 +0x85&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/internal/poll/fd_poll_runtime.go:84 +0xb1&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/internal/poll/fd_poll_runtime.go:89&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/internal/poll/fd_unix.go:164 +0x466&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/net/fd_posix.go:55 +0x4b&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/net/net.go:185 +0xad&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/net/http/server.go:789 +0x212&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/bufio/bufio.go:110 +0x2b0&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/bufio/bufio.go:148 +0xc7&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/net/http/server.go:2079 +0x161c&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/net/http/server.go:3290 +0x8ed&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1bf&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0x9d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x227&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x72b&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x87&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x265&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1bf&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0x9d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x227&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x72b&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/runtime/netpoll.go:345 +0x85&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/internal/poll/fd_poll_runtime.go:84 +0xb1&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/internal/poll/fd_poll_runtime.go:89&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/internal/poll/fd_unix.go:164 +0x466&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/net/fd_posix.go:55 +0x4b&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/net/net.go:185 +0xad&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/net/http/transport.go:1977 +0xf9&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/bufio/bufio.go:110 +0x2b0&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/bufio/bufio.go:148 +0xc7&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/net/http/transport.go:2141 +0x354&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/net/http/transport.go:1799 +0x2774&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/net/http/transport.go:2458 +0x1c5&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/net/http/transport.go:1800 +0x27ff&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1bf&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0x9d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x227&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x72b&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:291 +0x1ec&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:270 +0x3b&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:303 +0x7a&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:302 +0x3b6&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1bf&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0x9d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x227&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x72b&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x65&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:137 +0x511&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:401 +0x54f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:300 +0xf3&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:227 +0x23a&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:765 +0x21a8&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x72b&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x65&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:137 +0x511&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:401 +0x54f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:300 +0xf3&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:227 +0x23a&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:765 +0x21a8&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x72b&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x87&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x265&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/runtime/netpoll.go:345 +0x85&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/internal/poll/fd_poll_runtime.go:84 +0xb1&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/internal/poll/fd_poll_runtime.go:89&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/internal/poll/fd_unix.go:164 +0x466&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/net/fd_posix.go:55 +0x4b&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/net/net.go:185 +0xad&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/net/http/server.go:789 +0x212&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/bufio/bufio.go:110 +0x2b0&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/bufio/bufio.go:148 +0xc7&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/net/http/server.go:2079 +0x161c&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/net/http/server.go:3290 +0x8ed&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1bf&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0x9d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x227&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x72b&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1bf&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0x9d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x227&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x72b&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1bf&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0x9d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x227&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x72b&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:182 +0x2dd&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:177 +0x23d&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x87&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x265&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/runtime/netpoll.go:345 +0x85&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/internal/poll/fd_poll_runtime.go:84 +0xb1&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/internal/poll/fd_poll_runtime.go:89&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/internal/poll/fd_unix.go:611 +0x507&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/net/fd_unix.go:172 +0x45&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/net/tcpsock_posix.go:159 +0x3e&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/net/tcpsock.go:327 +0x65&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/net/http/server.go:3260 +0x672&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/net/http/httptest/server.go:310 +0xbc&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/net/http/httptest/server.go:308 +0xa6&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1bf&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0x9d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x227&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x72b&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1bf&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0x9d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x227&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x72b&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1bf&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0x9d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x227&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x72b&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:421 +0x4af&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:453 +0x52&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:532 +0x34&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:531 +0xe5&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1bf&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0x9d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x227&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x72b&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/runtime/netpoll.go:345 +0x85&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/internal/poll/fd_poll_runtime.go:84 +0xb1&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/internal/poll/fd_poll_runtime.go:89&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/internal/poll/fd_unix.go:164 +0x466&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/net/fd_posix.go:55 +0x4b&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/net/net.go:185 +0xad&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/net/http/transport.go:1977 +0xf9&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/bufio/bufio.go:110 +0x2b0&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/bufio/bufio.go:148 +0xc7&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/net/http/transport.go:2141 +0x354&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/net/http/transport.go:1799 +0x2774&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/net/http/transport.go:2458 +0x1c5&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/net/http/transport.go:1800 +0x27ff&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:190 +0x38c&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:177 +0x23d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:310 +0x450&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:395 +0x52&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:532 +0x34&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:531 +0xe5&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:291 +0x1ec&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:270 +0x3b&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:833 +0x66&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:829 +0xb2c&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0x99&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:553 +0xf8&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc3&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xd9&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x27e&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:190 +0x38c&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:177 +0x23d&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:190 +0x38c&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:177 +0x23d&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:291 +0x1ec&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:270 +0x3b&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:414 +0x8f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:413 +0x415&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1bf&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0x9d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x227&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x72b&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:190 +0x38c&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:177 +0x23d&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:291 +0x1ec&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:270 +0x3b&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:303 +0x7a&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:302 +0x3b6&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:18 +0x189&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:16 +0x145&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x87&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x265&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:190 +0x38c&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:177 +0x23d&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1bf&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0x9d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x227&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x72b&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1bf&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0x9d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x227&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x72b&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x225&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc08&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1bf&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0x9d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x227&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x72b&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:888 +0x22d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:879 +0x6c&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:877 +0x1fd&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1bf&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0x9d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x227&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x72b&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:888 +0x22d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:879 +0x6c&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:877 +0x1fd&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0x99&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:553 +0xf8&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc3&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xd9&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x27e&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x87&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x265&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:182 +0x2dd&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:177 +0x23d&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x225&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc08&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1bf&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0x9d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x227&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x72b&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1bf&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0x9d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x227&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x72b&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x225&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc08&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:23 +0x6d&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:22 +0x13b&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x65&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:137 +0x511&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:401 +0x54f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:300 +0xf3&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:227 +0x23a&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:765 +0x21a8&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x72b&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x87&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x265&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x87&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x265&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x65&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:137 +0x511&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:401 +0x54f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:300 +0xf3&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:227 +0x23a&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:765 +0x21a8&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x72b&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:190 +0x38c&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:177 +0x23d&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x87&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x265&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x65&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:137 +0x511&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:401 +0x54f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:300 +0xf3&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:227 +0x23a&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:765 +0x21a8&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x72b&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x65&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:137 +0x511&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:401 +0x54f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:300 +0xf3&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:227 +0x23a&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:765 +0x21a8&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x72b&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:421 +0x4af&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:453 +0x52&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:532 +0x34&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:531 +0xe5&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x87&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x265&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:291 +0x1ec&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:270 +0x3b&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:414 +0x8f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:413 +0x415&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:190 +0x38c&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:177 +0x23d&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0x99&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:553 +0xf8&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc3&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xd9&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x27e&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x225&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc08&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1bf&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0x9d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x227&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x72b&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0x99&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:553 +0xf8&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc3&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xd9&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x27e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1bf&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0x9d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x227&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x72b&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x225&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc08&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/testing/testing.go:1750 +0x851&#xA;/home/runner/work/ably-go/ably-go/ably/rest_client_integration_test.go:657 +0xa5&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/testing/testing.go:1689 +0x21f&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/testing/testing.go:1742 +0x826&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x225&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc08&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x225&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc08&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1bf&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0x9d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x227&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x72b&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1bf&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0x9d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x227&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x72b&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:182 +0x2dd&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:177 +0x23d&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/net/http/transport.go:1158 +0x185&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/net/http/transport.go:1400 +0x8cf&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/net/http/transport.go:595 +0xce5&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/net/http/roundtrip.go:17 +0x34&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/net/http/client.go:259 +0x9a7&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/net/http/client.go:180 +0x14f&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/net/http/client.go:724 +0x11c9&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/net/http/client.go:590&#xA;/home/runner/work/ably-go/ably-go/ablytest/sandbox.go:161 +0x771&#xA;/home/runner/work/ably-go/ably-go/ablytest/sandbox.go:135&#xA;/home/runner/work/ably-go/ably-go/ablytest/sandbox.go:127 +0x3e&#xA;/home/runner/work/ably-go/ably-go/ablytest/sandbox.go:118 +0x46&#xA;/home/runner/work/ably-go/ably-go/ably/rest_client_integration_test.go:658 +0x4a&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/testing/testing.go:1689 +0x21f&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/testing/testing.go:1742 +0x826&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1bf&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0x9d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x227&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x72b&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1bf&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0x9d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x227&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x72b&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1bf&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0x9d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x227&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x72b&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1bf&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0x9d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x227&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x72b&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1bf&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0x9d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x227&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x72b&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/runtime/netpoll.go:345 +0x85&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/internal/poll/fd_poll_runtime.go:84 +0xb1&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/internal/poll/fd_poll_runtime.go:89&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/internal/poll/fd_unix.go:611 +0x507&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/net/fd_unix.go:172 +0x45&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/net/tcpsock_posix.go:159 +0x3e&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/net/tcpsock.go:327 +0x65&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/net/http/server.go:3260 +0x672&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/net/http/httptest/server.go:310 +0xbc&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/net/http/httptest/server.go:308 +0xa6&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0x99&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:553 +0xf8&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc3&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xd9&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x27e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1bf&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0x9d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x227&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x72b&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1bf&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0x9d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x227&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x72b&#xA;/opt/hostedtoolcache/go/1.22.6/x64/src/net/url/url.go:982 +0x2ab&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:134 +0x367&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:401 +0x54f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:300 +0xf3&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:227 +0x23a&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:765 +0x21a8&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x72b&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1bf&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0x9d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x227&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x72b&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0x99&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:553 +0xf8&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc3&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xd9&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x27e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1bf&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0x9d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x227&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x72b&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1bf&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0x9d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x227&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x72b&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x225&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc08&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x225&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc08&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1bf&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0x9d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x227&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x72b&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x27e&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x225&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc08&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x225&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc08&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1bf&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0x9d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x227&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x72b&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1bf&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0x9d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x227&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x72b&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x225&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc08&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1bf&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0x9d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x227&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x72b&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0x99&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:553 +0xf8&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc3&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xd9&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x27e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1bf&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0x9d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x227&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x72b&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0x99&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:553 +0xf8&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc3&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xd9&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x27e</failure>
		</testcase>
	</testsuite>
	<testsuite tests="8" failures="0" time="1.012" name="github.com/ably/ably-go/ably/internal/ablyutil">
		<properties>
			<property name="go.version" value="go1.22.6"></property>
		</properties>
		<testcase classname="ablyutil" name="Test_string" time="0.000"></testcase>
		<testcase classname="ablyutil" name="Test_string/String_array_Shuffle" time="0.000"></testcase>
		<testcase classname="ablyutil" name="Test_string/String_array_contains" time="0.000"></testcase>
		<testcase classname="ablyutil" name="Test_string/Empty_String" time="0.000"></testcase>
		<testcase classname="ablyutil" name="TestHashSet" time="0.000"></testcase>
		<testcase classname="ablyutil" name="TestHashSet/Add_should_not_duplicate_entries" time="0.000"></testcase>
		<testcase classname="ablyutil" name="TestHashSet/Should_check_if_item_is_present" time="0.000"></testcase>
		<testcase classname="ablyutil" name="TestHashSet/Should_remove_element" time="0.000"></testcase>
	</testsuite>
</testsuites>
