<testsuites>
	<testsuite tests="300" failures="18" time="7262.554" name="github.com/ably/ably-go/ably">
		<properties>
			<property name="go.version" value="go1.20.14"></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.400"></testcase>
		<testcase classname="ably" name="TestAuth_BasicAuth/RSA2:_Should_use_basic_auth_as_default_authentication_if_an_API_key_exists" time="0.000"></testcase>
		<testcase classname="ably" name="TestAuth_BasicAuth/RSA1:_Should_connect_to_HTTPS_by_default,_trying_to_connect_with_non-TLS_should_result_in_error" time="0.000"></testcase>
		<testcase classname="ably" name="TestAuth_BasicAuth/RSA11:_API_key_should_follow_format_KEY_NAME:KEY_SECRET_in_auth_header" time="0.000"></testcase>
		<testcase classname="ably" name="TestAuth_TokenAuth" time="7.630"></testcase>
		<testcase classname="ably" name="TestAuth_TokenAuth_Renew" time="11.550"></testcase>
		<testcase classname="ably" name="TestAuth_RequestToken" time="7.840"></testcase>
		<testcase classname="ably" name="TestAuth_ReuseClientID" time="7.460"></testcase>
		<testcase classname="ably" name="TestAuth_RequestToken_PublishClientID" time="11.380"></testcase>
		<testcase classname="ably" name="TestAuth_ClientID" time="8.350"></testcase>
		<testcase classname="ably" name="TestAuth_ClientID/Auth_ClientID" time="1.270"></testcase>
		<testcase classname="ably" name="TestAuth_CreateTokenRequest" time="7.530"></testcase>
		<testcase classname="ably" name="TestAuth_CreateTokenRequest/RSA9h" time="0.180"></testcase>
		<testcase classname="ably" name="TestAuth_CreateTokenRequest/RSA9h/parameters_are_optional" time="0.180"></testcase>
		<testcase classname="ably" name="TestAuth_CreateTokenRequest/RSA9h/authOptions_must_not_be_merged" time="0.000"></testcase>
		<testcase classname="ably" name="TestAuth_CreateTokenRequest/RSA9c_must_generate_a_unique_16+_character_nonce" time="0.000"></testcase>
		<testcase classname="ably" name="TestAuth_CreateTokenRequest/RSA9g_generate_a_signed_request" time="0.000"></testcase>
		<testcase classname="ably" name="TestAuth_RealtimeAccessToken" time="7.850"></testcase>
		<testcase classname="ably" name="TestAuth_IgnoreTimestamp_QueryTime" time="29.320"></testcase>
		<testcase classname="ably" name="TestAuth_RSA7c" time="7.000"></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="7.250"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedFallback/request_time" time="0.010"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedResponse" time="8.420"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedResponse/request_time" time="0.160"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedResponse/request_404" time="0.250"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedResponse/request_post_get_messages" time="0.660"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedResponse/request_post_get_messages/post" time="0.300"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedResponse/request_post_get_messages/get" time="0.250"></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="7.780"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_PublishAsync" time="7.650"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_Subscribe" time="23.270"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_SubscriptionFilters" time="8.080"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_AttachWhileDisconnected" time="9.380"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_ShouldSetAblySandboxDefaultReadLimit" time="7.760"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_ShouldSetProvidedReadLimit" time="7.480"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_SetDefaultReadLimitIfServerHasNoLimit" time="7.570"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_ShouldReturnErrorIfReadLimitExceeded" time="8.360"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2_ChannelEventForStateChange" time="31.050"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2_ChannelEventForStateChange/on_ATTACHING" time="7.760"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2_ChannelEventForStateChange/on_ATTACHED" time="7.750"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2_ChannelEventForStateChange/on_DETACHING" time="7.730"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2_ChannelEventForStateChange/on_DETACHED" time="7.820"></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="146.620"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4a:_If_already_attached,_nothing_is_done" time="0.020"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4b:_If_connection_state_is_INITIALIZED,_CLOSING,_CLOSED_returns_error" time="7.830"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4b:_If_connection_state_is_FAILED,_returns_error" time="7.660"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4b:_If_connection_state_is_SUSPENDED,_returns_error" time="7.480"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4c_RTL4d:_If_connected,_should_get_attached_successfully" time="7.790"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4d_:_should_return_error_on_FAILED_while_attaching_channel" time="7.510"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4d_:_should_return_error_on_DETACHED_while_attaching_channel" time="7.540"></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="7.650"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4f:_Channel_attach_timeout_if_not_received_within_realtime_request_timeout" time="0.010"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4g:_If_channel_in_FAILED_state,_set_err_to_null_and_proceed_with_attach" time="7.570"></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="12.640"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4h:_If_channel_is_DETACHING,_do_attach_after_completion_of_request" time="8.080"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4i_:_If_connection_state_is_CONNECTING,_do_ATTACH_after_CONNECTED" time="7.960"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4i_:_If_connection_state_is_DISCONNECTED,_do_ATTACH_after_CONNECTED" time="8.910"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4j_RTL13a:_If_channel_attach_is_not_a_clean_attach,_should_set_ATTACH_RESUME_in_the_ATTACH_message" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4j1:_AttachResume_should_be_True_when_Attached_(Clean_ATTACH)" time="7.970"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4j2:_Rewind_flag_should_allow_to_receive_historic_messages" time="9.350"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4k:_If_params_given_channel_options,_should_be_sent_in_ATTACH_message" time="7.730"></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.910"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4l:_If_modes_provided_in_channelOptions,_should_be_encoded_as_bitfield_and_set_as_flags_field_of_ATTACH_message" time="7.520"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4m:_If_modes_provides_while_attach,_should_receive_modes_in_attached_message" time="7.510"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach" time="63.250"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5a:_If_channel_is_INITIALIZED_or_DETACHED,_do_nothing" time="7.710"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5b:_If_channel_state_is_FAILED,_return_error" time="7.640"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5d_RTL5e:_If_connected,_should_do_successful_detach_with_server" time="8.120"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5e:_return_error_if_channel_detach_fails" time="7.960"></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.780"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5h_:_If_Connection_state_CONNECTING,_queue_the_DETACH_message_and_send_on_CONNECTED" time="8.280"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5h,_RTN19b:_If_Connection_state_DISCONNECTED,_queue_the_DETACH_message_and_send_on_CONNECTED" time="8.110"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5i:_If_channel_in_DETACHING_or_ATTACHING_state,_do_detach_after_completion_of_operation" time="7.630"></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="41.910"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c1_PublishNow/when_INITIALIZED" time="8.460"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c1_PublishNow/when_ATTACHING" time="8.340"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c1_PublishNow/when_ATTACHED" time="8.300"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c1_PublishNow/when_DETACHING" time="8.150"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c1_PublishNow/when_DETACHED" time="8.650"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue" time="87.980"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_INITIALIZED,_channel_is_INITIALIZED" time="7.790"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_CONNECTING,_channel_is_INITIALIZED" time="7.610"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_CONNECTING,_channel_is_ATTACHING" time="7.740"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_DISCONNECTED,_channel_is_INITIALIZED" time="7.480"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_DISCONNECTED,_channel_is_ATTACHING" time="7.640"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_DISCONNECTED,_channel_is_ATTACHED" time="8.180"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_DISCONNECTED,_channel_is_DETACHING" time="8.220"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_DISCONNECTED,_channel_is_DETACHED" time="8.290"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_CONNECTING,_channel_is_ATTACHED" time="8.390"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_CONNECTING,_channel_is_DETACHING" time="8.080"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_CONNECTING,_channel_is_DETACHED" time="8.540"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c4_PublishFail" time="7.520"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c4_PublishFail/when_connection_is_SUSPENDED,_channel_is_INITIALIZED" time="7.520"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c5_NoImplicitAttach" time="7.680"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2f_RTL12_HandleResume" time="0.090"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2f_RTL12_HandleResume/RTL2f:_when_flag_has_presence_is_provided,_set_channelChangeState_resume_to_false" time="0.020"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2f_RTL12_HandleResume/RTL2f:_when_flag_has_backlog_is_provided,_set_channelChangeState_resume_to_false" time="0.020"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2f_RTL12_HandleResume/RTL2f:_when_flag_resumed_is_provided,_set_channelChangeState_resume_to_true" time="0.020"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2f_RTL12_HandleResume/RTL12:_when_RE-ATTACH_with_error,_set_ChannelEventUpdated" time="0.020"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL13_HandleDetached" time="0.070"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL13_HandleDetached/RTL13a:_when_ATTACHED,_successful_reattach" time="0.020"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL13_HandleDetached/RTL13b:_when_ATTACHING" time="0.020"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL13_HandleDetached/RTL13c:_stop_on_non-CONNECTED" time="0.030"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL17_IgnoreMessagesWhenNotAttached" time="0.020"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL17_IgnoreMessagesWhenNotAttached/Shouldn&#39;t_receive_message_when_not_attached" time="0.020"></testcase>
		<testcase classname="ably" name="Test_UpdateEmptyMessageFields_TM2a_TM2c_TM2f" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL14_HandleChannelError" time="0.030"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL14_HandleChannelError/RTL14:_when_Error,_should_transition_to_failed_state" time="0.030"></testcase>
		<testcase classname="ably" name="TestRealtime_RealtimeHost" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtime_RSC7_AblyAgent" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtime_RSC7_AblyAgent/RSC7d3_:_Should_set_ablyAgent_header_with_correct_identifiers" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtime_RSC7_AblyAgent/RSC7d6_:_Should_set_ablyAgent_header_with_custom_agents" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtime_RSC7_AblyAgent/RSC7d6_:_Should_set_ablyAgent_header_with_custom_agents_missing_version" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtime_multiple" time="9.150"></testcase>
		<testcase classname="ably" name="TestRealtime_DontCrashOnCloseWhenEchoOff" time="6.880"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_AutoConnect_And_Close" time="7.650"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_No_AutoConnect" time="7.580"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_AlreadyConnected" time="7.720"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_AuthError" time="0.380"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_ReceiveTimeout" time="7.280"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_BreakConnLoopOnInactiveState" time="14.190"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_BreakConnLoopOnInactiveState/error" time="7.160"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_BreakConnLoopOnInactiveState/closed" time="7.030"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_SendErrorReconnects" time="8.220"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_ReconnectFromSuspendedState" time="38.110"></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.570"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange" time="38.230"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange/on_CONNECTING" time="7.390"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange/on_CONNECTED" time="7.690"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange/on_DISCONNECTED" time="7.560"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange/on_SUSPENDED" time="0.000">
			<skipped message="    realtime_conn_spec_integration_test.go:183: SUSPENDED not yet implemented"></skipped>
		</testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange/on_CLOSING" time="7.800"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange/on_CLOSED" time="7.380"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange/on_FAILED" time="0.410"></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="25.160"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN12_Connection_Close/RTN12a:_transition_to_closed_on_connection_close" time="7.610"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN12_Connection_Close/RTN12b:_transition_to_closed_on_close_request_timeout" time="0.010"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN12_Connection_Close/RTN12c:_transition_to_closed_on_transport_error" time="7.510"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN12_Connection_Close/RTN12d_:_should_abort_reconnection_timer_while_disconnected_on_closed" time="1.000"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN12_Connection_Close/RTN12d:_should_abort_reconnection_timer_while_suspended_on_closed" time="1.400"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN12_Connection_Close/RTN12f:_transition_to_closed_when_close_is_called_intermittently" time="7.630"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15a_ReconnectOnEOF" time="8.350"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15b" time="8.540"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15c6" time="9.670"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15c7_attached" time="9.000"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15c4" time="38.770">
			<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="8.960"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15e_ConnKeyUpdatedOnReconnect" time="8.070">
			<failure message="Failed" type="">    realtime_conn_spec_integration_test.go:1297: </failure>
		</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="8.930">
			<failure message="Failed" type="">    realtime_conn_spec_integration_test.go:1809: </failure>
		</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="8.930"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTC8a_ExplicitAuthorizeWhileConnected/RTC8a1:_Successful_reauth_with_more_capabilities" time="0.200"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTC8a_ExplicitAuthorizeWhileConnected/RTC8a1:_Successful_reauth_with_more_capabilities#01" time="0.200"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTC8a_ExplicitAuthorizeWhileConnected/RTC8a1:_Unsuccessful_reauth_with_capabilities_downgrade" time="0.360"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTC8a_ExplicitAuthorizeWhileConnected/RTC8a3:_Authorize_waits_for_connection_update" time="0.270"></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.090"></testcase>
		<testcase classname="ably" name="TestRealtimePresence_Sync" time="7.550"></testcase>
		<testcase classname="ably" name="TestRealtimePresence_Sync250_RTP4" time="2276.290">
			<failure message="Failed" type="">    realtime_presence_integration_test.go:114: </failure>
		</testcase>
		<testcase classname="ably" name="TestRealtimePresence_EnsureChannelIsAttached" time="22.100"></testcase>
		<testcase classname="ably" name="TestRealtimePresence_Presence_Enter_Update_Leave" time="57.330"></testcase>
		<testcase classname="ably" name="TestRealtimePresence_ServerSynthesized_Leave" time="78.580"></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="88.050"></testcase>
		<testcase classname="ably" name="TestRESTChannel/Publish" time="0.680"></testcase>
		<testcase classname="ably" name="TestRESTChannel/Publish/is_available_in_the_history" time="0.210"></testcase>
		<testcase classname="ably" name="TestRESTChannel/PublishMultiple" time="0.290"></testcase>
		<testcase classname="ably" name="TestRESTChannel/encryption" time="41.670"></testcase>
		<testcase classname="ably" name="TestIdempotentPublishing" time="113.060">
			<failure message="Failed" type=""></failure>
		</testcase>
		<testcase classname="ably" name="TestIdempotentPublishing/when_ID_is_not_included_(#RSL1k2)" time="0.960"></testcase>
		<testcase classname="ably" name="TestIdempotentPublishing/when_ID_is_included_(#RSL1k2,_#RSL1k5)" time="51.640">
			<failure message="Failed" type="">    rest_channel_integration_test.go:175: </failure>
		</testcase>
		<testcase classname="ably" name="TestIdempotentPublishing/multiple_messages_in_one_publish_operation_(#RSL1k3)" time="0.120"></testcase>
		<testcase classname="ably" name="TestIdempotentPublishing/multiple_messages_in_one_publish_operation_with_IDs_following_the_required_format_described_in_RSL1k1_(#RSL1k3)" time="0.330"></testcase>
		<testcase classname="ably" name="TestIdempotentPublishing/the_ID_is_populated_with_a_random_ID_and_serial_0_from_this_lib_(#RSL1k1)" time="0.310"></testcase>
		<testcase classname="ably" name="TestIdempotentPublishing/publishing_a_batch_of_messages" time="0.300"></testcase>
		<testcase classname="ably" name="TestIdempotent_retry" time="109.020"></testcase>
		<testcase classname="ably" name="TestIdempotent_retry/when_there_is_a_network_failure_triggering_an_automatic_retry_(#RSL1k4)" time="46.990"></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.570"></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="46.410"></testcase>
		<testcase classname="ably" name="TestRSL1f1" time="69.210"></testcase>
		<testcase classname="ably" name="TestRSL1g" time="70.970"></testcase>
		<testcase classname="ably" name="TestRSL1g/RSL1g1b" time="0.870"></testcase>
		<testcase classname="ably" name="TestRSL1g/RSL1g2" time="0.280"></testcase>
		<testcase classname="ably" name="TestRSL1g/RSL1g3" time="0.140"></testcase>
		<testcase classname="ably" name="TestHistory_RSL2_RSL2b3" time="381.080">
			<failure message="Failed" type=""></failure>
		</testcase>
		<testcase classname="ably" name="TestHistory_RSL2_RSL2b3/limit=2" time="147.700">
			<failure message="Failed" type="">    rest_channel_spec_integration_test.go:126: </failure>
		</testcase>
		<testcase classname="ably" name="TestHistory_RSL2_RSL2b3/limit=3" time="150.500">
			<failure message="Failed" type="">    rest_channel_spec_integration_test.go:126: </failure>
		</testcase>
		<testcase classname="ably" name="TestHistory_RSL2_RSL2b3/limit=20" time="82.870"></testcase>
		<testcase classname="ably" name="TestHistory_Direction_RSL2b2" time="458.640">
			<failure message="Failed" type=""></failure>
		</testcase>
		<testcase classname="ably" name="TestHistory_Direction_RSL2b2/direction=backwards" time="198.580">
			<failure message="Failed" type="">    rest_channel_spec_integration_test.go:160: </failure>
		</testcase>
		<testcase classname="ably" name="TestHistory_Direction_RSL2b2/direction=forwards" time="260.050">
			<failure message="Failed" type="">    rest_channel_spec_integration_test.go:160: </failure>
		</testcase>
		<testcase classname="ably" name="TestGetChannelLifecycleStatus_RSL8" time="171.480"></testcase>
		<testcase classname="ably" name="TestGetChannelLifecycleStatus_RSL8/Test_Channel_Status_after_Publish" time="0.500"></testcase>
		<testcase classname="ably" name="TestRestClient" time="201.570"></testcase>
		<testcase classname="ably" name="TestRestClient/encoding_messages" time="0.010"></testcase>
		<testcase classname="ably" name="TestRestClient/encoding_messages/json" time="0.010"></testcase>
		<testcase classname="ably" name="TestRestClient/encoding_messages/msgpack" time="0.000"></testcase>
		<testcase classname="ably" name="TestRestClient/Time" time="0.190"></testcase>
		<testcase classname="ably" name="TestRestClient/Stats" time="1.370"></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.040"></testcase>
		<testcase classname="ably" name="TestRest_RSC7_AblyAgent/RSC7d2_:_Should_set_ablyAgent_header_with_correct_identifiers" time="0.020"></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="747.860">
			<failure message="Failed" type=""></failure>
		</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="378.620"></testcase>
		<testcase classname="ably" name="TestRest_RSC15_HostFallback/RSC15l1_must_use_alternative_host_on_host_unresolvable_or_unreachable" time="201.400">
			<failure message="Failed" type="">    rest_client_integration_test.go:421: &#xA;    rest_client_integration_test.go:425: </failure>
		</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.010"></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="182.470"></testcase>
		<testcase classname="ably" name="TestRest_rememberHostFallback/remember_success_host_RSC15f" time="174.280"></testcase>
		<testcase classname="ably" name="TestRESTChannels_RSN1" time="401.440"></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="422.260">
			<failure message="Failed" type="">    rest_client_integration_test.go:632: </failure>
		</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="">rest_client_integration_test.go:675: &#xA;Error Trace:&#x9;rest_client_integration_test.go:675&#xA;Error:      &#x9;Received unexpected error:&#xA;            &#x9;page #2 got incorrect HasNext and IsLast boolean values&#xA;Test:       &#x9;TestStatsPagination_RSC6a_RSCb3/limit=2</failure>
		</testcase>
		<testcase classname="ably" name="TestStatsPagination_RSC6a_RSCb3/limit=3" time="0.000">
			<failure message="Failed" type="">/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x28b&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0001d16b0 sp=0xc0001d1690 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/chan.go:583 +0x42e fp=0xc0001d1740 sp=0xc0001d16b0 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/chan.go:442 +0x18 fp=0xc0001d1768 sp=0xc0001d1740 pc=0x43e1b8&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/testing/testing.go:1630 +0x82e fp=0xc0001d18a8 sp=0xc0001d1768 pc=0x5cc6ee&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/testing/testing.go:2036 +0x8e fp=0xc0001d1900 sp=0xc0001d18a8 pc=0x5d024e&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/testing/testing.go:1576 +0x217 fp=0xc0001d1a08 sp=0xc0001d1900 pc=0x5cae77&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/testing/testing.go:2034 +0x87d fp=0xc0001d1b78 sp=0xc0001d1a08 pc=0x5d009d&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/testing/testing.go:1906 +0xb45 fp=0xc0001d1ed8 sp=0xc0001d1b78 pc=0x5cd905&#xA;_testmain.go:289 +0x2ea fp=0xc0001d1f80 sp=0xc0001d1ed8 pc=0xc950ea&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:250 +0x207 fp=0xc0001d1fe0 sp=0xc0001d1f80 pc=0x472047&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0001d1fe8 sp=0xc0001d1fe0 pc=0x4a8081&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000a9efb0 sp=0xc000a9ef90 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:387&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:305 +0xb0 fp=0xc000a9efe0 sp=0xc000a9efb0 pc=0x4722d0&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000a9efe8 sp=0xc000a9efe0 pc=0x4a8081&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:293 +0x25&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00005ef80 sp=0xc00005ef60 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:387&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/mgcsweep.go:319 +0xde fp=0xc00005efc8 sp=0xc00005ef80 pc=0x45c67e&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/mgc.go:178 +0x26 fp=0xc00005efe0 sp=0xc00005efc8 pc=0x4518e6&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00005efe8 sp=0xc00005efe0 pc=0x4a8081&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/mgc.go:178 +0x6b&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000064f70 sp=0xc000064f50 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:387&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/mgcscavenge.go:400 +0x53 fp=0xc000064fa0 sp=0xc000064f70 pc=0x45a553&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/mgcscavenge.go:633 +0x65 fp=0xc000064fc8 sp=0xc000064fa0 pc=0x45ab25&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/mgc.go:179 +0x26 fp=0xc000064fe0 sp=0xc000064fc8 pc=0x451886&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000064fe8 sp=0xc000064fe0 pc=0x4a8081&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/mgc.go:179 +0xaa&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000204e28 sp=0xc000204e08 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/mfinal.go:193 +0x13d fp=0xc000204fe0 sp=0xc000204e28 pc=0x45091d&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000204fe8 sp=0xc000204fe0 pc=0x4a8081&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/mfinal.go:163 +0x45&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0002bef50 sp=0xc0002bef30 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/mgc.go:1275 +0xf1 fp=0xc0002befe0 sp=0xc0002bef50 pc=0x453651&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0002befe8 sp=0xc0002befe0 pc=0x4a8081&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/mgc.go:1199 +0x25&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000509860 sp=0xc000509840 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc0005099c0 sp=0xc000509860 pc=0x4841de&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000509af0 sp=0xc0005099c0 pc=0xbb8e32&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000509b68 sp=0xc000509af0 pc=0xc90310&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000509c08 sp=0xc000509b68 pc=0xb7580a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000509c80 sp=0xc000509c08 pc=0xba0c90&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000509fc0 sp=0xc000509c80 pc=0xb7267d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x3a fp=0xc000509fe0 sp=0xc000509fc0 pc=0xb6e7fa&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000509fe8 sp=0xc000509fe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0002bff50 sp=0xc0002bff30 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/mgc.go:1275 +0xf1 fp=0xc0002bffe0 sp=0xc0002bff50 pc=0x453651&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0002bffe8 sp=0xc0002bffe0 pc=0x4a8081&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/mgc.go:1199 +0x25&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0002bdf50 sp=0xc0002bdf30 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/mgc.go:1275 +0xf1 fp=0xc0002bdfe0 sp=0xc0002bdf50 pc=0x453651&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0002bdfe8 sp=0xc0002bdfe0 pc=0x4a8081&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/mgc.go:1199 +0x25&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0002bcf50 sp=0xc0002bcf30 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/mgc.go:1275 +0xf1 fp=0xc0002bcfe0 sp=0xc0002bcf50 pc=0x453651&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0002bcfe8 sp=0xc0002bcfe0 pc=0x4a8081&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/mgc.go:1199 +0x25&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0005d1c40 sp=0xc0005d1c20 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc0005d1da0 sp=0xc0005d1c40 pc=0x4841de&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:190 +0x39a fp=0xc0005d1fe0 sp=0xc0005d1da0 pc=0xba411a&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0005d1fe8 sp=0xc0005d1fe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:177 +0x25b&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00086bcd8 sp=0xc00086bcb8 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc00086be38 sp=0xc00086bcd8 pc=0x4841de&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc00086bfc0 sp=0xc00086be38 pc=0xb01cfd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc00086bfe0 sp=0xc00086bfc0 pc=0xb0155a&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00086bfe8 sp=0xc00086bfe0 pc=0x4a8081&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc92&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0006194f8 sp=0xc0006194d8 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/chan.go:583 +0x42e fp=0xc000619588 sp=0xc0006194f8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/chan.go:442 +0x18 fp=0xc0006195b0 sp=0xc000619588 pc=0x43e1b8&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x74 fp=0xc000619640 sp=0xc0006195b0 pc=0xc4f734&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:137 +0x542 fp=0xc000619788 sp=0xc000619640 pc=0xb6aa22&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:401 +0x50f fp=0xc000619920 sp=0xc000619788 pc=0xb6e2cf&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:300 +0xff fp=0xc000619bb8 sp=0xc000619920 pc=0xb6ce9f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:227 +0x25c fp=0xc000619c80 sp=0xc000619bb8 pc=0xb6b99c&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:765 +0x2245 fp=0xc000619fc0 sp=0xc000619c80 pc=0xb74685&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x3a fp=0xc000619fe0 sp=0xc000619fc0 pc=0xb6e7fa&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000619fe8 sp=0xc000619fe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000569ed0 sp=0xc000569eb0 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/chan.go:259 +0x44e fp=0xc000569f60 sp=0xc000569ed0 pc=0x43d7ae&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/chan.go:145 +0x1d fp=0xc000569f90 sp=0xc000569f60 pc=0x43d33d&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:23 +0x86 fp=0xc000569fe0 sp=0xc000569f90 pc=0xbae8a6&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000569fe8 sp=0xc000569fe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:22 +0x14a&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0002f9860 sp=0xc0002f9840 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc0002f99c0 sp=0xc0002f9860 pc=0x4841de&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0002f9af0 sp=0xc0002f99c0 pc=0xbb8e32&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0002f9b68 sp=0xc0002f9af0 pc=0xc90310&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc0002f9c08 sp=0xc0002f9b68 pc=0xb7580a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0002f9c80 sp=0xc0002f9c08 pc=0xba0c90&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc0002f9fc0 sp=0xc0002f9c80 pc=0xb7267d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x3a fp=0xc0002f9fe0 sp=0xc0002f9fc0 pc=0xb6e7fa&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0002f9fe8 sp=0xc0002f9fe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0002cb600 sp=0xc0002cb5e0 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/netpoll.go:527 +0xf7 fp=0xc0002cb638 sp=0xc0002cb600 pc=0x46aa97&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/netpoll.go:306 +0x89 fp=0xc0002cb658 sp=0xc0002cb638 pc=0x4a1c49&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/internal/poll/fd_poll_runtime.go:84 +0xbd fp=0xc0002cb6a0 sp=0xc0002cb658 pc=0x4fd97d&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/internal/poll/fd_poll_runtime.go:89&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/internal/poll/fd_unix.go:167 +0x405 fp=0xc0002cb790 sp=0xc0002cb6a0 pc=0x4ff505&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/fd_posix.go:55 +0x51 fp=0xc0002cb7f0 sp=0xc0002cb790 pc=0x7d4931&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/net.go:183 +0xb1 fp=0xc0002cb870 sp=0xc0002cb7f0 pc=0x7ebd71&#xA;&lt;autogenerated&gt;:1 +0x65 fp=0xc0002cb8b8 sp=0xc0002cb870 pc=0x80c8a5&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/http/server.go:782 +0x23b fp=0xc0002cb938 sp=0xc0002cb8b8 pc=0x97629b&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/bufio/bufio.go:106 +0x2ab fp=0xc0002cb9c8 sp=0xc0002cb938 pc=0x5d55ab&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/bufio/bufio.go:144 +0xd2 fp=0xc0002cba50 sp=0xc0002cb9c8 pc=0x5d5872&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/http/server.go:2030 +0xe28 fp=0xc0002cbfa0 sp=0xc0002cba50 pc=0x9802e8&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/http/server.go:3089 +0x59 fp=0xc0002cbfe0 sp=0xc0002cbfa0 pc=0x9875f9&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0002cbfe8 sp=0xc0002cbfe0 pc=0x4a8081&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/http/server.go:3089 +0x818&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000507cd0 sp=0xc000507cb0 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc000507e30 sp=0xc000507cd0 pc=0x4841de&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/http/transport.go:2410 +0x1a9 fp=0xc000507fc0 sp=0xc000507e30 pc=0x9ad749&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/http/transport.go:1766 +0x3a fp=0xc000507fe0 sp=0xc000507fc0 pc=0x9a81fa&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000507fe8 sp=0xc000507fe0 pc=0x4a8081&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/http/transport.go:1766 +0x261a&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0000d36e0 sp=0xc0000d36c0 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/netpoll.go:527 +0xf7 fp=0xc0000d3718 sp=0xc0000d36e0 pc=0x46aa97&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/netpoll.go:306 +0x89 fp=0xc0000d3738 sp=0xc0000d3718 pc=0x4a1c49&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/internal/poll/fd_poll_runtime.go:84 +0xbd fp=0xc0000d3780 sp=0xc0000d3738 pc=0x4fd97d&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/internal/poll/fd_poll_runtime.go:89&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/internal/poll/fd_unix.go:167 +0x405 fp=0xc0000d3870 sp=0xc0000d3780 pc=0x4ff505&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/fd_posix.go:55 +0x51 fp=0xc0000d38d0 sp=0xc0000d3870 pc=0x7d4931&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/net.go:183 +0xb1 fp=0xc0000d3950 sp=0xc0000d38d0 pc=0x7ebd71&#xA;&lt;autogenerated&gt;:1 +0x65 fp=0xc0000d3998 sp=0xc0000d3950 pc=0x80c8a5&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/http/transport.go:1943 +0x105 fp=0xc0000d3a18 sp=0xc0000d3998 pc=0x9a9605&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/bufio/bufio.go:106 +0x2ab fp=0xc0000d3aa8 sp=0xc0000d3a18 pc=0x5d55ab&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/bufio/bufio.go:144 +0xd2 fp=0xc0000d3b30 sp=0xc0000d3aa8 pc=0x5d5872&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/http/transport.go:2107 +0x2c8 fp=0xc0000d3fc0 sp=0xc0000d3b30 pc=0x9aa968&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/http/transport.go:1765 +0x3a fp=0xc0000d3fe0 sp=0xc0000d3fc0 pc=0x9a827a&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0000d3fe8 sp=0xc0000d3fe0 pc=0x4a8081&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/http/transport.go:1765 +0x2586&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000661c40 sp=0xc000661c20 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc000661da0 sp=0xc000661c40 pc=0x4841de&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:190 +0x39a fp=0xc000661fe0 sp=0xc000661da0 pc=0xba411a&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000661fe8 sp=0xc000661fe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:177 +0x25b&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0000db600 sp=0xc0000db5e0 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/netpoll.go:527 +0xf7 fp=0xc0000db638 sp=0xc0000db600 pc=0x46aa97&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/netpoll.go:306 +0x89 fp=0xc0000db658 sp=0xc0000db638 pc=0x4a1c49&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/internal/poll/fd_poll_runtime.go:84 +0xbd fp=0xc0000db6a0 sp=0xc0000db658 pc=0x4fd97d&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/internal/poll/fd_poll_runtime.go:89&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/internal/poll/fd_unix.go:167 +0x405 fp=0xc0000db790 sp=0xc0000db6a0 pc=0x4ff505&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/fd_posix.go:55 +0x51 fp=0xc0000db7f0 sp=0xc0000db790 pc=0x7d4931&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/net.go:183 +0xb1 fp=0xc0000db870 sp=0xc0000db7f0 pc=0x7ebd71&#xA;&lt;autogenerated&gt;:1 +0x65 fp=0xc0000db8b8 sp=0xc0000db870 pc=0x80c8a5&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/http/server.go:782 +0x23b fp=0xc0000db938 sp=0xc0000db8b8 pc=0x97629b&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/bufio/bufio.go:106 +0x2ab fp=0xc0000db9c8 sp=0xc0000db938 pc=0x5d55ab&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/bufio/bufio.go:144 +0xd2 fp=0xc0000dba50 sp=0xc0000db9c8 pc=0x5d5872&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/http/server.go:2030 +0xe28 fp=0xc0000dbfa0 sp=0xc0000dba50 pc=0x9802e8&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/http/server.go:3089 +0x59 fp=0xc0000dbfe0 sp=0xc0000dbfa0 pc=0x9875f9&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0000dbfe8 sp=0xc0000dbfe0 pc=0x4a8081&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/http/server.go:3089 +0x818&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00059dbe0 sp=0xc00059dbc0 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc00059dd40 sp=0xc00059dbe0 pc=0x4841de&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:291 +0x1c9 fp=0xc00059df00 sp=0xc00059dd40 pc=0xb8bde9&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:270 +0x42 fp=0xc00059df30 sp=0xc00059df00 pc=0xb8b6e2&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:414 +0x9b fp=0xc00059dfe0 sp=0xc00059df30 pc=0xb5fdbb&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00059dfe8 sp=0xc00059dfe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:413 +0x453&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0002b14f8 sp=0xc0002b14d8 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/chan.go:583 +0x42e fp=0xc0002b1588 sp=0xc0002b14f8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/chan.go:442 +0x18 fp=0xc0002b15b0 sp=0xc0002b1588 pc=0x43e1b8&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x74 fp=0xc0002b1640 sp=0xc0002b15b0 pc=0xc4f734&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:137 +0x542 fp=0xc0002b1788 sp=0xc0002b1640 pc=0xb6aa22&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:401 +0x50f fp=0xc0002b1920 sp=0xc0002b1788 pc=0xb6e2cf&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:300 +0xff fp=0xc0002b1bb8 sp=0xc0002b1920 pc=0xb6ce9f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:227 +0x25c fp=0xc0002b1c80 sp=0xc0002b1bb8 pc=0xb6b99c&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:765 +0x2245 fp=0xc0002b1fc0 sp=0xc0002b1c80 pc=0xb74685&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x3a fp=0xc0002b1fe0 sp=0xc0002b1fc0 pc=0xb6e7fa&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0002b1fe8 sp=0xc0002b1fe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0002b3860 sp=0xc0002b3840 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc0002b39c0 sp=0xc0002b3860 pc=0x4841de&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0002b3af0 sp=0xc0002b39c0 pc=0xbb8e32&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0002b3b68 sp=0xc0002b3af0 pc=0xc90310&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc0002b3c08 sp=0xc0002b3b68 pc=0xb7580a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0002b3c80 sp=0xc0002b3c08 pc=0xba0c90&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc0002b3fc0 sp=0xc0002b3c80 pc=0xb7267d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x3a fp=0xc0002b3fe0 sp=0xc0002b3fc0 pc=0xb6e7fa&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0002b3fe8 sp=0xc0002b3fe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000562fc8 sp=0xc000562fa8 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/netpoll.go:527 +0xf7 fp=0xc000563000 sp=0xc000562fc8 pc=0x46aa97&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/netpoll.go:306 +0x89 fp=0xc000563020 sp=0xc000563000 pc=0x4a1c49&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/internal/poll/fd_poll_runtime.go:84 +0xbd fp=0xc000563068 sp=0xc000563020 pc=0x4fd97d&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/internal/poll/fd_poll_runtime.go:89&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/internal/poll/fd_unix.go:167 +0x405 fp=0xc000563158 sp=0xc000563068 pc=0x4ff505&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/fd_posix.go:55 +0x51 fp=0xc0005631b8 sp=0xc000563158 pc=0x7d4931&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/net.go:183 +0xb1 fp=0xc000563238 sp=0xc0005631b8 pc=0x7ebd71&#xA;&lt;autogenerated&gt;:1 +0x65 fp=0xc000563280 sp=0xc000563238 pc=0x80c8a5&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/crypto/tls/conn.go:788 +0x8f fp=0xc0005632e8 sp=0xc000563280 pc=0x86c94f&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/bytes/buffer.go:202 +0x113 fp=0xc000563350 sp=0xc0005632e8 pc=0x5a73f3&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/crypto/tls/conn.go:810 +0x1f3 fp=0xc0005633c0 sp=0xc000563350 pc=0x86cd33&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/crypto/tls/conn.go:617 +0x417 fp=0xc000563988 sp=0xc0005633c0 pc=0x868ad7&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/crypto/tls/conn.go:583&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/crypto/tls/conn.go:1316 +0x29d fp=0xc000563a68 sp=0xc000563988 pc=0x871b5d&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/bufio/bufio.go:237 +0x4f3 fp=0xc000563b30 sp=0xc000563a68 pc=0x5d6413&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/io/io.go:332 +0xde fp=0xc000563b78 sp=0xc000563b30 pc=0x4f713e&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/io/io.go:351&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/http/h2_bundle.go:1567 +0x96 fp=0xc000563bf8 sp=0xc000563b78 pc=0x919016&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/http/h2_bundle.go:1831 +0x10f fp=0xc000563d38 sp=0xc000563bf8 pc=0x91a14f&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/http/h2_bundle.go:9250 +0x1f9 fp=0xc000563f00 sp=0xc000563d38 pc=0x9566f9&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/http/h2_bundle.go:9145 +0xab fp=0xc000563fc0 sp=0xc000563f00 pc=0x95562b&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/http/h2_bundle.go:7842 +0x3a fp=0xc000563fe0 sp=0xc000563fc0 pc=0x94a05a&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000563fe8 sp=0xc000563fe0 pc=0x4a8081&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/http/h2_bundle.go:7842 +0x191f&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0006ab860 sp=0xc0006ab840 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc0006ab9c0 sp=0xc0006ab860 pc=0x4841de&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0006abaf0 sp=0xc0006ab9c0 pc=0xbb8e32&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0006abb68 sp=0xc0006abaf0 pc=0xc90310&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc0006abc08 sp=0xc0006abb68 pc=0xb7580a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0006abc80 sp=0xc0006abc08 pc=0xba0c90&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc0006abfc0 sp=0xc0006abc80 pc=0xb7267d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x3a fp=0xc0006abfe0 sp=0xc0006abfc0 pc=0xb6e7fa&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0006abfe8 sp=0xc0006abfe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00038b4f8 sp=0xc00038b4d8 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/chan.go:583 +0x42e fp=0xc00038b588 sp=0xc00038b4f8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/chan.go:442 +0x18 fp=0xc00038b5b0 sp=0xc00038b588 pc=0x43e1b8&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x74 fp=0xc00038b640 sp=0xc00038b5b0 pc=0xc4f734&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:137 +0x542 fp=0xc00038b788 sp=0xc00038b640 pc=0xb6aa22&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:401 +0x50f fp=0xc00038b920 sp=0xc00038b788 pc=0xb6e2cf&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:300 +0xff fp=0xc00038bbb8 sp=0xc00038b920 pc=0xb6ce9f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:227 +0x25c fp=0xc00038bc80 sp=0xc00038bbb8 pc=0xb6b99c&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:765 +0x2245 fp=0xc00038bfc0 sp=0xc00038bc80 pc=0xb74685&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x3a fp=0xc00038bfe0 sp=0xc00038bfc0 pc=0xb6e7fa&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00038bfe8 sp=0xc00038bfe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000206860 sp=0xc000206840 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc0002069c0 sp=0xc000206860 pc=0x4841de&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000206af0 sp=0xc0002069c0 pc=0xbb8e32&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000206b68 sp=0xc000206af0 pc=0xc90310&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000206c08 sp=0xc000206b68 pc=0xb7580a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000206c80 sp=0xc000206c08 pc=0xba0c90&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000206fc0 sp=0xc000206c80 pc=0xb7267d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x3a fp=0xc000206fe0 sp=0xc000206fc0 pc=0xb6e7fa&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000206fe8 sp=0xc000206fe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0002fbcc0 sp=0xc0002fbca0 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc0002fbe20 sp=0xc0002fbcc0 pc=0x4841de&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:888 +0x245 fp=0xc0002fbf60 sp=0xc0002fbe20 pc=0xb66705&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:879 +0x7e fp=0xc0002fbfe0 sp=0xc0002fbf60 pc=0xb6647e&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0002fbfe8 sp=0xc0002fbfe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:877 +0x20f&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000485860 sp=0xc000485840 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc0004859c0 sp=0xc000485860 pc=0x4841de&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000485af0 sp=0xc0004859c0 pc=0xbb8e32&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000485b68 sp=0xc000485af0 pc=0xc90310&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000485c08 sp=0xc000485b68 pc=0xb7580a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000485c80 sp=0xc000485c08 pc=0xba0c90&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000485fc0 sp=0xc000485c80 pc=0xb7267d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x3a fp=0xc000485fe0 sp=0xc000485fc0 pc=0xb6e7fa&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000485fe8 sp=0xc000485fe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000759bf0 sp=0xc000759bd0 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc000759d50 sp=0xc000759bf0 pc=0x4841de&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:291 +0x1c9 fp=0xc000759f10 sp=0xc000759d50 pc=0xb8bde9&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:270 +0x42 fp=0xc000759f40 sp=0xc000759f10 pc=0xb8b6e2&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:303 +0x86 fp=0xc000759fe0 sp=0xc000759f40 pc=0xb5e0a6&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000759fe8 sp=0xc000759fe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:302 +0x3ea&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00010fc38 sp=0xc00010fc18 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc00010fd98 sp=0xc00010fc38 pc=0x4841de&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:291 +0x1c9 fp=0xc00010ff58 sp=0xc00010fd98 pc=0xb8bde9&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:270 +0x42 fp=0xc00010ff88 sp=0xc00010ff58 pc=0xb8b6e2&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:833 +0x76 fp=0xc00010ffe0 sp=0xc00010ff88 pc=0xb660d6&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00010ffe8 sp=0xc00010ffe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:829 +0xb3a&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00055acc0 sp=0xc00055aca0 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc00055ae20 sp=0xc00055acc0 pc=0x4841de&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:888 +0x245 fp=0xc00055af60 sp=0xc00055ae20 pc=0xb66705&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:879 +0x7e fp=0xc00055afe0 sp=0xc00055af60 pc=0xb6647e&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00055afe8 sp=0xc00055afe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:877 +0x20f&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0005dacd8 sp=0xc0005dacb8 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc0005dae38 sp=0xc0005dacd8 pc=0x4841de&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc0005dafc0 sp=0xc0005dae38 pc=0xb01cfd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc0005dafe0 sp=0xc0005dafc0 pc=0xb0155a&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0005dafe8 sp=0xc0005dafe0 pc=0x4a8081&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc92&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000555cf8 sp=0xc000555cd8 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/chan.go:259 +0x44e fp=0xc000555d88 sp=0xc000555cf8 pc=0x43d7ae&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/chan.go:145 +0x1d fp=0xc000555db8 sp=0xc000555d88 pc=0x43d33d&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0xa5 fp=0xc000555e20 sp=0xc000555db8 pc=0xbafec5&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:553 +0x10a fp=0xc000555ec0 sp=0xc000555e20 pc=0xb7052a&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc9 fp=0xc000555f50 sp=0xc000555ec0 pc=0xb4fe49&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xe9 fp=0xc000555fe0 sp=0xc000555f50 pc=0xb4fc69&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000555fe8 sp=0xc000555fe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x28b&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00079a860 sp=0xc00079a840 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc00079a9c0 sp=0xc00079a860 pc=0x4841de&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc00079aaf0 sp=0xc00079a9c0 pc=0xbb8e32&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00079ab68 sp=0xc00079aaf0 pc=0xc90310&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc00079ac08 sp=0xc00079ab68 pc=0xb7580a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00079ac80 sp=0xc00079ac08 pc=0xba0c90&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc00079afc0 sp=0xc00079ac80 pc=0xb7267d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x3a fp=0xc00079afe0 sp=0xc00079afc0 pc=0xb6e7fa&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00079afe8 sp=0xc00079afe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0005996e0 sp=0xc0005996c0 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/netpoll.go:527 +0xf7 fp=0xc000599718 sp=0xc0005996e0 pc=0x46aa97&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/netpoll.go:306 +0x89 fp=0xc000599738 sp=0xc000599718 pc=0x4a1c49&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/internal/poll/fd_poll_runtime.go:84 +0xbd fp=0xc000599780 sp=0xc000599738 pc=0x4fd97d&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/internal/poll/fd_poll_runtime.go:89&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/internal/poll/fd_unix.go:167 +0x405 fp=0xc000599870 sp=0xc000599780 pc=0x4ff505&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/fd_posix.go:55 +0x51 fp=0xc0005998d0 sp=0xc000599870 pc=0x7d4931&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/net.go:183 +0xb1 fp=0xc000599950 sp=0xc0005998d0 pc=0x7ebd71&#xA;&lt;autogenerated&gt;:1 +0x65 fp=0xc000599998 sp=0xc000599950 pc=0x80c8a5&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/http/transport.go:1943 +0x105 fp=0xc000599a18 sp=0xc000599998 pc=0x9a9605&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/bufio/bufio.go:106 +0x2ab fp=0xc000599aa8 sp=0xc000599a18 pc=0x5d55ab&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/bufio/bufio.go:144 +0xd2 fp=0xc000599b30 sp=0xc000599aa8 pc=0x5d5872&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/http/transport.go:2107 +0x2c8 fp=0xc000599fc0 sp=0xc000599b30 pc=0x9aa968&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/http/transport.go:1765 +0x3a fp=0xc000599fe0 sp=0xc000599fc0 pc=0x9a827a&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000599fe8 sp=0xc000599fe0 pc=0x4a8081&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/http/transport.go:1765 +0x2586&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0004f7cd0 sp=0xc0004f7cb0 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc0004f7e30 sp=0xc0004f7cd0 pc=0x4841de&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/http/transport.go:2410 +0x1a9 fp=0xc0004f7fc0 sp=0xc0004f7e30 pc=0x9ad749&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/http/transport.go:1766 +0x3a fp=0xc0004f7fe0 sp=0xc0004f7fc0 pc=0x9a81fa&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0004f7fe8 sp=0xc0004f7fe0 pc=0x4a8081&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/http/transport.go:1766 +0x261a&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000501c40 sp=0xc000501c20 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc000501da0 sp=0xc000501c40 pc=0x4841de&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:190 +0x39a fp=0xc000501fe0 sp=0xc000501da0 pc=0xba411a&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000501fe8 sp=0xc000501fe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:177 +0x25b&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00081fcd8 sp=0xc00081fcb8 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc00081fe38 sp=0xc00081fcd8 pc=0x4841de&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc00081ffc0 sp=0xc00081fe38 pc=0xb01cfd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc00081ffe0 sp=0xc00081ffc0 pc=0xb0155a&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00081ffe8 sp=0xc00081ffe0 pc=0x4a8081&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc92&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000223c48 sp=0xc000223c28 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc000223da8 sp=0xc000223c48 pc=0x4841de&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:421 +0x4e9 fp=0xc000223f28 sp=0xc000223da8 pc=0xb5fbe9&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:453 +0x6a fp=0xc000223fa0 sp=0xc000223f28 pc=0xc5754a&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:532 +0x3a fp=0xc000223fe0 sp=0xc000223fa0 pc=0xc581da&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000223fe8 sp=0xc000223fe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:531 +0xe5&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000659cf8 sp=0xc000659cd8 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/chan.go:259 +0x44e fp=0xc000659d88 sp=0xc000659cf8 pc=0x43d7ae&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/chan.go:145 +0x1d fp=0xc000659db8 sp=0xc000659d88 pc=0x43d33d&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0xa5 fp=0xc000659e20 sp=0xc000659db8 pc=0xbafec5&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:553 +0x10a fp=0xc000659ec0 sp=0xc000659e20 pc=0xb7052a&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc9 fp=0xc000659f50 sp=0xc000659ec0 pc=0xb4fe49&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xe9 fp=0xc000659fe0 sp=0xc000659f50 pc=0xb4fc69&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000659fe8 sp=0xc000659fe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x28b&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0006cbbe0 sp=0xc0006cbbc0 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc0006cbd40 sp=0xc0006cbbe0 pc=0x4841de&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:291 +0x1c9 fp=0xc0006cbf00 sp=0xc0006cbd40 pc=0xb8bde9&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:270 +0x42 fp=0xc0006cbf30 sp=0xc0006cbf00 pc=0xb8b6e2&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:414 +0x9b fp=0xc0006cbfe0 sp=0xc0006cbf30 pc=0xb5fdbb&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0006cbfe8 sp=0xc0006cbfe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:413 +0x453&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00048bcd8 sp=0xc00048bcb8 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc00048be38 sp=0xc00048bcd8 pc=0x4841de&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc00048bfc0 sp=0xc00048be38 pc=0xb01cfd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc00048bfe0 sp=0xc00048bfc0 pc=0xb0155a&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00048bfe8 sp=0xc00048bfe0 pc=0x4a8081&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc92&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0007abcd8 sp=0xc0007abcb8 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc0007abe38 sp=0xc0007abcd8 pc=0x4841de&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc0007abfc0 sp=0xc0007abe38 pc=0xb01cfd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc0007abfe0 sp=0xc0007abfc0 pc=0xb0155a&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0007abfe8 sp=0xc0007abfe0 pc=0x4a8081&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc92&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000567860 sp=0xc000567840 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc0005679c0 sp=0xc000567860 pc=0x4841de&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000567af0 sp=0xc0005679c0 pc=0xbb8e32&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000567b68 sp=0xc000567af0 pc=0xc90310&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000567c08 sp=0xc000567b68 pc=0xb7580a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000567c80 sp=0xc000567c08 pc=0xba0c90&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000567fc0 sp=0xc000567c80 pc=0xb7267d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x3a fp=0xc000567fe0 sp=0xc000567fc0 pc=0xb6e7fa&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000567fe8 sp=0xc000567fe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000511860 sp=0xc000511840 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc0005119c0 sp=0xc000511860 pc=0x4841de&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000511af0 sp=0xc0005119c0 pc=0xbb8e32&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000511b68 sp=0xc000511af0 pc=0xc90310&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000511c08 sp=0xc000511b68 pc=0xb7580a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000511c80 sp=0xc000511c08 pc=0xba0c90&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000511fc0 sp=0xc000511c80 pc=0xb7267d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x3a fp=0xc000511fe0 sp=0xc000511fc0 pc=0xb6e7fa&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000511fe8 sp=0xc000511fe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0002a3860 sp=0xc0002a3840 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc0002a39c0 sp=0xc0002a3860 pc=0x4841de&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0002a3af0 sp=0xc0002a39c0 pc=0xbb8e32&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0002a3b68 sp=0xc0002a3af0 pc=0xc90310&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc0002a3c08 sp=0xc0002a3b68 pc=0xb7580a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0002a3c80 sp=0xc0002a3c08 pc=0xba0c90&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc0002a3fc0 sp=0xc0002a3c80 pc=0xb7267d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x3a fp=0xc0002a3fe0 sp=0xc0002a3fc0 pc=0xb6e7fa&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0002a3fe8 sp=0xc0002a3fe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000207c40 sp=0xc000207c20 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc000207da0 sp=0xc000207c40 pc=0x4841de&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:190 +0x39a fp=0xc000207fe0 sp=0xc000207da0 pc=0xba411a&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000207fe8 sp=0xc000207fe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:177 +0x25b&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00063d4f8 sp=0xc00063d4d8 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/chan.go:583 +0x42e fp=0xc00063d588 sp=0xc00063d4f8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/chan.go:442 +0x18 fp=0xc00063d5b0 sp=0xc00063d588 pc=0x43e1b8&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x74 fp=0xc00063d640 sp=0xc00063d5b0 pc=0xc4f734&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:137 +0x542 fp=0xc00063d788 sp=0xc00063d640 pc=0xb6aa22&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:401 +0x50f fp=0xc00063d920 sp=0xc00063d788 pc=0xb6e2cf&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:300 +0xff fp=0xc00063dbb8 sp=0xc00063d920 pc=0xb6ce9f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:227 +0x25c fp=0xc00063dc80 sp=0xc00063dbb8 pc=0xb6b99c&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:765 +0x2245 fp=0xc00063dfc0 sp=0xc00063dc80 pc=0xb74685&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x3a fp=0xc00063dfe0 sp=0xc00063dfc0 pc=0xb6e7fa&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00063dfe8 sp=0xc00063dfe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0006e3860 sp=0xc0006e3840 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc0006e39c0 sp=0xc0006e3860 pc=0x4841de&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0006e3af0 sp=0xc0006e39c0 pc=0xbb8e32&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0006e3b68 sp=0xc0006e3af0 pc=0xc90310&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc0006e3c08 sp=0xc0006e3b68 pc=0xb7580a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0006e3c80 sp=0xc0006e3c08 pc=0xba0c90&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc0006e3fc0 sp=0xc0006e3c80 pc=0xb7267d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x3a fp=0xc0006e3fe0 sp=0xc0006e3fc0 pc=0xb6e7fa&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0006e3fe8 sp=0xc0006e3fe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0004ffcf8 sp=0xc0004ffcd8 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/chan.go:259 +0x44e fp=0xc0004ffd88 sp=0xc0004ffcf8 pc=0x43d7ae&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/chan.go:145 +0x1d fp=0xc0004ffdb8 sp=0xc0004ffd88 pc=0x43d33d&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0xa5 fp=0xc0004ffe20 sp=0xc0004ffdb8 pc=0xbafec5&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:553 +0x10a fp=0xc0004ffec0 sp=0xc0004ffe20 pc=0xb7052a&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc9 fp=0xc0004fff50 sp=0xc0004ffec0 pc=0xb4fe49&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xe9 fp=0xc0004fffe0 sp=0xc0004fff50 pc=0xb4fc69&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0004fffe8 sp=0xc0004fffe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x28b&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0003abc58 sp=0xc0003abc38 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc0003abdb8 sp=0xc0003abc58 pc=0x4841de&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:310 +0x47d fp=0xc0003abf28 sp=0xc0003abdb8 pc=0xb5dedd&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:395 +0x6a fp=0xc0003abfa0 sp=0xc0003abf28 pc=0xc5656a&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:532 +0x3a fp=0xc0003abfe0 sp=0xc0003abfa0 pc=0xc581da&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0003abfe8 sp=0xc0003abfe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:531 +0xe5&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000621c48 sp=0xc000621c28 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc000621da8 sp=0xc000621c48 pc=0x4841de&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:421 +0x4e9 fp=0xc000621f28 sp=0xc000621da8 pc=0xb5fbe9&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:453 +0x6a fp=0xc000621fa0 sp=0xc000621f28 pc=0xc5754a&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:532 +0x3a fp=0xc000621fe0 sp=0xc000621fa0 pc=0xc581da&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000621fe8 sp=0xc000621fe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:531 +0xe5&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00075ceb8 sp=0xc00075ce98 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/chan.go:583 +0x42e fp=0xc00075cf48 sp=0xc00075ceb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/chan.go:447 +0x18 fp=0xc00075cf70 sp=0xc00075cf48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc00075cfe0 sp=0xc00075cf70 pc=0xad9a8d&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00075cfe8 sp=0xc00075cfe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000279860 sp=0xc000279840 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc0002799c0 sp=0xc000279860 pc=0x4841de&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000279af0 sp=0xc0002799c0 pc=0xbb8e32&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000279b68 sp=0xc000279af0 pc=0xc90310&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000279c08 sp=0xc000279b68 pc=0xb7580a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000279c80 sp=0xc000279c08 pc=0xba0c90&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000279fc0 sp=0xc000279c80 pc=0xb7267d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x3a fp=0xc000279fe0 sp=0xc000279fc0 pc=0xb6e7fa&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000279fe8 sp=0xc000279fe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00036feb8 sp=0xc00036fe98 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/chan.go:583 +0x42e fp=0xc00036ff48 sp=0xc00036feb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/chan.go:447 +0x18 fp=0xc00036ff70 sp=0xc00036ff48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc00036ffe0 sp=0xc00036ff70 pc=0xad9a8d&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00036ffe8 sp=0xc00036ffe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000689eb8 sp=0xc000689e98 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/chan.go:583 +0x42e fp=0xc000689f48 sp=0xc000689eb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/chan.go:447 +0x18 fp=0xc000689f70 sp=0xc000689f48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc000689fe0 sp=0xc000689f70 pc=0xad9a8d&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000689fe8 sp=0xc000689fe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0003b1c40 sp=0xc0003b1c20 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc0003b1da0 sp=0xc0003b1c40 pc=0x4841de&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:190 +0x39a fp=0xc0003b1fe0 sp=0xc0003b1da0 pc=0xba411a&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0003b1fe8 sp=0xc0003b1fe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:177 +0x25b&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00005feb8 sp=0xc00005fe98 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/chan.go:583 +0x42e fp=0xc00005ff48 sp=0xc00005feb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/chan.go:447 +0x18 fp=0xc00005ff70 sp=0xc00005ff48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc00005ffe0 sp=0xc00005ff70 pc=0xad9a8d&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00005ffe8 sp=0xc00005ffe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000637860 sp=0xc000637840 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc0006379c0 sp=0xc000637860 pc=0x4841de&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000637af0 sp=0xc0006379c0 pc=0xbb8e32&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000637b68 sp=0xc000637af0 pc=0xc90310&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000637c08 sp=0xc000637b68 pc=0xb7580a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000637c80 sp=0xc000637c08 pc=0xba0c90&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000637fc0 sp=0xc000637c80 pc=0xb7267d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x3a fp=0xc000637fe0 sp=0xc000637fc0 pc=0xb6e7fa&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000637fe8 sp=0xc000637fe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0005a7860 sp=0xc0005a7840 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc0005a79c0 sp=0xc0005a7860 pc=0x4841de&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0005a7af0 sp=0xc0005a79c0 pc=0xbb8e32&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0005a7b68 sp=0xc0005a7af0 pc=0xc90310&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc0005a7c08 sp=0xc0005a7b68 pc=0xb7580a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0005a7c80 sp=0xc0005a7c08 pc=0xba0c90&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc0005a7fc0 sp=0xc0005a7c80 pc=0xb7267d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x3a fp=0xc0005a7fe0 sp=0xc0005a7fc0 pc=0xb6e7fa&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0005a7fe8 sp=0xc0005a7fe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0006bd860 sp=0xc0006bd840 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc0006bd9c0 sp=0xc0006bd860 pc=0x4841de&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0006bdaf0 sp=0xc0006bd9c0 pc=0xbb8e32&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0006bdb68 sp=0xc0006bdaf0 pc=0xc90310&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc0006bdc08 sp=0xc0006bdb68 pc=0xb7580a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0006bdc80 sp=0xc0006bdc08 pc=0xba0c90&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc0006bdfc0 sp=0xc0006bdc80 pc=0xb7267d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x3a fp=0xc0006bdfe0 sp=0xc0006bdfc0 pc=0xb6e7fa&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0006bdfe8 sp=0xc0006bdfe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0003aceb8 sp=0xc0003ace98 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/chan.go:583 +0x42e fp=0xc0003acf48 sp=0xc0003aceb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/chan.go:447 +0x18 fp=0xc0003acf70 sp=0xc0003acf48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc0003acfe0 sp=0xc0003acf70 pc=0xad9a8d&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0003acfe8 sp=0xc0003acfe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000110eb8 sp=0xc000110e98 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/chan.go:583 +0x42e fp=0xc000110f48 sp=0xc000110eb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/chan.go:447 +0x18 fp=0xc000110f70 sp=0xc000110f48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc000110fe0 sp=0xc000110f70 pc=0xad9a8d&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000110fe8 sp=0xc000110fe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000565860 sp=0xc000565840 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc0005659c0 sp=0xc000565860 pc=0x4841de&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000565af0 sp=0xc0005659c0 pc=0xbb8e32&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000565b68 sp=0xc000565af0 pc=0xc90310&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000565c08 sp=0xc000565b68 pc=0xb7580a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000565c80 sp=0xc000565c08 pc=0xba0c90&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000565fc0 sp=0xc000565c80 pc=0xb7267d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x3a fp=0xc000565fe0 sp=0xc000565fc0 pc=0xb6e7fa&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000565fe8 sp=0xc000565fe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00063b4f8 sp=0xc00063b4d8 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/chan.go:583 +0x42e fp=0xc00063b588 sp=0xc00063b4f8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/chan.go:442 +0x18 fp=0xc00063b5b0 sp=0xc00063b588 pc=0x43e1b8&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x74 fp=0xc00063b640 sp=0xc00063b5b0 pc=0xc4f734&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:137 +0x542 fp=0xc00063b788 sp=0xc00063b640 pc=0xb6aa22&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:401 +0x50f fp=0xc00063b920 sp=0xc00063b788 pc=0xb6e2cf&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:300 +0xff fp=0xc00063bbb8 sp=0xc00063b920 pc=0xb6ce9f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:227 +0x25c fp=0xc00063bc80 sp=0xc00063bbb8 pc=0xb6b99c&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:765 +0x2245 fp=0xc00063bfc0 sp=0xc00063bc80 pc=0xb74685&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x3a fp=0xc00063bfe0 sp=0xc00063bfc0 pc=0xb6e7fa&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00063bfe8 sp=0xc00063bfe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0005494f8 sp=0xc0005494d8 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/chan.go:583 +0x42e fp=0xc000549588 sp=0xc0005494f8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/chan.go:442 +0x18 fp=0xc0005495b0 sp=0xc000549588 pc=0x43e1b8&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x74 fp=0xc000549640 sp=0xc0005495b0 pc=0xc4f734&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:137 +0x542 fp=0xc000549788 sp=0xc000549640 pc=0xb6aa22&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:401 +0x50f fp=0xc000549920 sp=0xc000549788 pc=0xb6e2cf&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:300 +0xff fp=0xc000549bb8 sp=0xc000549920 pc=0xb6ce9f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:227 +0x25c fp=0xc000549c80 sp=0xc000549bb8 pc=0xb6b99c&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:765 +0x2245 fp=0xc000549fc0 sp=0xc000549c80 pc=0xb74685&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x3a fp=0xc000549fe0 sp=0xc000549fc0 pc=0xb6e7fa&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000549fe8 sp=0xc000549fe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000558c40 sp=0xc000558c20 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc000558da0 sp=0xc000558c40 pc=0x4841de&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:190 +0x39a fp=0xc000558fe0 sp=0xc000558da0 pc=0xba411a&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000558fe8 sp=0xc000558fe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:177 +0x25b&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0003aeeb8 sp=0xc0003aee98 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/chan.go:583 +0x42e fp=0xc0003aef48 sp=0xc0003aeeb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/chan.go:447 +0x18 fp=0xc0003aef70 sp=0xc0003aef48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc0003aefe0 sp=0xc0003aef70 pc=0xad9a8d&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0003aefe8 sp=0xc0003aefe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0003aacc0 sp=0xc0003aaca0 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc0003aae20 sp=0xc0003aacc0 pc=0x4841de&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:888 +0x245 fp=0xc0003aaf60 sp=0xc0003aae20 pc=0xb66705&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:879 +0x7e fp=0xc0003aafe0 sp=0xc0003aaf60 pc=0xb6647e&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0003aafe8 sp=0xc0003aafe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:877 +0x20f&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000577860 sp=0xc000577840 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc0005779c0 sp=0xc000577860 pc=0x4841de&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000577af0 sp=0xc0005779c0 pc=0xbb8e32&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000577b68 sp=0xc000577af0 pc=0xc90310&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000577c08 sp=0xc000577b68 pc=0xb7580a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000577c80 sp=0xc000577c08 pc=0xba0c90&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000577fc0 sp=0xc000577c80 pc=0xb7267d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x3a fp=0xc000577fe0 sp=0xc000577fc0 pc=0xb6e7fa&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000577fe8 sp=0xc000577fe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000942cd8 sp=0xc000942cb8 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc000942e38 sp=0xc000942cd8 pc=0x4841de&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc000942fc0 sp=0xc000942e38 pc=0xb01cfd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc000942fe0 sp=0xc000942fc0 pc=0xb0155a&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000942fe8 sp=0xc000942fe0 pc=0x4a8081&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc92&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0006af860 sp=0xc0006af840 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc0006af9c0 sp=0xc0006af860 pc=0x4841de&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0006afaf0 sp=0xc0006af9c0 pc=0xbb8e32&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0006afb68 sp=0xc0006afaf0 pc=0xc90310&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc0006afc08 sp=0xc0006afb68 pc=0xb7580a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0006afc80 sp=0xc0006afc08 pc=0xba0c90&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc0006affc0 sp=0xc0006afc80 pc=0xb7267d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x3a fp=0xc0006affe0 sp=0xc0006affc0 pc=0xb6e7fa&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0006affe8 sp=0xc0006affe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000787eb8 sp=0xc000787e98 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/chan.go:583 +0x42e fp=0xc000787f48 sp=0xc000787eb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/chan.go:447 +0x18 fp=0xc000787f70 sp=0xc000787f48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc000787fe0 sp=0xc000787f70 pc=0xad9a8d&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000787fe8 sp=0xc000787fe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0006e5860 sp=0xc0006e5840 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc0006e59c0 sp=0xc0006e5860 pc=0x4841de&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0006e5af0 sp=0xc0006e59c0 pc=0xbb8e32&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0006e5b68 sp=0xc0006e5af0 pc=0xc90310&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc0006e5c08 sp=0xc0006e5b68 pc=0xb7580a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0006e5c80 sp=0xc0006e5c08 pc=0xba0c90&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc0006e5fc0 sp=0xc0006e5c80 pc=0xb7267d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x3a fp=0xc0006e5fe0 sp=0xc0006e5fc0 pc=0xb6e7fa&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0006e5fe8 sp=0xc0006e5fe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00080ecd8 sp=0xc00080ecb8 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc00080ee38 sp=0xc00080ecd8 pc=0x4841de&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc00080efc0 sp=0xc00080ee38 pc=0xb01cfd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc00080efe0 sp=0xc00080efc0 pc=0xb0155a&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00080efe8 sp=0xc00080efe0 pc=0x4a8081&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc92&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00050d860 sp=0xc00050d840 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc00050d9c0 sp=0xc00050d860 pc=0x4841de&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc00050daf0 sp=0xc00050d9c0 pc=0xbb8e32&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00050db68 sp=0xc00050daf0 pc=0xc90310&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc00050dc08 sp=0xc00050db68 pc=0xb7580a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00050dc80 sp=0xc00050dc08 pc=0xba0c90&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc00050dfc0 sp=0xc00050dc80 pc=0xb7267d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x3a fp=0xc00050dfe0 sp=0xc00050dfc0 pc=0xb6e7fa&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00050dfe8 sp=0xc00050dfe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000941cd8 sp=0xc000941cb8 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc000941e38 sp=0xc000941cd8 pc=0x4841de&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc000941fc0 sp=0xc000941e38 pc=0xb01cfd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc000941fe0 sp=0xc000941fc0 pc=0xb0155a&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000941fe8 sp=0xc000941fe0 pc=0x4a8081&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc92&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000797cd8 sp=0xc000797cb8 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc000797e38 sp=0xc000797cd8 pc=0x4841de&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc000797fc0 sp=0xc000797e38 pc=0xb01cfd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc000797fe0 sp=0xc000797fc0 pc=0xb0155a&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000797fe8 sp=0xc000797fe0 pc=0x4a8081&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc92&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000579860 sp=0xc000579840 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc0005799c0 sp=0xc000579860 pc=0x4841de&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000579af0 sp=0xc0005799c0 pc=0xbb8e32&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000579b68 sp=0xc000579af0 pc=0xc90310&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000579c08 sp=0xc000579b68 pc=0xb7580a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000579c80 sp=0xc000579c08 pc=0xba0c90&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000579fc0 sp=0xc000579c80 pc=0xb7267d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x3a fp=0xc000579fe0 sp=0xc000579fc0 pc=0xb6e7fa&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000579fe8 sp=0xc000579fe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000697860 sp=0xc000697840 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc0006979c0 sp=0xc000697860 pc=0x4841de&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000697af0 sp=0xc0006979c0 pc=0xbb8e32&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000697b68 sp=0xc000697af0 pc=0xc90310&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000697c08 sp=0xc000697b68 pc=0xb7580a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000697c80 sp=0xc000697c08 pc=0xba0c90&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000697fc0 sp=0xc000697c80 pc=0xb7267d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x3a fp=0xc000697fe0 sp=0xc000697fc0 pc=0xb6e7fa&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000697fe8 sp=0xc000697fe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0007f7860 sp=0xc0007f7840 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc0007f79c0 sp=0xc0007f7860 pc=0x4841de&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0007f7af0 sp=0xc0007f79c0 pc=0xbb8e32&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0007f7b68 sp=0xc0007f7af0 pc=0xc90310&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc0007f7c08 sp=0xc0007f7b68 pc=0xb7580a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0007f7c80 sp=0xc0007f7c08 pc=0xba0c90&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc0007f7fc0 sp=0xc0007f7c80 pc=0xb7267d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x3a fp=0xc0007f7fe0 sp=0xc0007f7fc0 pc=0xb6e7fa&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0007f7fe8 sp=0xc0007f7fe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000639860 sp=0xc000639840 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc0006399c0 sp=0xc000639860 pc=0x4841de&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000639af0 sp=0xc0006399c0 pc=0xbb8e32&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000639b68 sp=0xc000639af0 pc=0xc90310&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000639c08 sp=0xc000639b68 pc=0xb7580a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000639c80 sp=0xc000639c08 pc=0xba0c90&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000639fc0 sp=0xc000639c80 pc=0xb7267d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x3a fp=0xc000639fe0 sp=0xc000639fc0 pc=0xb6e7fa&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000639fe8 sp=0xc000639fe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00081bd50 sp=0xc00081bd30 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc00081beb0 sp=0xc00081bd50 pc=0x4841de&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:18 +0x17e fp=0xc00081bfe0 sp=0xc00081beb0 pc=0xad95fe&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00081bfe8 sp=0xc00081bfe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:16 +0x145&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0008a9cd8 sp=0xc0008a9cb8 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc0008a9e38 sp=0xc0008a9cd8 pc=0x4841de&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc0008a9fc0 sp=0xc0008a9e38 pc=0xb01cfd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc0008a9fe0 sp=0xc0008a9fc0 pc=0xb0155a&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0008a9fe8 sp=0xc0008a9fe0 pc=0x4a8081&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc92&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000371860 sp=0xc000371840 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc0003719c0 sp=0xc000371860 pc=0x4841de&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000371af0 sp=0xc0003719c0 pc=0xbb8e32&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000371b68 sp=0xc000371af0 pc=0xc90310&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000371c08 sp=0xc000371b68 pc=0xb7580a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000371c80 sp=0xc000371c08 pc=0xba0c90&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000371fc0 sp=0xc000371c80 pc=0xb7267d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x3a fp=0xc000371fe0 sp=0xc000371fc0 pc=0xb6e7fa&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000371fe8 sp=0xc000371fe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0004f3860 sp=0xc0004f3840 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc0004f39c0 sp=0xc0004f3860 pc=0x4841de&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0004f3af0 sp=0xc0004f39c0 pc=0xbb8e32&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0004f3b68 sp=0xc0004f3af0 pc=0xc90310&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc0004f3c08 sp=0xc0004f3b68 pc=0xb7580a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0004f3c80 sp=0xc0004f3c08 pc=0xba0c90&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc0004f3fc0 sp=0xc0004f3c80 pc=0xb7267d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x3a fp=0xc0004f3fe0 sp=0xc0004f3fc0 pc=0xb6e7fa&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0004f3fe8 sp=0xc0004f3fe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000691860 sp=0xc000691840 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc0006919c0 sp=0xc000691860 pc=0x4841de&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000691af0 sp=0xc0006919c0 pc=0xbb8e32&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000691b68 sp=0xc000691af0 pc=0xc90310&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000691c08 sp=0xc000691b68 pc=0xb7580a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000691c80 sp=0xc000691c08 pc=0xba0c90&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000691fc0 sp=0xc000691c80 pc=0xb7267d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x3a fp=0xc000691fe0 sp=0xc000691fc0 pc=0xb6e7fa&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000691fe8 sp=0xc000691fe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0005bd860 sp=0xc0005bd840 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc0005bd9c0 sp=0xc0005bd860 pc=0x4841de&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0005bdaf0 sp=0xc0005bd9c0 pc=0xbb8e32&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0005bdb68 sp=0xc0005bdaf0 pc=0xc90310&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc0005bdc08 sp=0xc0005bdb68 pc=0xb7580a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0005bdc80 sp=0xc0005bdc08 pc=0xba0c90&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc0005bdfc0 sp=0xc0005bdc80 pc=0xb7267d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x3a fp=0xc0005bdfe0 sp=0xc0005bdfc0 pc=0xb6e7fa&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0005bdfe8 sp=0xc0005bdfe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000655860 sp=0xc000655840 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc0006559c0 sp=0xc000655860 pc=0x4841de&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000655af0 sp=0xc0006559c0 pc=0xbb8e32&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000655b68 sp=0xc000655af0 pc=0xc90310&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000655c08 sp=0xc000655b68 pc=0xb7580a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000655c80 sp=0xc000655c08 pc=0xba0c90&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000655fc0 sp=0xc000655c80 pc=0xb7267d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x3a fp=0xc000655fe0 sp=0xc000655fc0 pc=0xb6e7fa&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000655fe8 sp=0xc000655fe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000221860 sp=0xc000221840 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc0002219c0 sp=0xc000221860 pc=0x4841de&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000221af0 sp=0xc0002219c0 pc=0xbb8e32&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000221b68 sp=0xc000221af0 pc=0xc90310&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000221c08 sp=0xc000221b68 pc=0xb7580a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000221c80 sp=0xc000221c08 pc=0xba0c90&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000221fc0 sp=0xc000221c80 pc=0xb7267d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x3a fp=0xc000221fe0 sp=0xc000221fc0 pc=0xb6e7fa&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000221fe8 sp=0xc000221fe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0002c58f8 sp=0xc0002c58d8 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc0002c5a58 sp=0xc0002c58f8 pc=0x4841de&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/http/transport.go:2638 +0x104a fp=0xc0002c5df8 sp=0xc0002c5a58 pc=0x9aefea&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/http/transport.go:603 +0xd76 fp=0xc0002c6138 sp=0xc0002c5df8 pc=0x99add6&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/http/roundtrip.go:17 +0x37 fp=0xc0002c6180 sp=0xc0002c6138 pc=0x973337&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/http/client.go:252 +0x943 fp=0xc0002c6458 sp=0xc0002c6180 pc=0x90a5e3&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/http/client.go:176 +0x165 fp=0xc0002c6510 sp=0xc0002c6458 pc=0x9099e5&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/http/client.go:716 +0x10df fp=0xc0002c6870 sp=0xc0002c6510 pc=0x90d5ff&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/http/client.go:582&#xA;/home/runner/work/ably-go/ably-go/ably/rest_client.go:713 +0x625 fp=0xc0002c6b98 sp=0xc0002c6870 pc=0xb84425&#xA;/home/runner/work/ably-go/ably-go/ably/rest_client.go:634&#xA;/home/runner/work/ably-go/ably-go/ably/rest_client.go:620 +0x125 fp=0xc0002c6c48 sp=0xc0002c6b98 pc=0xb83425&#xA;&lt;autogenerated&gt;:1 +0x96 fp=0xc0002c6cb0 sp=0xc0002c6c48 pc=0xba1956&#xA;/home/runner/work/ably-go/ably-go/ably/rest_client.go:37 +0x66 fp=0xc0002c6d10 sp=0xc0002c6cb0 pc=0xb7e946&#xA;/home/runner/work/ably-go/ably-go/ably/paginated_result.go:116 +0xa5 fp=0xc0002c6e00 sp=0xc0002c6d10 pc=0xb54d25&#xA;/home/runner/work/ably-go/ably-go/ably/paginated_result.go:150 +0xb3 fp=0xc0002c6e68 sp=0xc0002c6e00 pc=0xb55273&#xA;/home/runner/work/ably-go/ably-go/ably/rest_client.go:288 +0x90 fp=0xc0002c6eb0 sp=0xc0002c6e68 pc=0xb80970&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:729 +0x49 fp=0xc0002c6ee0 sp=0xc0002c6eb0 pc=0x4a6449&#xA;&lt;autogenerated&gt;:1 +0x3c fp=0xc0002c6f20 sp=0xc0002c6ee0 pc=0x4abb5c&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/reflect/value.go:586 +0x13aa fp=0xc0002c7648 sp=0xc0002c6f20 pc=0x5551ea&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/reflect/value.go:370 +0xc8 fp=0xc0002c76d8 sp=0xc0002c7648 pc=0x553b88&#xA;/home/runner/work/ably-go/ably-go/ablytest/pagination.go:190 +0xce fp=0xc0002c7770 sp=0xc0002c76d8 pc=0xba946e&#xA;/home/runner/work/ably-go/ably-go/ablytest/pagination.go:79 +0xe73 fp=0xc0002c7bc0 sp=0xc0002c7770 pc=0xba7093&#xA;/home/runner/work/ably-go/ably-go/ablytest/pagination.go:64 +0x82a fp=0xc0002c7d10 sp=0xc0002c7bc0 pc=0xba618a&#xA;/home/runner/work/ably-go/ably-go/ably/rest_client_integration_test.go:664 +0x391 fp=0xc0002c7ea8 sp=0xc0002c7d10 pc=0xc473b1&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/testing/testing.go:1576 +0x217 fp=0xc0002c7fb0 sp=0xc0002c7ea8 pc=0x5cae77&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/testing/testing.go:1629 +0x48 fp=0xc0002c7fe0 sp=0xc0002c7fb0 pc=0x5cc988&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0002c7fe8 sp=0xc0002c7fe0 pc=0x4a8081&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/testing/testing.go:1629 +0x806&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000605860 sp=0xc000605840 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc0006059c0 sp=0xc000605860 pc=0x4841de&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000605af0 sp=0xc0006059c0 pc=0xbb8e32&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000605b68 sp=0xc000605af0 pc=0xc90310&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000605c08 sp=0xc000605b68 pc=0xb7580a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000605c80 sp=0xc000605c08 pc=0xba0c90&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000605fc0 sp=0xc000605c80 pc=0xb7267d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x3a fp=0xc000605fe0 sp=0xc000605fc0 pc=0xb6e7fa&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000605fe8 sp=0xc000605fe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00065b860 sp=0xc00065b840 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc00065b9c0 sp=0xc00065b860 pc=0x4841de&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc00065baf0 sp=0xc00065b9c0 pc=0xbb8e32&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00065bb68 sp=0xc00065baf0 pc=0xc90310&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc00065bc08 sp=0xc00065bb68 pc=0xb7580a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00065bc80 sp=0xc00065bc08 pc=0xba0c90&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc00065bfc0 sp=0xc00065bc80 pc=0xb7267d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x3a fp=0xc00065bfe0 sp=0xc00065bfc0 pc=0xb6e7fa&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00065bfe8 sp=0xc00065bfe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0005bb860 sp=0xc0005bb840 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc0005bb9c0 sp=0xc0005bb860 pc=0x4841de&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0005bbaf0 sp=0xc0005bb9c0 pc=0xbb8e32&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0005bbb68 sp=0xc0005bbaf0 pc=0xc90310&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc0005bbc08 sp=0xc0005bbb68 pc=0xb7580a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0005bbc80 sp=0xc0005bbc08 pc=0xba0c90&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc0005bbfc0 sp=0xc0005bbc80 pc=0xb7267d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x3a fp=0xc0005bbfe0 sp=0xc0005bbfc0 pc=0xb6e7fa&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0005bbfe8 sp=0xc0005bbfe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00021f860 sp=0xc00021f840 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc00021f9c0 sp=0xc00021f860 pc=0x4841de&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc00021faf0 sp=0xc00021f9c0 pc=0xbb8e32&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00021fb68 sp=0xc00021faf0 pc=0xc90310&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc00021fc08 sp=0xc00021fb68 pc=0xb7580a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00021fc80 sp=0xc00021fc08 pc=0xba0c90&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc00021ffc0 sp=0xc00021fc80 pc=0xb7267d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x3a fp=0xc00021ffe0 sp=0xc00021ffc0 pc=0xb6e7fa&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00021ffe8 sp=0xc00021ffe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0000639e0 sp=0xc0000639c0 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/netpoll.go:527 +0xf7 fp=0xc000063a18 sp=0xc0000639e0 pc=0x46aa97&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/netpoll.go:306 +0x89 fp=0xc000063a38 sp=0xc000063a18 pc=0x4a1c49&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/internal/poll/fd_poll_runtime.go:84 +0xbd fp=0xc000063a80 sp=0xc000063a38 pc=0x4fd97d&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/internal/poll/fd_poll_runtime.go:89&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/internal/poll/fd_unix.go:614 +0x425 fp=0xc000063b70 sp=0xc000063a80 pc=0x505305&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/fd_unix.go:172 +0x4a fp=0xc000063c68 sp=0xc000063b70 pc=0x7d7eea&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/tcpsock_posix.go:148 +0x45 fp=0xc000063cb0 sp=0xc000063c68 pc=0x7facc5&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/tcpsock.go:297 +0x68 fp=0xc000063d18 sp=0xc000063cb0 pc=0x7f8fc8&#xA;&lt;autogenerated&gt;:1 +0x4a fp=0xc000063d50 sp=0xc000063d18 pc=0x9c53aa&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/http/server.go:3059 +0x5a7 fp=0xc000063f50 sp=0xc000063d50 pc=0x9870a7&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/http/httptest/server.go:310 +0xbc fp=0xc000063fe0 sp=0xc000063f50 pc=0xb3b49c&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000063fe8 sp=0xc000063fe0 pc=0x4a8081&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/http/httptest/server.go:308 +0xa7&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0007a8860 sp=0xc0007a8840 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc0007a89c0 sp=0xc0007a8860 pc=0x4841de&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0007a8af0 sp=0xc0007a89c0 pc=0xbb8e32&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0007a8b68 sp=0xc0007a8af0 pc=0xc90310&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc0007a8c08 sp=0xc0007a8b68 pc=0xb7580a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0007a8c80 sp=0xc0007a8c08 pc=0xba0c90&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc0007a8fc0 sp=0xc0007a8c80 pc=0xb7267d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x3a fp=0xc0007a8fe0 sp=0xc0007a8fc0 pc=0xb6e7fa&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0007a8fe8 sp=0xc0007a8fe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000635cd0 sp=0xc000635cb0 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc000635e30 sp=0xc000635cd0 pc=0x4841de&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/http/transport.go:2410 +0x1a9 fp=0xc000635fc0 sp=0xc000635e30 pc=0x9ad749&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/http/transport.go:1766 +0x3a fp=0xc000635fe0 sp=0xc000635fc0 pc=0x9a81fa&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000635fe8 sp=0xc000635fe0 pc=0x4a8081&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/http/transport.go:1766 +0x261a&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0007f4c40 sp=0xc0007f4c20 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc0007f4da0 sp=0xc0007f4c40 pc=0x4841de&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:182 +0x2ee fp=0xc0007f4fe0 sp=0xc0007f4da0 pc=0xba406e&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0007f4fe8 sp=0xc0007f4fe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:177 +0x25b&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0006c6cd8 sp=0xc0006c6cb8 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc0006c6e38 sp=0xc0006c6cd8 pc=0x4841de&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc0006c6fc0 sp=0xc0006c6e38 pc=0xb01cfd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc0006c6fe0 sp=0xc0006c6fc0 pc=0xb0155a&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0006c6fe8 sp=0xc0006c6fe0 pc=0x4a8081&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc92&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0006acef8 sp=0xc0006aced8 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/netpoll.go:527 +0xf7 fp=0xc0006acf30 sp=0xc0006acef8 pc=0x46aa97&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/netpoll.go:306 +0x89 fp=0xc0006acf50 sp=0xc0006acf30 pc=0x4a1c49&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/internal/poll/fd_poll_runtime.go:84 +0xbd fp=0xc0006acf98 sp=0xc0006acf50 pc=0x4fd97d&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/internal/poll/fd_poll_runtime.go:89&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/internal/poll/fd_unix.go:167 +0x405 fp=0xc0006ad088 sp=0xc0006acf98 pc=0x4ff505&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/fd_posix.go:55 +0x51 fp=0xc0006ad0e8 sp=0xc0006ad088 pc=0x7d4931&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/net.go:183 +0xb1 fp=0xc0006ad168 sp=0xc0006ad0e8 pc=0x7ebd71&#xA;&lt;autogenerated&gt;:1 +0x65 fp=0xc0006ad1b0 sp=0xc0006ad168 pc=0x80c8a5&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/crypto/tls/conn.go:788 +0x8f fp=0xc0006ad218 sp=0xc0006ad1b0 pc=0x86c94f&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/bytes/buffer.go:202 +0x113 fp=0xc0006ad280 sp=0xc0006ad218 pc=0x5a73f3&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/crypto/tls/conn.go:810 +0x1f3 fp=0xc0006ad2f0 sp=0xc0006ad280 pc=0x86cd33&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/crypto/tls/conn.go:617 +0x417 fp=0xc0006ad8b8 sp=0xc0006ad2f0 pc=0x868ad7&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/crypto/tls/conn.go:583&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/crypto/tls/conn.go:1316 +0x29d fp=0xc0006ad998 sp=0xc0006ad8b8 pc=0x871b5d&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/http/transport.go:1943 +0x105 fp=0xc0006ada18 sp=0xc0006ad998 pc=0x9a9605&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/bufio/bufio.go:106 +0x2ab fp=0xc0006adaa8 sp=0xc0006ada18 pc=0x5d55ab&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/bufio/bufio.go:144 +0xd2 fp=0xc0006adb30 sp=0xc0006adaa8 pc=0x5d5872&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/http/transport.go:2107 +0x2c8 fp=0xc0006adfc0 sp=0xc0006adb30 pc=0x9aa968&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/http/transport.go:1765 +0x3a fp=0xc0006adfe0 sp=0xc0006adfc0 pc=0x9a827a&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0006adfe8 sp=0xc0006adfe0 pc=0x4a8081&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/http/transport.go:1765 +0x2586&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00054b860 sp=0xc00054b840 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc00054b9c0 sp=0xc00054b860 pc=0x4841de&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc00054baf0 sp=0xc00054b9c0 pc=0xbb8e32&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00054bb68 sp=0xc00054baf0 pc=0xc90310&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc00054bc08 sp=0xc00054bb68 pc=0xb7580a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00054bc80 sp=0xc00054bc08 pc=0xba0c90&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc00054bfc0 sp=0xc00054bc80 pc=0xb7267d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x3a fp=0xc00054bfe0 sp=0xc00054bfc0 pc=0xb6e7fa&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00054bfe8 sp=0xc00054bfe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00048d860 sp=0xc00048d840 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc00048d9c0 sp=0xc00048d860 pc=0x4841de&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc00048daf0 sp=0xc00048d9c0 pc=0xbb8e32&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00048db68 sp=0xc00048daf0 pc=0xc90310&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc00048dc08 sp=0xc00048db68 pc=0xb7580a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00048dc80 sp=0xc00048dc08 pc=0xba0c90&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc00048dfc0 sp=0xc00048dc80 pc=0xb7267d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x3a fp=0xc00048dfe0 sp=0xc00048dfc0 pc=0xb6e7fa&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00048dfe8 sp=0xc00048dfe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00027b860 sp=0xc00027b840 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc00027b9c0 sp=0xc00027b860 pc=0x4841de&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc00027baf0 sp=0xc00027b9c0 pc=0xbb8e32&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00027bb68 sp=0xc00027baf0 pc=0xc90310&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc00027bc08 sp=0xc00027bb68 pc=0xb7580a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00027bc80 sp=0xc00027bc08 pc=0xba0c90&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc00027bfc0 sp=0xc00027bc80 pc=0xb7267d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x3a fp=0xc00027bfe0 sp=0xc00027bfc0 pc=0xb6e7fa&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00027bfe8 sp=0xc00027bfe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0007fccd8 sp=0xc0007fccb8 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc0007fce38 sp=0xc0007fccd8 pc=0x4841de&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc0007fcfc0 sp=0xc0007fce38 pc=0xb01cfd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc0007fcfe0 sp=0xc0007fcfc0 pc=0xb0155a&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0007fcfe8 sp=0xc0007fcfe0 pc=0x4a8081&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc92&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0002b8c40 sp=0xc0002b8c20 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc0002b8da0 sp=0xc0002b8c40 pc=0x4841de&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:182 +0x2ee fp=0xc0002b8fe0 sp=0xc0002b8da0 pc=0xba406e&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0002b8fe8 sp=0xc0002b8fe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:177 +0x25b&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000979cf8 sp=0xc000979cd8 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/chan.go:259 +0x44e fp=0xc000979d88 sp=0xc000979cf8 pc=0x43d7ae&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/chan.go:145 +0x1d fp=0xc000979db8 sp=0xc000979d88 pc=0x43d33d&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0xa5 fp=0xc000979e20 sp=0xc000979db8 pc=0xbafec5&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:553 +0x10a fp=0xc000979ec0 sp=0xc000979e20 pc=0xb7052a&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc9 fp=0xc000979f50 sp=0xc000979ec0 pc=0xb4fe49&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xe9 fp=0xc000979fe0 sp=0xc000979f50 pc=0xb4fc69&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000979fe8 sp=0xc000979fe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x28b&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000859cf8 sp=0xc000859cd8 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/chan.go:259 +0x44e fp=0xc000859d88 sp=0xc000859cf8 pc=0x43d7ae&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/chan.go:145 +0x1d fp=0xc000859db8 sp=0xc000859d88 pc=0x43d33d&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0xa5 fp=0xc000859e20 sp=0xc000859db8 pc=0xbafec5&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:553 +0x10a fp=0xc000859ec0 sp=0xc000859e20 pc=0xb7052a&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc9 fp=0xc000859f50 sp=0xc000859ec0 pc=0xb4fe49&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xe9 fp=0xc000859fe0 sp=0xc000859f50 pc=0xb4fc69&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000859fe8 sp=0xc000859fe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x28b&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0002ffcd0 sp=0xc0002ffcb0 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/select.go:327 +0x8be fp=0xc0002ffe30 sp=0xc0002ffcd0 pc=0x4841de&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/http/transport.go:2410 +0x1a9 fp=0xc0002fffc0 sp=0xc0002ffe30 pc=0x9ad749&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/http/transport.go:1766 +0x3a fp=0xc0002fffe0 sp=0xc0002fffc0 pc=0x9a81fa&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0002fffe8 sp=0xc0002fffe0 pc=0x4a8081&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/http/transport.go:1766 +0x261a&#xA;goroutine running on other thread; stack unavailable&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:411 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000a0e9e0 sp=0xc000a0e9c0 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/netpoll.go:527 +0xf7 fp=0xc000a0ea18 sp=0xc000a0e9e0 pc=0x46aa97&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/netpoll.go:306 +0x89 fp=0xc000a0ea38 sp=0xc000a0ea18 pc=0x4a1c49&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/internal/poll/fd_poll_runtime.go:84 +0xbd fp=0xc000a0ea80 sp=0xc000a0ea38 pc=0x4fd97d&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/internal/poll/fd_poll_runtime.go:89&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/internal/poll/fd_unix.go:614 +0x425 fp=0xc000a0eb70 sp=0xc000a0ea80 pc=0x505305&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/fd_unix.go:172 +0x4a fp=0xc000a0ec68 sp=0xc000a0eb70 pc=0x7d7eea&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/tcpsock_posix.go:148 +0x45 fp=0xc000a0ecb0 sp=0xc000a0ec68 pc=0x7facc5&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/tcpsock.go:297 +0x68 fp=0xc000a0ed18 sp=0xc000a0ecb0 pc=0x7f8fc8&#xA;&lt;autogenerated&gt;:1 +0x4a fp=0xc000a0ed50 sp=0xc000a0ed18 pc=0x9c53aa&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/http/server.go:3059 +0x5a7 fp=0xc000a0ef50 sp=0xc000a0ed50 pc=0x9870a7&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/http/httptest/server.go:310 +0xbc fp=0xc000a0efe0 sp=0xc000a0ef50 pc=0xb3b49c&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000a0efe8 sp=0xc000a0efe0 pc=0x4a8081&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/http/httptest/server.go:308 +0xa7&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0006a8ef8 sp=0xc0006a8ed8 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/netpoll.go:527 +0xf7 fp=0xc0006a8f30 sp=0xc0006a8ef8 pc=0x46aa97&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/netpoll.go:306 +0x89 fp=0xc0006a8f50 sp=0xc0006a8f30 pc=0x4a1c49&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/internal/poll/fd_poll_runtime.go:84 +0xbd fp=0xc0006a8f98 sp=0xc0006a8f50 pc=0x4fd97d&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/internal/poll/fd_poll_runtime.go:89&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/internal/poll/fd_unix.go:167 +0x405 fp=0xc0006a9088 sp=0xc0006a8f98 pc=0x4ff505&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/fd_posix.go:55 +0x51 fp=0xc0006a90e8 sp=0xc0006a9088 pc=0x7d4931&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/net.go:183 +0xb1 fp=0xc0006a9168 sp=0xc0006a90e8 pc=0x7ebd71&#xA;&lt;autogenerated&gt;:1 +0x65 fp=0xc0006a91b0 sp=0xc0006a9168 pc=0x80c8a5&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/crypto/tls/conn.go:788 +0x8f fp=0xc0006a9218 sp=0xc0006a91b0 pc=0x86c94f&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/bytes/buffer.go:202 +0x113 fp=0xc0006a9280 sp=0xc0006a9218 pc=0x5a73f3&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/crypto/tls/conn.go:810 +0x1f3 fp=0xc0006a92f0 sp=0xc0006a9280 pc=0x86cd33&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/crypto/tls/conn.go:617 +0x417 fp=0xc0006a98b8 sp=0xc0006a92f0 pc=0x868ad7&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/crypto/tls/conn.go:583&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/crypto/tls/conn.go:1316 +0x29d fp=0xc0006a9998 sp=0xc0006a98b8 pc=0x871b5d&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/http/transport.go:1943 +0x105 fp=0xc0006a9a18 sp=0xc0006a9998 pc=0x9a9605&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/bufio/bufio.go:106 +0x2ab fp=0xc0006a9aa8 sp=0xc0006a9a18 pc=0x5d55ab&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/bufio/bufio.go:144 +0xd2 fp=0xc0006a9b30 sp=0xc0006a9aa8 pc=0x5d5872&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/http/transport.go:2107 +0x2c8 fp=0xc0006a9fc0 sp=0xc0006a9b30 pc=0x9aa968&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/http/transport.go:1765 +0x3a fp=0xc0006a9fe0 sp=0xc0006a9fc0 pc=0x9a827a&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0006a9fe8 sp=0xc0006a9fe0 pc=0x4a8081&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/net/http/transport.go:1765 +0x2586&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000b64cf8 sp=0xc000b64cd8 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/chan.go:259 +0x44e fp=0xc000b64d88 sp=0xc000b64cf8 pc=0x43d7ae&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/chan.go:145 +0x1d fp=0xc000b64db8 sp=0xc000b64d88 pc=0x43d33d&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0xa5 fp=0xc000b64e20 sp=0xc000b64db8 pc=0xbafec5&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:553 +0x10a fp=0xc000b64ec0 sp=0xc000b64e20 pc=0xb7052a&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc9 fp=0xc000b64f50 sp=0xc000b64ec0 pc=0xb4fe49&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xe9 fp=0xc000b64fe0 sp=0xc000b64f50 pc=0xb4fc69&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000b64fe8 sp=0xc000b64fe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x28b&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000782cf8 sp=0xc000782cd8 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/chan.go:259 +0x44e fp=0xc000782d88 sp=0xc000782cf8 pc=0x43d7ae&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/chan.go:145 +0x1d fp=0xc000782db8 sp=0xc000782d88 pc=0x43d33d&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0xa5 fp=0xc000782e20 sp=0xc000782db8 pc=0xbafec5&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:553 +0x10a fp=0xc000782ec0 sp=0xc000782e20 pc=0xb7052a&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc9 fp=0xc000782f50 sp=0xc000782ec0 pc=0xb4fe49&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xe9 fp=0xc000782fe0 sp=0xc000782f50 pc=0xb4fc69&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000782fe8 sp=0xc000782fe0 pc=0x4a8081&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x28b&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00086ac18 sp=0xc00086abf8 pc=0x472496&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/chan.go:583 +0x42e fp=0xc00086aca8 sp=0xc00086ac18 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/chan.go:442 +0x18 fp=0xc00086acd0 sp=0xc00086aca8 pc=0x43e1b8&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/testing/testing.go:1630 +0x82e fp=0xc00086ae10 sp=0xc00086acd0 pc=0x5cc6ee&#xA;/home/runner/work/ably-go/ably-go/ably/rest_client_integration_test.go:657 +0x89 fp=0xc00086aea8 sp=0xc00086ae10 pc=0xc46ec9&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/testing/testing.go:1576 +0x217 fp=0xc00086afb0 sp=0xc00086aea8 pc=0x5cae77&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/testing/testing.go:1629 +0x48 fp=0xc00086afe0 sp=0xc00086afb0 pc=0x5cc988&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00086afe8 sp=0xc00086afe0 pc=0x4a8081&#xA;/opt/hostedtoolcache/go/1.20.14/x64/src/testing/testing.go:1629 +0x806</failure>
		</testcase>
	</testsuite>
	<testsuite tests="8" failures="0" time="0.021" name="github.com/ably/ably-go/ably/internal/ablyutil">
		<properties>
			<property name="go.version" value="go1.20.14"></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>
