<testsuites>
	<testsuite tests="207" failures="1" time="7262.662" name="github.com/ably/ably-go/ably">
		<properties>
			<property name="go.version" value="go1.19.13"></property>
		</properties>
		<testcase classname="ably" name="Test_decodeMessage" time="0.000"></testcase>
		<testcase classname="ably" name="Test_decodeMessage/foo" time="0.000"></testcase>
		<testcase classname="ably" name="Test_decodeMessage/{&#34;foo&#34;:42}" time="0.000"></testcase>
		<testcase classname="ably" name="Test_decodeMessage/{&#34;foo&#34;:42,&#34;bar&#34;:[&#34;a&#34;,1.2,{&#34;boo&#34;:&#34;ha&#34;}]}" time="0.000"></testcase>
		<testcase classname="ably" name="Test_decodeMessage/[{&#34;foo&#34;:42},&#34;qux&#34;]" time="0.000"></testcase>
		<testcase classname="ably" name="Test_decodeMessage/3q2+7w==" time="0.000"></testcase>
		<testcase classname="ably" name="TestMsgpackExtrasJsonCompatible" time="0.000"></testcase>
		<testcase classname="ably" name="TestMsgpackDecoding" time="0.000"></testcase>
		<testcase classname="ably" name="TestMsgpackDecoding/json_array" time="0.000"></testcase>
		<testcase classname="ably" name="TestMsgpackDecoding/short_string" time="0.000"></testcase>
		<testcase classname="ably" name="TestMsgpackDecoding/200_character_string" time="0.000"></testcase>
		<testcase classname="ably" name="TestMsgpackDecoding/2000_character_string" time="0.000"></testcase>
		<testcase classname="ably" name="TestMsgpackDecoding/short_binary" time="0.000"></testcase>
		<testcase classname="ably" name="TestMsgpackDecoding/200_byte_binary" time="0.000"></testcase>
		<testcase classname="ably" name="TestMsgpackDecoding/2000_byte_binary" time="0.000"></testcase>
		<testcase classname="ably" name="TestMsgpackDecoding/an_object" time="0.000"></testcase>
		<testcase classname="ably" name="TestAuth_BasicAuth" time="7.300"></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.150"></testcase>
		<testcase classname="ably" name="TestAuth_TokenAuth_Renew" time="10.530"></testcase>
		<testcase classname="ably" name="TestAuth_RequestToken" time="7.450"></testcase>
		<testcase classname="ably" name="TestAuth_ReuseClientID" time="6.640"></testcase>
		<testcase classname="ably" name="TestAuth_RequestToken_PublishClientID" time="7.630"></testcase>
		<testcase classname="ably" name="TestAuth_ClientID" time="8.100"></testcase>
		<testcase classname="ably" name="TestAuth_ClientID/Auth_ClientID" time="1.170"></testcase>
		<testcase classname="ably" name="TestAuth_CreateTokenRequest" time="7.000"></testcase>
		<testcase classname="ably" name="TestAuth_CreateTokenRequest/RSA9h" time="0.090"></testcase>
		<testcase classname="ably" name="TestAuth_CreateTokenRequest/RSA9h/parameters_are_optional" time="0.090"></testcase>
		<testcase classname="ably" name="TestAuth_CreateTokenRequest/RSA9h/authOptions_must_not_be_merged" time="0.000"></testcase>
		<testcase classname="ably" name="TestAuth_CreateTokenRequest/RSA9c_must_generate_a_unique_16+_character_nonce" time="0.000"></testcase>
		<testcase classname="ably" name="TestAuth_CreateTokenRequest/RSA9g_generate_a_signed_request" time="0.000"></testcase>
		<testcase classname="ably" name="TestAuth_RealtimeAccessToken" time="6.850"></testcase>
		<testcase classname="ably" name="TestAuth_IgnoreTimestamp_QueryTime" time="26.700"></testcase>
		<testcase classname="ably" name="TestAuth_RSA7c" time="6.750"></testcase>
		<testcase classname="ably" name="TestEventEmitterConcurrency" time="0.030"></testcase>
		<testcase classname="ably" name="Test_RTE3_EventEmitter_On" time="0.090"></testcase>
		<testcase classname="ably" name="Test_RTE3_EventEmitter_On/event:_qux,_data:_42" time="0.030"></testcase>
		<testcase classname="ably" name="Test_RTE3_EventEmitter_On/event:_foo,_data:_42" time="0.030"></testcase>
		<testcase classname="ably" name="Test_RTE3_EventEmitter_On/event:_bar,_data:_42" time="0.030"></testcase>
		<testcase classname="ably" name="Test_RTE4_EventEmitter_Once" time="0.280"></testcase>
		<testcase classname="ably" name="Test_RTE4_EventEmitter_Once/event:_qux,_data:_42" time="0.090"></testcase>
		<testcase classname="ably" name="Test_RTE4_EventEmitter_Once/event:_foo,_data:_42" time="0.090"></testcase>
		<testcase classname="ably" name="Test_RTE4_EventEmitter_Once/event:_bar,_data:_42" time="0.090"></testcase>
		<testcase classname="ably" name="Test_RTE5_EventEmitter_Off" time="0.120"></testcase>
		<testcase classname="ably" name="Test_RTE5_EventEmitter_Off/specific_listener" time="0.040"></testcase>
		<testcase classname="ably" name="Test_RTE5_EventEmitter_Off/specific_event" time="0.050"></testcase>
		<testcase classname="ably" name="Test_RTE5_EventEmitter_Off/all" time="0.030"></testcase>
		<testcase classname="ably" name="Test_RTE6_EventEmitter_EmitPanic" time="0.020"></testcase>
		<testcase classname="ably" name="Test_RTE6a_EventEmitter_EmitToFixedListenersCollection" time="0.100"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedFallback" time="6.790"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedFallback/request_time" time="0.010"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedResponse" time="7.000"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedResponse/request_time" time="0.030"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedResponse/request_404" time="0.150"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedResponse/request_post_get_messages" time="0.170"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedResponse/request_post_get_messages/post" time="0.080"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedResponse/request_post_get_messages/get" time="0.070"></testcase>
		<testcase classname="ably" name="TestMessage_CryptoDataFixtures_RSL6a1_RSL5b_RSL5c" time="0.010"></testcase>
		<testcase classname="ably" name="TestMessage_CryptoDataFixtures_RSL6a1_RSL5b_RSL5c/with_a_128_keylength" time="0.000"></testcase>
		<testcase classname="ably" name="TestMessage_CryptoDataFixtures_RSL6a1_RSL5b_RSL5c/with_a_128_keylength/fixture_encode" time="0.000"></testcase>
		<testcase classname="ably" name="TestMessage_CryptoDataFixtures_RSL6a1_RSL5b_RSL5c/with_a_256_keylength" time="0.010"></testcase>
		<testcase classname="ably" name="TestMessage_CryptoDataFixtures_RSL6a1_RSL5b_RSL5c/with_a_256_keylength/fixture_encode" time="0.000"></testcase>
		<testcase classname="ably" name="TestMessage_CryptoDataFixtures_RSL6a1_RSL5b_RSL5c_TM3" time="0.010"></testcase>
		<testcase classname="ably" name="TestMessage_CryptoDataFixtures_RSL6a1_RSL5b_RSL5c_TM3/with_a_128_keylength" time="0.000"></testcase>
		<testcase classname="ably" name="TestMessage_CryptoDataFixtures_RSL6a1_RSL5b_RSL5c_TM3/with_a_128_keylength/fixture_encode" time="0.000"></testcase>
		<testcase classname="ably" name="TestMessage_CryptoDataFixtures_RSL6a1_RSL5b_RSL5c_TM3/with_a_256_keylength" time="0.010"></testcase>
		<testcase classname="ably" name="TestMessage_CryptoDataFixtures_RSL6a1_RSL5b_RSL5c_TM3/with_a_256_keylength/fixture_encode" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_Publish" time="6.400"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_PublishAsync" time="6.460"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_Subscribe" time="21.790"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_SubscriptionFilters" time="6.960"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_AttachWhileDisconnected" time="7.750"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_ShouldSetAblySandboxDefaultReadLimit" time="6.720"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_ShouldSetProvidedReadLimit" time="6.630"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_ShouldReturnErrorIfReadLimitExceeded" time="6.730"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2_ChannelEventForStateChange" time="26.830"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2_ChannelEventForStateChange/on_ATTACHING" time="7.060"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2_ChannelEventForStateChange/on_ATTACHED" time="6.710"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2_ChannelEventForStateChange/on_DETACHING" time="6.610"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2_ChannelEventForStateChange/on_DETACHED" time="6.450"></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="130.750"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4a:_If_already_attached,_nothing_is_done" time="0.020"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4b:_If_connection_state_is_INITIALIZED,_CLOSING,_CLOSED_returns_error" time="6.500"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4b:_If_connection_state_is_FAILED,_returns_error" time="6.480"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4b:_If_connection_state_is_SUSPENDED,_returns_error" time="7.060"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4c_RTL4d:_If_connected,_should_get_attached_successfully" time="6.710"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4d_:_should_return_error_on_FAILED_while_attaching_channel" time="6.800"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4d_:_should_return_error_on_DETACHED_while_attaching_channel" time="6.760"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4d_:_should_return_error_on_SUSPENDED_while_attaching_channel" time="0.000">
			<skipped message="    realtime_channel_spec_integration_test.go:527: Channel SUSPENDED not implemented yet"></skipped>
		</testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4e:_Transition_to_failed_if_no_attach_permission" time="6.860"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4f:_Channel_attach_timeout_if_not_received_within_realtime_request_timeout" time="0.010"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4g:_If_channel_in_FAILED_state,_set_err_to_null_and_proceed_with_attach" time="6.630"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4h:_If_channel_is_ATTACHING,_listen_to_the_attach_event_and_don&#39;t_send_attach_event" time="6.470"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4h:_If_channel_is_DETACHING,_do_attach_after_completion_of_request" time="6.800"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4i_:_If_connection_state_is_CONNECTING,_do_ATTACH_after_CONNECTED" time="6.830"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4i_:_If_connection_state_is_DISCONNECTED,_do_ATTACH_after_CONNECTED" time="6.800"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4j_RTL13a:_If_channel_attach_is_not_a_clean_attach,_should_set_ATTACH_RESUME_in_the_ATTACH_message" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4j1:_AttachResume_should_be_True_when_Attached_(Clean_ATTACH)" time="6.800"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4j2:_Rewind_flag_should_allow_to_receive_historic_messages" time="13.990"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4k:_If_params_given_channel_options,_should_be_sent_in_ATTACH_message" time="6.990"></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.640"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4l:_If_modes_provided_in_channelOptions,_should_be_encoded_as_bitfield_and_set_as_flags_field_of_ATTACH_message" time="7.280"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4m:_If_modes_provides_while_attach,_should_receive_modes_in_attached_message" time="7.310"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach" time="55.720"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5a:_If_channel_is_INITIALIZED_or_DETACHED,_do_nothing" time="7.370"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5b:_If_channel_state_is_FAILED,_return_error" time="7.150"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5d_RTL5e:_If_connected,_should_do_successful_detach_with_server" time="7.330"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5e:_return_error_if_channel_detach_fails" time="6.800"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5f:_return_error_on_request_timeout" time="0.010"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5g:_If_connection_state_CLOSING_or_FAILED,_should_return_error" time="6.860"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5h_:_If_Connection_state_CONNECTING,_queue_the_DETACH_message_and_send_on_CONNECTED" time="6.920"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5h,_RTN19b:_If_Connection_state_DISCONNECTED,_queue_the_DETACH_message_and_send_on_CONNECTED" time="6.690"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5i:_If_channel_in_DETACHING_or_ATTACHING_state,_do_detach_after_completion_of_operation" time="6.570"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5j:_if_channel_state_is_SUSPENDED,_immediately_transition_to_DETACHED_state" time="0.000">
			<skipped message="    realtime_channel_spec_integration_test.go:1898: Channel SUSPENDED not implemented yet"></skipped>
		</testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5k:_When_receive_ATTACH_in_detaching_state,_send_new_DETACH_message" time="0.020"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c1_PublishNow" time="34.400"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c1_PublishNow/when_INITIALIZED" time="6.930"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c1_PublishNow/when_ATTACHING" time="6.790"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c1_PublishNow/when_ATTACHED" time="6.780"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c1_PublishNow/when_DETACHING" time="6.930"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c1_PublishNow/when_DETACHED" time="6.980"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue" time="73.260"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_INITIALIZED,_channel_is_INITIALIZED" time="6.630"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_CONNECTING,_channel_is_INITIALIZED" time="6.430"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_CONNECTING,_channel_is_ATTACHING" time="6.630"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_DISCONNECTED,_channel_is_INITIALIZED" time="6.630"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_DISCONNECTED,_channel_is_ATTACHING" time="6.770"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_DISCONNECTED,_channel_is_ATTACHED" time="6.650"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_DISCONNECTED,_channel_is_DETACHING" time="6.800"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_DISCONNECTED,_channel_is_DETACHED" time="6.850"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_CONNECTING,_channel_is_ATTACHED" time="6.720"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_CONNECTING,_channel_is_DETACHING" time="6.640"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_CONNECTING,_channel_is_DETACHED" time="6.500"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c4_PublishFail" time="6.850"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c4_PublishFail/when_connection_is_SUSPENDED,_channel_is_INITIALIZED" time="6.850"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c5_NoImplicitAttach" time="6.900"></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="8.350"></testcase>
		<testcase classname="ably" name="TestRealtime_DontCrashOnCloseWhenEchoOff" time="6.820"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_AutoConnect_And_Close" time="6.380"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_No_AutoConnect" time="6.570"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_AlreadyConnected" time="6.890"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_AuthError" time="0.220"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_ReceiveTimeout" time="6.890"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_BreakConnLoopOnInactiveState" time="13.590"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_BreakConnLoopOnInactiveState/error" time="6.810"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_BreakConnLoopOnInactiveState/closed" time="6.780"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_SendErrorReconnects" time="6.760"></testcase>
		<testcase classname="ably" name="Test_RTN2_WebsocketQueryParams" time="0.000"></testcase>
		<testcase classname="ably" name="Test_RTN2_WebsocketQueryParams/RTN2a:_format_should_be_msgPack_or_json" time="0.000"></testcase>
		<testcase classname="ably" name="Test_RTN2_WebsocketQueryParams/RTN2b:_echo_should_be_true_by_default" time="0.000"></testcase>
		<testcase classname="ably" name="Test_RTN2_WebsocketQueryParams/RTN2d:_clientId_contains_provided_clientId" time="0.000"></testcase>
		<testcase classname="ably" name="Test_RTN2_WebsocketQueryParams/RTN2e:_depending_on_the_auth_scheme,_accessToken_contains_token_string_or_key_contains_api_key" time="0.000"></testcase>
		<testcase classname="ably" name="Test_RTN2_WebsocketQueryParams/RTN2f:_api_version_v_should_be_the_API_version" time="0.000"></testcase>
		<testcase classname="ably" name="Test_RTN3_ConnectionAutoConnect" time="6.740"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange" time="34.220"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange/on_CONNECTING" time="6.560"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange/on_CONNECTED" time="6.660"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange/on_DISCONNECTED" time="7.490"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange/on_SUSPENDED" time="0.000">
			<skipped message="    realtime_conn_spec_integration_test.go:183: SUSPENDED not yet implemented"></skipped>
		</testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange/on_CLOSING" time="6.600"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange/on_CLOSED" time="6.860"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange/on_FAILED" time="0.050"></testcase>
		<testcase classname="ably" name="Test_RTN6_Connected_When_CONNECTED_Msg_Received" time="0.010"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN12_Connection_Close" time="22.550"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN12_Connection_Close/RTN12a:_transition_to_closed_on_connection_close" time="6.690"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN12_Connection_Close/RTN12b:_transition_to_closed_on_close_request_timeout" time="0.010"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN12_Connection_Close/RTN12c:_transition_to_closed_on_transport_error" time="6.750"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN12_Connection_Close/RTN12d_:_should_abort_reconnection_timer_while_disconnected_on_closed" time="1.000"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN12_Connection_Close/RTN12d:_should_abort_reconnection_timer_while_suspended_on_closed" time="1.400"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN12_Connection_Close/RTN12f:_transition_to_closed_when_close_is_called_intermittently" time="6.690"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15a_ReconnectOnEOF" time="6.640"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15b" time="7.530"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15c6" time="7.120"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15c7_attached" time="6.740"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15c4" time="6.630"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15d_MessageRecovery" time="7.040"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15e_ConnKeyUpdatedOnReconnect" time="7.090"></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="0.000">
			<failure message="Failed" type="">/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/sys_linux_amd64.s:559 +0x21 fp=0x7fff362e15c0 sp=0x7fff362e15b8 pc=0x4a8c01&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/os_linux.go:69 +0x36 fp=0x7fff362e1610 sp=0x7fff362e15c0 pc=0x46bb16&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/lock_futex.go:160 +0x87 fp=0x7fff362e1648 sp=0x7fff362e1610 pc=0x443807&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:1458&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:2248 +0x8c fp=0x7fff362e1678 sp=0x7fff362e1648 pc=0x47660c&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:2875 +0x9e8 fp=0x7fff362e1768 sp=0x7fff362e1678 pc=0x477ca8&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:3215 +0xbe fp=0x7fff362e17a0 sp=0x7fff362e1768 pc=0x478ade&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:3541 +0x29c fp=0x7fff362e17e0 sp=0x7fff362e17a0 pc=0x479adc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:448 +0x43 fp=0x7fff362e17f0 sp=0x7fff362e17e0 pc=0x4a43e3&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000115750 sp=0xc000115730 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:583 +0x42c fp=0xc0001157e0 sp=0xc000115750 pc=0x43de6c&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:442 +0x18 fp=0xc000115808 sp=0xc0001157e0 pc=0x43d9d8&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/testing/testing.go:1494 +0x789 fp=0xc000115920 sp=0xc000115808 pc=0x5b6729&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/testing/testing.go:1846 +0x9a fp=0xc000115978 sp=0xc000115920 pc=0x5b9d1a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/testing/testing.go:1446 +0x217 fp=0xc000115a80 sp=0xc000115978 pc=0x5b4ff7&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/testing/testing.go:1844 +0x7ed fp=0xc000115bd0 sp=0xc000115a80 pc=0x5b9b6d&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/testing/testing.go:1726 +0xa85 fp=0xc000115ed8 sp=0xc000115bd0 pc=0x5b76e5&#xA;_testmain.go:281 +0x2ea fp=0xc000115f80 sp=0xc000115ed8 pc=0xc5990a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:250 +0x212 fp=0xc000115fe0 sp=0xc000115f80 pc=0x4723f2&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000115fe8 sp=0xc000115fe0 pc=0x4a6621&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000050fb0 sp=0xc000050f90 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:369&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:302 +0xad fp=0xc000050fe0 sp=0xc000050fb0 pc=0x47264d&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000050fe8 sp=0xc000050fe0 pc=0x4a6621&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:290 +0x25&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000051790 sp=0xc000051770 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:369&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/mgcsweep.go:297 +0xd7 fp=0xc0000517c8 sp=0xc000051790 pc=0x45cd17&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/mgc.go:178 +0x26 fp=0xc0000517e0 sp=0xc0000517c8 pc=0x451986&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0000517e8 sp=0xc0000517e0 pc=0x4a6621&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/mgc.go:178 +0x6b&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000051f70 sp=0xc000051f50 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:369&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/mgcscavenge.go:389 +0x53 fp=0xc000051fa0 sp=0xc000051f70 pc=0x45ad93&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/mgcscavenge.go:622 +0x65 fp=0xc000051fc8 sp=0xc000051fa0 pc=0x45b365&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/mgc.go:179 +0x26 fp=0xc000051fe0 sp=0xc000051fc8 pc=0x451926&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000051fe8 sp=0xc000051fe0 pc=0x4a6621&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/mgc.go:179 +0xaa&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000050628 sp=0xc000050608 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:369&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/mfinal.go:180 +0x145 fp=0xc0000507e0 sp=0xc000050628 pc=0x450aa5&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0000507e8 sp=0xc0000507e0 pc=0x4a6621&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/mfinal.go:157 +0x45&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc00061f9e0 sp=0xc00061f9c0 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:369&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/sema.go:150 +0x1fe fp=0xc00061fa48 sp=0xc00061f9e0 pc=0x4853fe&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/sema.go:77 +0x25 fp=0xc00061fa78 sp=0xc00061fa48 pc=0x4a2485&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/sync/mutex.go:171 +0x225 fp=0xc00061fac8 sp=0xc00061fa78 pc=0x4b5585&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/sync/mutex.go:90 +0x65 fp=0xc00061fae8 sp=0xc00061fac8 pc=0x4b5285&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:165 +0x4a fp=0xc00061fbd0 sp=0xc00061fae8 pc=0xb25c8a&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_client.go:88 +0x4c fp=0xc00061fc28 sp=0xc00061fbd0 pc=0xb32c4c&#xA;&lt;autogenerated&gt;:1 +0x45 fp=0xc00061fc58 sp=0xc00061fc28 pc=0xb69b45&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:864 +0x159e fp=0xc00061ffc0 sp=0xc00061fc58 pc=0xb3d67e&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc00061ffe0 sp=0xc00061ffc0 pc=0xb3839a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00061ffe8 sp=0xc00061ffe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000053750 sp=0xc000053730 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/mgc.go:1235 +0xf1 fp=0xc0000537e0 sp=0xc000053750 pc=0x453ad1&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0000537e8 sp=0xc0000537e0 pc=0x4a6621&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/mgc.go:1159 +0x25&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc00004c750 sp=0xc00004c730 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/mgc.go:1235 +0xf1 fp=0xc00004c7e0 sp=0xc00004c750 pc=0x453ad1&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00004c7e8 sp=0xc00004c7e0 pc=0x4a6621&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/mgc.go:1159 +0x25&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000052750 sp=0xc000052730 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/mgc.go:1235 +0xf1 fp=0xc0000527e0 sp=0xc000052750 pc=0x453ad1&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0000527e8 sp=0xc0000527e0 pc=0x4a6621&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/mgc.go:1159 +0x25&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000053f50 sp=0xc000053f30 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/mgc.go:1235 +0xf1 fp=0xc000053fe0 sp=0xc000053f50 pc=0x453ad1&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000053fe8 sp=0xc000053fe0 pc=0x4a6621&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/mgc.go:1159 +0x25&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000575c40 sp=0xc000575c20 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000575da0 sp=0xc000575c40 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:191 +0x39a fp=0xc000575fe0 sp=0xc000575da0 pc=0xb6cefa&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000575fe8 sp=0xc000575fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:178 +0x25b&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc00005fed0 sp=0xc00005feb0 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:583 +0x42c fp=0xc00005ff60 sp=0xc00005fed0 pc=0x43de6c&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:447 +0x18 fp=0xc00005ff88 sp=0xc00005ff60 pc=0x43da18&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x7b fp=0xc00005ffe0 sp=0xc00005ff88 pc=0xaa427b&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00005ffe8 sp=0xc00005ffe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000861838 sp=0xc000861818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000861998 sp=0xc000861838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000861ac8 sp=0xc000861998 pc=0xb821f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000861b40 sp=0xc000861ac8 pc=0xc54350&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc000861be0 sp=0xc000861b40 pc=0xb3f4ca&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000861c58 sp=0xc000861be0 pc=0xb69e30&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc000861fc0 sp=0xc000861c58 pc=0xb3c31d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc000861fe0 sp=0xc000861fc0 pc=0xb3839a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000861fe8 sp=0xc000861fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000364838 sp=0xc000364818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000364998 sp=0xc000364838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000364ac8 sp=0xc000364998 pc=0xb821f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000364b40 sp=0xc000364ac8 pc=0xc54350&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc000364be0 sp=0xc000364b40 pc=0xb3f4ca&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000364c58 sp=0xc000364be0 pc=0xb69e30&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc000364fc0 sp=0xc000364c58 pc=0xb3c31d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc000364fe0 sp=0xc000364fc0 pc=0xb3839a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000364fe8 sp=0xc000364fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0008b2838 sp=0xc0008b2818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc0008b2998 sp=0xc0008b2838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0008b2ac8 sp=0xc0008b2998 pc=0xb821f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0008b2b40 sp=0xc0008b2ac8 pc=0xc54350&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc0008b2be0 sp=0xc0008b2b40 pc=0xb3f4ca&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0008b2c58 sp=0xc0008b2be0 pc=0xb69e30&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc0008b2fc0 sp=0xc0008b2c58 pc=0xb3c31d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc0008b2fe0 sp=0xc0008b2fc0 pc=0xb3839a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0008b2fe8 sp=0xc0008b2fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000bd2838 sp=0xc000bd2818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000bd2998 sp=0xc000bd2838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000bd2ac8 sp=0xc000bd2998 pc=0xb821f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000bd2b40 sp=0xc000bd2ac8 pc=0xc54350&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc000bd2be0 sp=0xc000bd2b40 pc=0xb3f4ca&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000bd2c58 sp=0xc000bd2be0 pc=0xb69e30&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc000bd2fc0 sp=0xc000bd2c58 pc=0xb3c31d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc000bd2fe0 sp=0xc000bd2fc0 pc=0xb3839a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000bd2fe8 sp=0xc000bd2fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000369c58 sp=0xc000369c38 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000369db8 sp=0xc000369c58 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:310 +0x47d fp=0xc000369f28 sp=0xc000369db8 pc=0xb275bd&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:395 +0x6a fp=0xc000369fa0 sp=0xc000369f28 pc=0xc51baa&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:532 +0x3a fp=0xc000369fe0 sp=0xc000369fa0 pc=0xc5381a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000369fe8 sp=0xc000369fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:531 +0xe5&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000574ed0 sp=0xc000574eb0 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:583 +0x42c fp=0xc000574f60 sp=0xc000574ed0 pc=0x43de6c&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:447 +0x18 fp=0xc000574f88 sp=0xc000574f60 pc=0x43da18&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x7b fp=0xc000574fe0 sp=0xc000574f88 pc=0xaa427b&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000574fe8 sp=0xc000574fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0000d6ef8 sp=0xc0000d6ed8 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/netpoll.go:526 +0xf7 fp=0xc0000d6f30 sp=0xc0000d6ef8 pc=0x46aef7&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/netpoll.go:305 +0x89 fp=0xc0000d6f50 sp=0xc0000d6f30 pc=0x4a0649&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/internal/poll/fd_poll_runtime.go:84 +0xbd fp=0xc0000d6f98 sp=0xc0000d6f50 pc=0x4f561d&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/internal/poll/fd_poll_runtime.go:89&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/internal/poll/fd_unix.go:167 +0x415 fp=0xc0000d7088 sp=0xc0000d6f98 pc=0x4f71b5&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/fd_posix.go:55 +0x51 fp=0xc0000d70e8 sp=0xc0000d7088 pc=0x7cf1d1&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/net.go:183 +0xb1 fp=0xc0000d7168 sp=0xc0000d70e8 pc=0x7e6091&#xA;&lt;autogenerated&gt;:1 +0x65 fp=0xc0000d71b0 sp=0xc0000d7168 pc=0x807a25&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/server.go:786 +0x23b fp=0xc0000d7230 sp=0xc0000d71b0 pc=0x95055b&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/bufio/bufio.go:106 +0x2ab fp=0xc0000d72c0 sp=0xc0000d7230 pc=0x5be7eb&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/bufio/bufio.go:372 +0x89 fp=0xc0000d7388 sp=0xc0000d72c0 pc=0x5c0849&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/bufio/bufio.go:401 +0x36 fp=0xc0000d73e8 sp=0xc0000d7388 pc=0x5c0e56&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/textproto/reader.go:58 +0xe5 fp=0xc0000d74f8 sp=0xc0000d73e8 pc=0x8b6365&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/textproto/reader.go:39&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/request.go:1030 +0x8e fp=0xc0000d7720 sp=0xc0000d74f8 pc=0x94760e&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/server.go:994 +0x5aa fp=0xc0000d7a48 sp=0xc0000d7720 pc=0x9526ca&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/server.go:1916 +0x5d4 fp=0xc0000d7fa0 sp=0xc0000d7a48 pc=0x959b34&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/server.go:3102 +0x59 fp=0xc0000d7fe0 sp=0xc0000d7fa0 pc=0x961a79&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0000d7fe8 sp=0xc0000d7fe0 pc=0x4a6621&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/server.go:3102 +0x838&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc00013d2d0 sp=0xc00013d2b0 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/netpoll.go:526 +0xf7 fp=0xc00013d308 sp=0xc00013d2d0 pc=0x46aef7&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/netpoll.go:305 +0x89 fp=0xc00013d328 sp=0xc00013d308 pc=0x4a0649&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/internal/poll/fd_poll_runtime.go:84 +0xbd fp=0xc00013d370 sp=0xc00013d328 pc=0x4f561d&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/internal/poll/fd_poll_runtime.go:89&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/internal/poll/fd_unix.go:167 +0x415 fp=0xc00013d460 sp=0xc00013d370 pc=0x4f71b5&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/fd_posix.go:55 +0x51 fp=0xc00013d4c0 sp=0xc00013d460 pc=0x7cf1d1&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/net.go:183 +0xb1 fp=0xc00013d540 sp=0xc00013d4c0 pc=0x7e6091&#xA;&lt;autogenerated&gt;:1 +0x65 fp=0xc00013d588 sp=0xc00013d540 pc=0x807a25&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/server.go:786 +0x23b fp=0xc00013d608 sp=0xc00013d588 pc=0x95055b&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/bufio/bufio.go:106 +0x2ab fp=0xc00013d698 sp=0xc00013d608 pc=0x5be7eb&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/bufio/bufio.go:144 +0xd2 fp=0xc00013d720 sp=0xc00013d698 pc=0x5beab2&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/server.go:991 +0x4bb fp=0xc00013da48 sp=0xc00013d720 pc=0x9525db&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/server.go:1916 +0x5d4 fp=0xc00013dfa0 sp=0xc00013da48 pc=0x959b34&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/server.go:3102 +0x59 fp=0xc00013dfe0 sp=0xc00013dfa0 pc=0x961a79&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00013dfe8 sp=0xc00013dfe0 pc=0x4a6621&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/server.go:3102 +0x838&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0000df4a8 sp=0xc0000df488 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:583 +0x42c fp=0xc0000df538 sp=0xc0000df4a8 pc=0x43de6c&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:442 +0x18 fp=0xc0000df560 sp=0xc0000df538 pc=0x43d9d8&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x74 fp=0xc0000df5f0 sp=0xc0000df560 pc=0xc4ae14&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:137 +0x542 fp=0xc0000df738 sp=0xc0000df5f0 pc=0xb34502&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x50f fp=0xc0000df8c8 sp=0xc0000df738 pc=0xb37e2f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:304 +0x11f fp=0xc0000dfb78 sp=0xc0000df8c8 pc=0xb369df&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:236 +0x2e6 fp=0xc0000dfc58 sp=0xc0000dfb78 pc=0xb35746&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:767 +0x223a fp=0xc0000dffc0 sp=0xc0000dfc58 pc=0xb3e31a&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc0000dffe0 sp=0xc0000dffc0 pc=0xb3839a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0000dffe8 sp=0xc0000dffe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0000a96e0 sp=0xc0000a96c0 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/netpoll.go:526 +0xf7 fp=0xc0000a9718 sp=0xc0000a96e0 pc=0x46aef7&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/netpoll.go:305 +0x89 fp=0xc0000a9738 sp=0xc0000a9718 pc=0x4a0649&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/internal/poll/fd_poll_runtime.go:84 +0xbd fp=0xc0000a9780 sp=0xc0000a9738 pc=0x4f561d&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/internal/poll/fd_poll_runtime.go:89&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/internal/poll/fd_unix.go:167 +0x415 fp=0xc0000a9870 sp=0xc0000a9780 pc=0x4f71b5&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/fd_posix.go:55 +0x51 fp=0xc0000a98d0 sp=0xc0000a9870 pc=0x7cf1d1&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/net.go:183 +0xb1 fp=0xc0000a9950 sp=0xc0000a98d0 pc=0x7e6091&#xA;&lt;autogenerated&gt;:1 +0x65 fp=0xc0000a9998 sp=0xc0000a9950 pc=0x807a25&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/transport.go:1929 +0x105 fp=0xc0000a9a18 sp=0xc0000a9998 pc=0x984345&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/bufio/bufio.go:106 +0x2ab fp=0xc0000a9aa8 sp=0xc0000a9a18 pc=0x5be7eb&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/bufio/bufio.go:144 +0xd2 fp=0xc0000a9b30 sp=0xc0000a9aa8 pc=0x5beab2&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/transport.go:2093 +0x2c8 fp=0xc0000a9fc0 sp=0xc0000a9b30 pc=0x985688&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/transport.go:1751 +0x3a fp=0xc0000a9fe0 sp=0xc0000a9fc0 pc=0x982fba&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0000a9fe8 sp=0xc0000a9fe0 pc=0x4a6621&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/transport.go:1751 +0x2586&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000643ed0 sp=0xc000643eb0 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:583 +0x42c fp=0xc000643f60 sp=0xc000643ed0 pc=0x43de6c&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:447 +0x18 fp=0xc000643f88 sp=0xc000643f60 pc=0x43da18&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x7b fp=0xc000643fe0 sp=0xc000643f88 pc=0xaa427b&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000643fe8 sp=0xc000643fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0000a8cd0 sp=0xc0000a8cb0 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc0000a8e30 sp=0xc0000a8cd0 pc=0x48407c&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/transport.go:2392 +0x1a9 fp=0xc0000a8fc0 sp=0xc0000a8e30 pc=0x988469&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/transport.go:1752 +0x3a fp=0xc0000a8fe0 sp=0xc0000a8fc0 pc=0x982f3a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0000a8fe8 sp=0xc0000a8fe0 pc=0x4a6621&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/transport.go:1752 +0x261a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0005566e0 sp=0xc0005566c0 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/netpoll.go:526 +0xf7 fp=0xc000556718 sp=0xc0005566e0 pc=0x46aef7&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/netpoll.go:305 +0x89 fp=0xc000556738 sp=0xc000556718 pc=0x4a0649&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/internal/poll/fd_poll_runtime.go:84 +0xbd fp=0xc000556780 sp=0xc000556738 pc=0x4f561d&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/internal/poll/fd_poll_runtime.go:89&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/internal/poll/fd_unix.go:167 +0x415 fp=0xc000556870 sp=0xc000556780 pc=0x4f71b5&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/fd_posix.go:55 +0x51 fp=0xc0005568d0 sp=0xc000556870 pc=0x7cf1d1&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/net.go:183 +0xb1 fp=0xc000556950 sp=0xc0005568d0 pc=0x7e6091&#xA;&lt;autogenerated&gt;:1 +0x65 fp=0xc000556998 sp=0xc000556950 pc=0x807a25&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/transport.go:1929 +0x105 fp=0xc000556a18 sp=0xc000556998 pc=0x984345&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/bufio/bufio.go:106 +0x2ab fp=0xc000556aa8 sp=0xc000556a18 pc=0x5be7eb&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/bufio/bufio.go:144 +0xd2 fp=0xc000556b30 sp=0xc000556aa8 pc=0x5beab2&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/transport.go:2093 +0x2c8 fp=0xc000556fc0 sp=0xc000556b30 pc=0x985688&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/transport.go:1751 +0x3a fp=0xc000556fe0 sp=0xc000556fc0 pc=0x982fba&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000556fe8 sp=0xc000556fe0 pc=0x4a6621&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/transport.go:1751 +0x2586&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000915838 sp=0xc000915818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000915998 sp=0xc000915838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000915ac8 sp=0xc000915998 pc=0xb821f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000915b40 sp=0xc000915ac8 pc=0xc54350&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc000915be0 sp=0xc000915b40 pc=0xb3f4ca&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000915c58 sp=0xc000915be0 pc=0xb69e30&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc000915fc0 sp=0xc000915c58 pc=0xb3c31d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc000915fe0 sp=0xc000915fc0 pc=0xb3839a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000915fe8 sp=0xc000915fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc00096bcd8 sp=0xc00096bcb8 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc00096be38 sp=0xc00096bcd8 pc=0x48407c&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc00096bfc0 sp=0xc00096be38 pc=0xacc0fd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc00096bfe0 sp=0xc00096bfc0 pc=0xacb95a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00096bfe8 sp=0xc00096bfe0 pc=0x4a6621&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc93&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0006f3ed0 sp=0xc0006f3eb0 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:583 +0x42c fp=0xc0006f3f60 sp=0xc0006f3ed0 pc=0x43de6c&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:447 +0x18 fp=0xc0006f3f88 sp=0xc0006f3f60 pc=0x43da18&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x7b fp=0xc0006f3fe0 sp=0xc0006f3f88 pc=0xaa427b&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0006f3fe8 sp=0xc0006f3fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0000a7838 sp=0xc0000a7818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc0000a7998 sp=0xc0000a7838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0000a7ac8 sp=0xc0000a7998 pc=0xb821f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0000a7b40 sp=0xc0000a7ac8 pc=0xc54350&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc0000a7be0 sp=0xc0000a7b40 pc=0xb3f4ca&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0000a7c58 sp=0xc0000a7be0 pc=0xb69e30&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc0000a7fc0 sp=0xc0000a7c58 pc=0xb3c31d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc0000a7fe0 sp=0xc0000a7fc0 pc=0xb3839a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0000a7fe8 sp=0xc0000a7fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0002edcb0 sp=0xc0002edc90 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:259 +0x44c fp=0xc0002edd40 sp=0xc0002edcb0 pc=0x43cfcc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:145 +0x1d fp=0xc0002edd70 sp=0xc0002edd40 pc=0x43cb5d&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0xa5 fp=0xc0002eddd8 sp=0xc0002edd70 pc=0xb78e05&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:555 +0x167 fp=0xc0002edeb8 sp=0xc0002eddd8 pc=0xb3a107&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc9 fp=0xc0002edf48 sp=0xc0002edeb8 pc=0xb19869&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xee fp=0xc0002edfe0 sp=0xc0002edf48 pc=0xb1968e&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0002edfe8 sp=0xc0002edfe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x27d&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000407838 sp=0xc000407818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000407998 sp=0xc000407838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000407ac8 sp=0xc000407998 pc=0xb821f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000407b40 sp=0xc000407ac8 pc=0xc54350&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc000407be0 sp=0xc000407b40 pc=0xb3f4ca&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000407c58 sp=0xc000407be0 pc=0xb69e30&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc000407fc0 sp=0xc000407c58 pc=0xb3c31d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc000407fe0 sp=0xc000407fc0 pc=0xb3839a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000407fe8 sp=0xc000407fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000910bf0 sp=0xc000910bd0 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000910d50 sp=0xc000910bf0 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:291 +0x1c9 fp=0xc000910f10 sp=0xc000910d50 pc=0xb552e9&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:270 +0x42 fp=0xc000910f40 sp=0xc000910f10 pc=0xb54ba2&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:303 +0x86 fp=0xc000910fe0 sp=0xc000910f40 pc=0xb27786&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000910fe8 sp=0xc000910fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:302 +0x3ea&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0000b74a8 sp=0xc0000b7488 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:583 +0x42c fp=0xc0000b7538 sp=0xc0000b74a8 pc=0x43de6c&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:442 +0x18 fp=0xc0000b7560 sp=0xc0000b7538 pc=0x43d9d8&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x74 fp=0xc0000b75f0 sp=0xc0000b7560 pc=0xc4ae14&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:137 +0x542 fp=0xc0000b7738 sp=0xc0000b75f0 pc=0xb34502&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x50f fp=0xc0000b78c8 sp=0xc0000b7738 pc=0xb37e2f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:304 +0x11f fp=0xc0000b7b78 sp=0xc0000b78c8 pc=0xb369df&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:236 +0x2e6 fp=0xc0000b7c58 sp=0xc0000b7b78 pc=0xb35746&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:767 +0x223a fp=0xc0000b7fc0 sp=0xc0000b7c58 pc=0xb3e31a&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc0000b7fe0 sp=0xc0000b7fc0 pc=0xb3839a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0000b7fe8 sp=0xc0000b7fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0006e3838 sp=0xc0006e3818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc0006e3998 sp=0xc0006e3838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0006e3ac8 sp=0xc0006e3998 pc=0xb821f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0006e3b40 sp=0xc0006e3ac8 pc=0xc54350&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc0006e3be0 sp=0xc0006e3b40 pc=0xb3f4ca&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0006e3c58 sp=0xc0006e3be0 pc=0xb69e30&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc0006e3fc0 sp=0xc0006e3c58 pc=0xb3c31d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc0006e3fe0 sp=0xc0006e3fc0 pc=0xb3839a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0006e3fe8 sp=0xc0006e3fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000992838 sp=0xc000992818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000992998 sp=0xc000992838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000992ac8 sp=0xc000992998 pc=0xb821f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000992b40 sp=0xc000992ac8 pc=0xc54350&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc000992be0 sp=0xc000992b40 pc=0xb3f4ca&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000992c58 sp=0xc000992be0 pc=0xb69e30&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc000992fc0 sp=0xc000992c58 pc=0xb3c31d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc000992fe0 sp=0xc000992fc0 pc=0xb3839a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000992fe8 sp=0xc000992fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000551cd0 sp=0xc000551cb0 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000551e30 sp=0xc000551cd0 pc=0x48407c&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/transport.go:2392 +0x1a9 fp=0xc000551fc0 sp=0xc000551e30 pc=0x988469&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/transport.go:1752 +0x3a fp=0xc000551fe0 sp=0xc000551fc0 pc=0x982f3a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000551fe8 sp=0xc000551fe0 pc=0x4a6621&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/transport.go:1752 +0x261a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0005314a8 sp=0xc000531488 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:583 +0x42c fp=0xc000531538 sp=0xc0005314a8 pc=0x43de6c&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:442 +0x18 fp=0xc000531560 sp=0xc000531538 pc=0x43d9d8&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x74 fp=0xc0005315f0 sp=0xc000531560 pc=0xc4ae14&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:137 +0x542 fp=0xc000531738 sp=0xc0005315f0 pc=0xb34502&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x50f fp=0xc0005318c8 sp=0xc000531738 pc=0xb37e2f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:304 +0x11f fp=0xc000531b78 sp=0xc0005318c8 pc=0xb369df&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:236 +0x2e6 fp=0xc000531c58 sp=0xc000531b78 pc=0xb35746&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:767 +0x223a fp=0xc000531fc0 sp=0xc000531c58 pc=0xb3e31a&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc000531fe0 sp=0xc000531fc0 pc=0xb3839a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000531fe8 sp=0xc000531fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000644cd8 sp=0xc000644cb8 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000644e38 sp=0xc000644cd8 pc=0x48407c&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc000644fc0 sp=0xc000644e38 pc=0xacc0fd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc000644fe0 sp=0xc000644fc0 pc=0xacb95a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000644fe8 sp=0xc000644fe0 pc=0x4a6621&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc93&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000552ad8 sp=0xc000552ab8 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:369&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/sema.go:150 +0x1fe fp=0xc000552b40 sp=0xc000552ad8 pc=0x4853fe&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/sema.go:77 +0x25 fp=0xc000552b70 sp=0xc000552b40 pc=0x4a2485&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/sync/mutex.go:171 +0x225 fp=0xc000552bc0 sp=0xc000552b70 pc=0x4b5585&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/sync/mutex.go:90 +0x65 fp=0xc000552be0 sp=0xc000552bc0 pc=0x4b5285&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:204 +0x8d fp=0xc000552d38 sp=0xc000552be0 pc=0xb262ed&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_client.go:37 +0x105 fp=0xc000552dd8 sp=0xc000552d38 pc=0xb32785&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:555 +0x167 fp=0xc000552eb8 sp=0xc000552dd8 pc=0xb3a107&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc9 fp=0xc000552f48 sp=0xc000552eb8 pc=0xb19869&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xee fp=0xc000552fe0 sp=0xc000552f48 pc=0xb1968e&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000552fe8 sp=0xc000552fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x27d&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000250838 sp=0xc000250818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000250998 sp=0xc000250838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000250ac8 sp=0xc000250998 pc=0xb821f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000250b40 sp=0xc000250ac8 pc=0xc54350&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc000250be0 sp=0xc000250b40 pc=0xb3f4ca&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000250c58 sp=0xc000250be0 pc=0xb69e30&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc000250fc0 sp=0xc000250c58 pc=0xb3c31d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc000250fe0 sp=0xc000250fc0 pc=0xb3839a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000250fe8 sp=0xc000250fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000580ed0 sp=0xc000580eb0 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:583 +0x42c fp=0xc000580f60 sp=0xc000580ed0 pc=0x43de6c&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:447 +0x18 fp=0xc000580f88 sp=0xc000580f60 pc=0x43da18&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x7b fp=0xc000580fe0 sp=0xc000580f88 pc=0xaa427b&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000580fe8 sp=0xc000580fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0005054a8 sp=0xc000505488 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:583 +0x42c fp=0xc000505538 sp=0xc0005054a8 pc=0x43de6c&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:442 +0x18 fp=0xc000505560 sp=0xc000505538 pc=0x43d9d8&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x74 fp=0xc0005055f0 sp=0xc000505560 pc=0xc4ae14&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:137 +0x542 fp=0xc000505738 sp=0xc0005055f0 pc=0xb34502&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x50f fp=0xc0005058c8 sp=0xc000505738 pc=0xb37e2f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:304 +0x11f fp=0xc000505b78 sp=0xc0005058c8 pc=0xb369df&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:236 +0x2e6 fp=0xc000505c58 sp=0xc000505b78 pc=0xb35746&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:767 +0x223a fp=0xc000505fc0 sp=0xc000505c58 pc=0xb3e31a&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc000505fe0 sp=0xc000505fc0 pc=0xb3839a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000505fe8 sp=0xc000505fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc00042ccd8 sp=0xc00042ccb8 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc00042ce38 sp=0xc00042ccd8 pc=0x48407c&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc00042cfc0 sp=0xc00042ce38 pc=0xacc0fd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc00042cfe0 sp=0xc00042cfc0 pc=0xacb95a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00042cfe8 sp=0xc00042cfe0 pc=0x4a6621&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc93&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000579c38 sp=0xc000579c18 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000579d98 sp=0xc000579c38 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:291 +0x1c9 fp=0xc000579f58 sp=0xc000579d98 pc=0xb552e9&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:270 +0x42 fp=0xc000579f88 sp=0xc000579f58 pc=0xb54ba2&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:838 +0x76 fp=0xc000579fe0 sp=0xc000579f88 pc=0xb2faf6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000579fe8 sp=0xc000579fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:834 +0xb36&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000484cb0 sp=0xc000484c90 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:259 +0x44c fp=0xc000484d40 sp=0xc000484cb0 pc=0x43cfcc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:145 +0x1d fp=0xc000484d70 sp=0xc000484d40 pc=0x43cb5d&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0xa5 fp=0xc000484dd8 sp=0xc000484d70 pc=0xb78e05&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:555 +0x167 fp=0xc000484eb8 sp=0xc000484dd8 pc=0xb3a107&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc9 fp=0xc000484f48 sp=0xc000484eb8 pc=0xb19869&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xee fp=0xc000484fe0 sp=0xc000484f48 pc=0xb1968e&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000484fe8 sp=0xc000484fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x27d&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000581838 sp=0xc000581818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000581998 sp=0xc000581838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000581ac8 sp=0xc000581998 pc=0xb821f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000581b40 sp=0xc000581ac8 pc=0xc54350&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc000581be0 sp=0xc000581b40 pc=0xb3f4ca&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000581c58 sp=0xc000581be0 pc=0xb69e30&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc000581fc0 sp=0xc000581c58 pc=0xb3c31d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc000581fe0 sp=0xc000581fc0 pc=0xb3839a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000581fe8 sp=0xc000581fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000750838 sp=0xc000750818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000750998 sp=0xc000750838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000750ac8 sp=0xc000750998 pc=0xb821f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000750b40 sp=0xc000750ac8 pc=0xc54350&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc000750be0 sp=0xc000750b40 pc=0xb3f4ca&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000750c58 sp=0xc000750be0 pc=0xb69e30&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc000750fc0 sp=0xc000750c58 pc=0xb3c31d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc000750fe0 sp=0xc000750fc0 pc=0xb3839a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000750fe8 sp=0xc000750fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc00026d838 sp=0xc00026d818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc00026d998 sp=0xc00026d838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc00026dac8 sp=0xc00026d998 pc=0xb821f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00026db40 sp=0xc00026dac8 pc=0xc54350&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc00026dbe0 sp=0xc00026db40 pc=0xb3f4ca&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00026dc58 sp=0xc00026dbe0 pc=0xb69e30&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc00026dfc0 sp=0xc00026dc58 pc=0xb3c31d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc00026dfe0 sp=0xc00026dfc0 pc=0xb3839a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00026dfe8 sp=0xc00026dfe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc00024ec40 sp=0xc00024ec20 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc00024eda0 sp=0xc00024ec40 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:191 +0x39a fp=0xc00024efe0 sp=0xc00024eda0 pc=0xb6cefa&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00024efe8 sp=0xc00024efe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:178 +0x25b&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0000b54a8 sp=0xc0000b5488 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:583 +0x42c fp=0xc0000b5538 sp=0xc0000b54a8 pc=0x43de6c&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:442 +0x18 fp=0xc0000b5560 sp=0xc0000b5538 pc=0x43d9d8&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x74 fp=0xc0000b55f0 sp=0xc0000b5560 pc=0xc4ae14&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:137 +0x542 fp=0xc0000b5738 sp=0xc0000b55f0 pc=0xb34502&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x50f fp=0xc0000b58c8 sp=0xc0000b5738 pc=0xb37e2f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:304 +0x11f fp=0xc0000b5b78 sp=0xc0000b58c8 pc=0xb369df&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:236 +0x2e6 fp=0xc0000b5c58 sp=0xc0000b5b78 pc=0xb35746&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:767 +0x223a fp=0xc0000b5fc0 sp=0xc0000b5c58 pc=0xb3e31a&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc0000b5fe0 sp=0xc0000b5fc0 pc=0xb3839a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0000b5fe8 sp=0xc0000b5fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc00042ec40 sp=0xc00042ec20 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc00042eda0 sp=0xc00042ec40 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:191 +0x39a fp=0xc00042efe0 sp=0xc00042eda0 pc=0xb6cefa&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00042efe8 sp=0xc00042efe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:178 +0x25b&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000635838 sp=0xc000635818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000635998 sp=0xc000635838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000635ac8 sp=0xc000635998 pc=0xb821f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000635b40 sp=0xc000635ac8 pc=0xc54350&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc000635be0 sp=0xc000635b40 pc=0xb3f4ca&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000635c58 sp=0xc000635be0 pc=0xb69e30&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc000635fc0 sp=0xc000635c58 pc=0xb3c31d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc000635fe0 sp=0xc000635fc0 pc=0xb3839a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000635fe8 sp=0xc000635fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0006f6838 sp=0xc0006f6818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc0006f6998 sp=0xc0006f6838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0006f6ac8 sp=0xc0006f6998 pc=0xb821f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0006f6b40 sp=0xc0006f6ac8 pc=0xc54350&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc0006f6be0 sp=0xc0006f6b40 pc=0xb3f4ca&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0006f6c58 sp=0xc0006f6be0 pc=0xb69e30&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc0006f6fc0 sp=0xc0006f6c58 pc=0xb3c31d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc0006f6fe0 sp=0xc0006f6fc0 pc=0xb3839a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0006f6fe8 sp=0xc0006f6fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc00024a838 sp=0xc00024a818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc00024a998 sp=0xc00024a838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc00024aac8 sp=0xc00024a998 pc=0xb821f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00024ab40 sp=0xc00024aac8 pc=0xc54350&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc00024abe0 sp=0xc00024ab40 pc=0xb3f4ca&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00024ac58 sp=0xc00024abe0 pc=0xb69e30&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc00024afc0 sp=0xc00024ac58 pc=0xb3c31d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc00024afe0 sp=0xc00024afc0 pc=0xb3839a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00024afe8 sp=0xc00024afe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0000b0cd8 sp=0xc0000b0cb8 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc0000b0e38 sp=0xc0000b0cd8 pc=0x48407c&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc0000b0fc0 sp=0xc0000b0e38 pc=0xacc0fd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc0000b0fe0 sp=0xc0000b0fc0 pc=0xacb95a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0000b0fe8 sp=0xc0000b0fe0 pc=0x4a6621&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc93&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0006a9ed0 sp=0xc0006a9eb0 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:583 +0x42c fp=0xc0006a9f60 sp=0xc0006a9ed0 pc=0x43de6c&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:447 +0x18 fp=0xc0006a9f88 sp=0xc0006a9f60 pc=0x43da18&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x7b fp=0xc0006a9fe0 sp=0xc0006a9f88 pc=0xaa427b&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0006a9fe8 sp=0xc0006a9fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0005d8c48 sp=0xc0005d8c28 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc0005d8da8 sp=0xc0005d8c48 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:421 +0x4e9 fp=0xc0005d8f28 sp=0xc0005d8da8 pc=0xb292c9&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:453 +0x6a fp=0xc0005d8fa0 sp=0xc0005d8f28 pc=0xc52b8a&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:532 +0x3a fp=0xc0005d8fe0 sp=0xc0005d8fa0 pc=0xc5381a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0005d8fe8 sp=0xc0005d8fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:531 +0xe5&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0006a1838 sp=0xc0006a1818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc0006a1998 sp=0xc0006a1838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0006a1ac8 sp=0xc0006a1998 pc=0xb821f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0006a1b40 sp=0xc0006a1ac8 pc=0xc54350&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc0006a1be0 sp=0xc0006a1b40 pc=0xb3f4ca&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0006a1c58 sp=0xc0006a1be0 pc=0xb69e30&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc0006a1fc0 sp=0xc0006a1c58 pc=0xb3c31d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc0006a1fe0 sp=0xc0006a1fc0 pc=0xb3839a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0006a1fe8 sp=0xc0006a1fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000972cd8 sp=0xc000972cb8 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000972e38 sp=0xc000972cd8 pc=0x48407c&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc000972fc0 sp=0xc000972e38 pc=0xacc0fd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc000972fe0 sp=0xc000972fc0 pc=0xacb95a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000972fe8 sp=0xc000972fe0 pc=0x4a6621&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc93&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0003e5cb0 sp=0xc0003e5c90 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:259 +0x44c fp=0xc0003e5d40 sp=0xc0003e5cb0 pc=0x43cfcc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:145 +0x1d fp=0xc0003e5d70 sp=0xc0003e5d40 pc=0x43cb5d&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0xa5 fp=0xc0003e5dd8 sp=0xc0003e5d70 pc=0xb78e05&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:555 +0x167 fp=0xc0003e5eb8 sp=0xc0003e5dd8 pc=0xb3a107&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc9 fp=0xc0003e5f48 sp=0xc0003e5eb8 pc=0xb19869&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xee fp=0xc0003e5fe0 sp=0xc0003e5f48 pc=0xb1968e&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0003e5fe8 sp=0xc0003e5fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x27d&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc00057ced0 sp=0xc00057ceb0 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:583 +0x42c fp=0xc00057cf60 sp=0xc00057ced0 pc=0x43de6c&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:447 +0x18 fp=0xc00057cf88 sp=0xc00057cf60 pc=0x43da18&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x7b fp=0xc00057cfe0 sp=0xc00057cf88 pc=0xaa427b&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00057cfe8 sp=0xc00057cfe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc00004ccc0 sp=0xc00004cca0 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc00004ce20 sp=0xc00004ccc0 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:893 +0x245 fp=0xc00004cf60 sp=0xc00004ce20 pc=0xb30125&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:884 +0x7e fp=0xc00004cfe0 sp=0xc00004cf60 pc=0xb2fe9e&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00004cfe8 sp=0xc00004cfe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:882 +0x21c&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0001174a8 sp=0xc000117488 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:583 +0x42c fp=0xc000117538 sp=0xc0001174a8 pc=0x43de6c&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:442 +0x18 fp=0xc000117560 sp=0xc000117538 pc=0x43d9d8&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x74 fp=0xc0001175f0 sp=0xc000117560 pc=0xc4ae14&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:137 +0x542 fp=0xc000117738 sp=0xc0001175f0 pc=0xb34502&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x50f fp=0xc0001178c8 sp=0xc000117738 pc=0xb37e2f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:304 +0x11f fp=0xc000117b78 sp=0xc0001178c8 pc=0xb369df&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:236 +0x2e6 fp=0xc000117c58 sp=0xc000117b78 pc=0xb35746&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:767 +0x223a fp=0xc000117fc0 sp=0xc000117c58 pc=0xb3e31a&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc000117fe0 sp=0xc000117fc0 pc=0xb3839a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000117fe8 sp=0xc000117fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000402838 sp=0xc000402818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000402998 sp=0xc000402838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000402ac8 sp=0xc000402998 pc=0xb821f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000402b40 sp=0xc000402ac8 pc=0xc54350&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc000402be0 sp=0xc000402b40 pc=0xb3f4ca&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000402c58 sp=0xc000402be0 pc=0xb69e30&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc000402fc0 sp=0xc000402c58 pc=0xb3c31d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc000402fe0 sp=0xc000402fc0 pc=0xb3839a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000402fe8 sp=0xc000402fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0005dded0 sp=0xc0005ddeb0 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:583 +0x42c fp=0xc0005ddf60 sp=0xc0005dded0 pc=0x43de6c&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:447 +0x18 fp=0xc0005ddf88 sp=0xc0005ddf60 pc=0x43da18&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x7b fp=0xc0005ddfe0 sp=0xc0005ddf88 pc=0xaa427b&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0005ddfe8 sp=0xc0005ddfe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0005d6cd8 sp=0xc0005d6cb8 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc0005d6e38 sp=0xc0005d6cd8 pc=0x48407c&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc0005d6fc0 sp=0xc0005d6e38 pc=0xacc0fd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc0005d6fe0 sp=0xc0005d6fc0 pc=0xacb95a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0005d6fe8 sp=0xc0005d6fe0 pc=0x4a6621&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc93&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0006e1838 sp=0xc0006e1818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc0006e1998 sp=0xc0006e1838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0006e1ac8 sp=0xc0006e1998 pc=0xb821f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0006e1b40 sp=0xc0006e1ac8 pc=0xc54350&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc0006e1be0 sp=0xc0006e1b40 pc=0xb3f4ca&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0006e1c58 sp=0xc0006e1be0 pc=0xb69e30&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc0006e1fc0 sp=0xc0006e1c58 pc=0xb3c31d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc0006e1fe0 sp=0xc0006e1fc0 pc=0xb3839a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0006e1fe8 sp=0xc0006e1fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc00057e838 sp=0xc00057e818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc00057e998 sp=0xc00057e838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc00057eac8 sp=0xc00057e998 pc=0xb821f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00057eb40 sp=0xc00057eac8 pc=0xc54350&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc00057ebe0 sp=0xc00057eb40 pc=0xb3f4ca&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00057ec58 sp=0xc00057ebe0 pc=0xb69e30&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc00057efc0 sp=0xc00057ec58 pc=0xb3c31d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc00057efe0 sp=0xc00057efc0 pc=0xb3839a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00057efe8 sp=0xc00057efe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0004c1cd8 sp=0xc0004c1cb8 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc0004c1e38 sp=0xc0004c1cd8 pc=0x48407c&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc0004c1fc0 sp=0xc0004c1e38 pc=0xacc0fd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc0004c1fe0 sp=0xc0004c1fc0 pc=0xacb95a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0004c1fe8 sp=0xc0004c1fe0 pc=0x4a6621&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc93&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc00040d6e0 sp=0xc00040d6c0 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:369&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/sema.go:150 +0x1fe fp=0xc00040d748 sp=0xc00040d6e0 pc=0x4853fe&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/sema.go:77 +0x25 fp=0xc00040d778 sp=0xc00040d748 pc=0x4a2485&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/sync/mutex.go:171 +0x225 fp=0xc00040d7c8 sp=0xc00040d778 pc=0x4b5585&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/sync/mutex.go:90 +0x65 fp=0xc00040d7e8 sp=0xc00040d7c8 pc=0x4b5285&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:135 +0x51 fp=0xc00040d850 sp=0xc00040d7e8 pc=0xb25751&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:55 +0x175 fp=0xc00040d980 sp=0xc00040d850 pc=0xb252f5&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_client.go:47 +0x8b7 fp=0xc00040daf8 sp=0xc00040d980 pc=0xb32597&#xA;/home/runner/work/ably-go/ably-go/ablytest/sandbox.go:210 +0x54 fp=0xc00040db40 sp=0xc00040daf8 pc=0xb7b034&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn_spec_integration_test.go:1780 +0x528 fp=0xc00040dea8 sp=0xc00040db40 pc=0xc10ec8&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/testing/testing.go:1446 +0x217 fp=0xc00040dfb0 sp=0xc00040dea8 pc=0x5b4ff7&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/testing/testing.go:1493 +0x48 fp=0xc00040dfe0 sp=0xc00040dfb0 pc=0x5b6828&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00040dfe8 sp=0xc00040dfe0 pc=0x4a6621&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/testing/testing.go:1493 +0x75e&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc00024cbe0 sp=0xc00024cbc0 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc00024cd40 sp=0xc00024cbe0 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:291 +0x1c9 fp=0xc00024cf00 sp=0xc00024cd40 pc=0xb552e9&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:270 +0x42 fp=0xc00024cf30 sp=0xc00024cf00 pc=0xb54ba2&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:414 +0x9b fp=0xc00024cfe0 sp=0xc00024cf30 pc=0xb2949b&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00024cfe8 sp=0xc00024cfe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:413 +0x453&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0008b3838 sp=0xc0008b3818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc0008b3998 sp=0xc0008b3838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0008b3ac8 sp=0xc0008b3998 pc=0xb821f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0008b3b40 sp=0xc0008b3ac8 pc=0xc54350&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc0008b3be0 sp=0xc0008b3b40 pc=0xb3f4ca&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0008b3c58 sp=0xc0008b3be0 pc=0xb69e30&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc0008b3fc0 sp=0xc0008b3c58 pc=0xb3c31d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc0008b3fe0 sp=0xc0008b3fc0 pc=0xb3839a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0008b3fe8 sp=0xc0008b3fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000860838 sp=0xc000860818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000860998 sp=0xc000860838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000860ac8 sp=0xc000860998 pc=0xb821f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000860b40 sp=0xc000860ac8 pc=0xc54350&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc000860be0 sp=0xc000860b40 pc=0xb3f4ca&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000860c58 sp=0xc000860be0 pc=0xb69e30&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc000860fc0 sp=0xc000860c58 pc=0xb3c31d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc000860fe0 sp=0xc000860fc0 pc=0xb3839a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000860fe8 sp=0xc000860fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc00096c838 sp=0xc00096c818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc00096c998 sp=0xc00096c838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc00096cac8 sp=0xc00096c998 pc=0xb821f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00096cb40 sp=0xc00096cac8 pc=0xc54350&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc00096cbe0 sp=0xc00096cb40 pc=0xb3f4ca&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00096cc58 sp=0xc00096cbe0 pc=0xb69e30&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc00096cfc0 sp=0xc00096cc58 pc=0xb3c31d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc00096cfe0 sp=0xc00096cfc0 pc=0xb3839a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00096cfe8 sp=0xc00096cfe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0003e4838 sp=0xc0003e4818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc0003e4998 sp=0xc0003e4838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0003e4ac8 sp=0xc0003e4998 pc=0xb821f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0003e4b40 sp=0xc0003e4ac8 pc=0xc54350&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc0003e4be0 sp=0xc0003e4b40 pc=0xb3f4ca&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0003e4c58 sp=0xc0003e4be0 pc=0xb69e30&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc0003e4fc0 sp=0xc0003e4c58 pc=0xb3c31d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc0003e4fe0 sp=0xc0003e4fc0 pc=0xb3839a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0003e4fe8 sp=0xc0003e4fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0006e0838 sp=0xc0006e0818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc0006e0998 sp=0xc0006e0838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0006e0ac8 sp=0xc0006e0998 pc=0xb821f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0006e0b40 sp=0xc0006e0ac8 pc=0xc54350&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc0006e0be0 sp=0xc0006e0b40 pc=0xb3f4ca&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0006e0c58 sp=0xc0006e0be0 pc=0xb69e30&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc0006e0fc0 sp=0xc0006e0c58 pc=0xb3c31d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc0006e0fe0 sp=0xc0006e0fc0 pc=0xb3839a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0006e0fe8 sp=0xc0006e0fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000993838 sp=0xc000993818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000993998 sp=0xc000993838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000993ac8 sp=0xc000993998 pc=0xb821f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000993b40 sp=0xc000993ac8 pc=0xc54350&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc000993be0 sp=0xc000993b40 pc=0xb3f4ca&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000993c58 sp=0xc000993be0 pc=0xb69e30&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc000993fc0 sp=0xc000993c58 pc=0xb3c31d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc000993fe0 sp=0xc000993fc0 pc=0xb3839a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000993fe8 sp=0xc000993fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000913838 sp=0xc000913818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000913998 sp=0xc000913838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000913ac8 sp=0xc000913998 pc=0xb821f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000913b40 sp=0xc000913ac8 pc=0xc54350&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc000913be0 sp=0xc000913b40 pc=0xb3f4ca&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000913c58 sp=0xc000913be0 pc=0xb69e30&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc000913fc0 sp=0xc000913c58 pc=0xb3c31d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc000913fe0 sp=0xc000913fc0 pc=0xb3839a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000913fe8 sp=0xc000913fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000403838 sp=0xc000403818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000403998 sp=0xc000403838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000403ac8 sp=0xc000403998 pc=0xb821f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000403b40 sp=0xc000403ac8 pc=0xc54350&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc000403be0 sp=0xc000403b40 pc=0xb3f4ca&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000403c58 sp=0xc000403be0 pc=0xb69e30&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc000403fc0 sp=0xc000403c58 pc=0xb3c31d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc000403fe0 sp=0xc000403fc0 pc=0xb3839a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000403fe8 sp=0xc000403fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0006a7cd8 sp=0xc0006a7cb8 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc0006a7e38 sp=0xc0006a7cd8 pc=0x48407c&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc0006a7fc0 sp=0xc0006a7e38 pc=0xacc0fd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc0006a7fe0 sp=0xc0006a7fc0 pc=0xacb95a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0006a7fe8 sp=0xc0006a7fe0 pc=0x4a6621&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc93&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc00079dcb0 sp=0xc00079dc90 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:259 +0x44c fp=0xc00079dd40 sp=0xc00079dcb0 pc=0x43cfcc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:145 +0x1d fp=0xc00079dd70 sp=0xc00079dd40 pc=0x43cb5d&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0xa5 fp=0xc00079ddd8 sp=0xc00079dd70 pc=0xb78e05&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:555 +0x167 fp=0xc00079deb8 sp=0xc00079ddd8 pc=0xb3a107&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc9 fp=0xc00079df48 sp=0xc00079deb8 pc=0xb19869&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xee fp=0xc00079dfe0 sp=0xc00079df48 pc=0xb1968e&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00079dfe8 sp=0xc00079dfe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x27d&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000b37cd8 sp=0xc000b37cb8 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000b37e38 sp=0xc000b37cd8 pc=0x48407c&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc000b37fc0 sp=0xc000b37e38 pc=0xacc0fd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc000b37fe0 sp=0xc000b37fc0 pc=0xacb95a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000b37fe8 sp=0xc000b37fe0 pc=0x4a6621&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc93&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000642cd8 sp=0xc000642cb8 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000642e38 sp=0xc000642cd8 pc=0x48407c&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc000642fc0 sp=0xc000642e38 pc=0xacc0fd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc000642fe0 sp=0xc000642fc0 pc=0xacb95a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000642fe8 sp=0xc000642fe0 pc=0x4a6621&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc93&#xA;goroutine running on other thread; stack unavailable&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000b36cb0 sp=0xc000b36c90 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:259 +0x44c fp=0xc000b36d40 sp=0xc000b36cb0 pc=0x43cfcc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:145 +0x1d fp=0xc000b36d70 sp=0xc000b36d40 pc=0x43cb5d&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0xa5 fp=0xc000b36dd8 sp=0xc000b36d70 pc=0xb78e05&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:555 +0x167 fp=0xc000b36eb8 sp=0xc000b36dd8 pc=0xb3a107&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc9 fp=0xc000b36f48 sp=0xc000b36eb8 pc=0xb19869&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xee fp=0xc000b36fe0 sp=0xc000b36f48 pc=0xb1968e&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000b36fe8 sp=0xc000b36fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x27d&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000b07cd8 sp=0xc000b07cb8 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000b07e38 sp=0xc000b07cd8 pc=0x48407c&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc000b07fc0 sp=0xc000b07e38 pc=0xacc0fd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc000b07fe0 sp=0xc000b07fc0 pc=0xacb95a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000b07fe8 sp=0xc000b07fe0 pc=0x4a6621&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc93&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000970d50 sp=0xc000970d30 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000970eb0 sp=0xc000970d50 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:18 +0x17e fp=0xc000970fe0 sp=0xc000970eb0 pc=0xaa3dfe&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000970fe8 sp=0xc000970fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:16 +0x145&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000583838 sp=0xc000583818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000583998 sp=0xc000583838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000583ac8 sp=0xc000583998 pc=0xb821f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000583b40 sp=0xc000583ac8 pc=0xc54350&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc000583be0 sp=0xc000583b40 pc=0xb3f4ca&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000583c58 sp=0xc000583be0 pc=0xb69e30&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc000583fc0 sp=0xc000583c58 pc=0xb3c31d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc000583fe0 sp=0xc000583fc0 pc=0xb3839a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000583fe8 sp=0xc000583fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000be5cd8 sp=0xc000be5cb8 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000be5e38 sp=0xc000be5cd8 pc=0x48407c&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc000be5fc0 sp=0xc000be5e38 pc=0xacc0fd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc000be5fe0 sp=0xc000be5fc0 pc=0xacb95a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000be5fe8 sp=0xc000be5fe0 pc=0x4a6621&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc93&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000971838 sp=0xc000971818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000971998 sp=0xc000971838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000971ac8 sp=0xc000971998 pc=0xb821f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000971b40 sp=0xc000971ac8 pc=0xc54350&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc000971be0 sp=0xc000971b40 pc=0xb3f4ca&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000971c58 sp=0xc000971be0 pc=0xb69e30&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc000971fc0 sp=0xc000971c58 pc=0xb3c31d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc000971fe0 sp=0xc000971fc0 pc=0xb3839a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000971fe8 sp=0xc000971fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc</failure>
		</testcase>
	</testsuite>
</testsuites>
