<testsuites>
	<testsuite tests="197" failures="2" time="7261.655" name="github.com/ably/ably-go/ably">
		<properties>
			<property name="go.version" value="go1.20.4"></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="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.090"></testcase>
		<testcase classname="ably" name="TestAuth_BasicAuth/RSA2:_Should_use_basic_auth_as_default_authentication_if_an_API_key_exists" time="0.000"></testcase>
		<testcase classname="ably" name="TestAuth_BasicAuth/RSA1:_Should_connect_to_HTTPS_by_default,_trying_to_connect_with_non-TLS_should_result_in_error" time="0.000"></testcase>
		<testcase classname="ably" name="TestAuth_BasicAuth/RSA11:_API_key_should_follow_format_KEY_NAME:KEY_SECRET_in_auth_header" time="0.000"></testcase>
		<testcase classname="ably" name="TestAuth_TokenAuth" time="6.810"></testcase>
		<testcase classname="ably" name="TestAuth_TokenAuth_Renew" time="10.880"></testcase>
		<testcase classname="ably" name="TestAuth_RequestToken" time="7.040"></testcase>
		<testcase classname="ably" name="TestAuth_ReuseClientID" time="6.780"></testcase>
		<testcase classname="ably" name="TestAuth_RequestToken_PublishClientID" time="7.670"></testcase>
		<testcase classname="ably" name="TestAuth_ClientID" time="7.960"></testcase>
		<testcase classname="ably" name="TestAuth_ClientID/Auth_ClientID" time="1.200"></testcase>
		<testcase classname="ably" name="TestAuth_CreateTokenRequest" time="6.880"></testcase>
		<testcase classname="ably" name="TestAuth_CreateTokenRequest/RSA9h" time="0.050"></testcase>
		<testcase classname="ably" name="TestAuth_CreateTokenRequest/RSA9h/parameters_are_optional" time="0.050"></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.900"></testcase>
		<testcase classname="ably" name="TestAuth_RSA7c" time="6.570"></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.800"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedFallback/request_time" time="0.010"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedResponse" time="7.020"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedResponse/request_time" time="0.070"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedResponse/request_404" time="0.120"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedResponse/request_post_get_messages" time="0.140"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedResponse/request_post_get_messages/post" time="0.050"></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.630"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_PublishAsync" time="6.930"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_Subscribe" time="22.000"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_SubscriptionFilters" time="6.750"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_AttachWhileDisconnected" time="7.600"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2_ChannelEventForStateChange" time="27.140"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2_ChannelEventForStateChange/on_ATTACHING" time="7.090"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2_ChannelEventForStateChange/on_ATTACHED" time="6.520"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2_ChannelEventForStateChange/on_DETACHING" time="6.750"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2_ChannelEventForStateChange/on_DETACHED" time="6.780"></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="123.430"></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.840"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4b:_If_connection_state_is_FAILED,_returns_error" time="6.490"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4b:_If_connection_state_is_SUSPENDED,_returns_error" time="7.090"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4c_RTL4d:_If_connected,_should_get_attached_successfully" time="6.690"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4d_:_should_return_error_on_FAILED_while_attaching_channel" time="6.770"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4d_:_should_return_error_on_DETACHED_while_attaching_channel" time="6.840"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4d_:_should_return_error_on_SUSPENDED_while_attaching_channel" time="0.000">
			<skipped message="    realtime_channel_spec_integration_test.go:530: Channel SUSPENDED not implemented yet"></skipped>
		</testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4e:_Transition_to_failed_if_no_attach_permission" time="6.830"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4f:_Channel_attach_timeout_if_not_received_within_realtime_request_timeout" time="0.010"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4g:_If_channel_in_FAILED_state,_set_err_to_null_and_proceed_with_attach" time="6.830"></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.660"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4h:_If_channel_is_DETACHING,_do_attach_after_completion_of_request" time="6.580"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4i_:_If_connection_state_is_CONNECTING,_do_ATTACH_after_CONNECTED" time="6.820"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4i_:_If_connection_state_is_DISCONNECTED,_do_ATTACH_after_CONNECTED" time="7.110"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4j_RTL13a:_If_channel_attach_is_not_a_clean_attach,_should_set_ATTACH_RESUME_in_the_ATTACH_message" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4j1:_AttachResume_should_be_True_when_Attached_(Clean_ATTACH)" time="6.700"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4j2:_Rewind_flag_should_allow_to_receive_historic_messages" time="7.560"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4k:_If_params_given_channel_options,_should_be_sent_in_ATTACH_message" time="6.820"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4k1:_If_params_given_channel_options,_should_be_exposed_as_readonly_field_on_ATTACHED_message" time="6.990"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4l:_If_modes_provided_in_channelOptions,_should_be_encoded_as_bitfield_and_set_as_flags_field_of_ATTACH_message" time="6.660"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4m:_If_modes_provides_while_attach,_should_receive_modes_in_attached_message" time="7.100"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach" time="54.180"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5a:_If_channel_is_INITIALIZED_or_DETACHED,_do_nothing" time="6.790"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5b:_If_channel_state_is_FAILED,_return_error" time="6.760"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5d_RTL5e:_If_connected,_should_do_successful_detach_with_server" time="6.940"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5e:_return_error_if_channel_detach_fails" time="6.840"></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.740"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5h_:_If_Connection_state_CONNECTING,_queue_the_DETACH_message_and_send_on_CONNECTED" time="6.520"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5h_:_If_Connection_state_DISCONNECTED,_queue_the_DETACH_message_and_send_on_CONNECTED" time="6.930"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5i:_If_channel_in_DETACHING_or_ATTACHING_state,_do_detach_after_completion_of_operation" time="6.630"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5j:_if_channel_state_is_SUSPENDED,_immediately_transition_to_DETACHED_state" time="0.000">
			<skipped message="    realtime_channel_spec_integration_test.go:1903: Channel SUSPENDED not implemented yet"></skipped>
		</testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5k:_When_receive_ATTACH_in_detaching_state,_send_new_DETACH_message" time="0.020"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c1_PublishNow" time="34.150"></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.690"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c1_PublishNow/when_ATTACHED" time="7.030"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c1_PublishNow/when_DETACHING" time="6.980"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c1_PublishNow/when_DETACHED" time="6.520"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue" time="75.660"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_INITIALIZED,_channel_is_INITIALIZED" time="6.980"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_CONNECTING,_channel_is_INITIALIZED" time="6.720"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_CONNECTING,_channel_is_ATTACHING" time="6.940"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_DISCONNECTED,_channel_is_INITIALIZED" time="6.720"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_DISCONNECTED,_channel_is_ATTACHING" time="6.970"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_DISCONNECTED,_channel_is_ATTACHED" time="6.750"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_DISCONNECTED,_channel_is_DETACHING" time="6.820"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_DISCONNECTED,_channel_is_DETACHED" time="6.830"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_CONNECTING,_channel_is_ATTACHED" time="7.040"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_CONNECTING,_channel_is_DETACHING" time="6.760"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_CONNECTING,_channel_is_DETACHED" time="7.140"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c4_PublishFail" time="7.150"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c4_PublishFail/when_connection_is_SUSPENDED,_channel_is_INITIALIZED" time="7.150"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c5_NoImplicitAttach" time="6.710"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2f_RTL12_HandleResume" time="0.090"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2f_RTL12_HandleResume/RTL2f:_when_flag_has_presence_is_provided,_set_channelChangeState_resume_to_false" time="0.020"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2f_RTL12_HandleResume/RTL2f:_when_flag_has_backlog_is_provided,_set_channelChangeState_resume_to_false" time="0.020"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2f_RTL12_HandleResume/RTL2f:_when_flag_resumed_is_provided,_set_channelChangeState_resume_to_true" time="0.020"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2f_RTL12_HandleResume/RTL12:_when_RE-ATTACH_with_error,_set_ChannelEventUpdated" time="0.020"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL13_HandleDetached" time="0.070"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL13_HandleDetached/RTL13a:_when_ATTACHED,_successful_reattach" time="0.020"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL13_HandleDetached/RTL13b:_when_ATTACHING" time="0.020"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL13_HandleDetached/RTL13c:_stop_on_non-CONNECTED" time="0.030"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL17_IgnoreMessagesWhenNotAttached" time="0.020"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL17_IgnoreMessagesWhenNotAttached/Shouldn&#39;t_receive_message_when_not_attached" time="0.020"></testcase>
		<testcase classname="ably" name="Test_UpdateEmptyMessageFields_TM2a_TM2c_TM2f" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL14_HandleChannelError" time="0.030"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL14_HandleChannelError/RTL14:_when_Error,_should_transition_to_failed_state" time="0.030"></testcase>
		<testcase classname="ably" name="TestRealtime_RealtimeHost" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtime_RSC7_AblyAgent" time="0.010"></testcase>
		<testcase classname="ably" name="TestRealtime_RSC7_AblyAgent/RSC7d3_:_Should_set_ablyAgent_header_with_correct_identifiers" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtime_RSC7_AblyAgent/RSC7d6_:_Should_set_ablyAgent_header_with_custom_agents" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtime_RSC7_AblyAgent/RSC7d6_:_Should_set_ablyAgent_header_with_custom_agents_missing_version" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtime_multiple" time="8.280"></testcase>
		<testcase classname="ably" name="TestRealtime_DontCrashOnCloseWhenEchoOff" time="6.520"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_Connect" time="6.720"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_NoConnect" time="7.080"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_ConnectClose" time="6.750"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_AlreadyConnected" time="6.730"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_AuthError" time="0.180"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_ReceiveTimeout" time="6.840"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_BreakConnLoopOnInactiveState" time="13.500"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_BreakConnLoopOnInactiveState/error" time="6.860"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_BreakConnLoopOnInactiveState/closed" time="6.640"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_SendErrorReconnects" time="6.930"></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.760"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange" time="58.690"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange/on_CONNECTING" time="6.570"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange/on_CONNECTED" time="6.880"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange/on_DISCONNECTED" time="6.370"></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="31.620"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange/on_CLOSED" time="7.020"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange/on_FAILED" time="0.230"></testcase>
		<testcase classname="ably" name="Test_RTN6_Connected_When_CONNECTED_Msg_Received" time="0.010"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN10_ConnectionSerial" time="0.800"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN10_ConnectionSerial/RTN10a:_Should_be_unset_until_connected,_should_set_after_connected" time="0.200"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN10_ConnectionSerial/RTN10b:_Should_be_set_everytime_message_with_connection-serial_is_received" time="0.600"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN12_Connection_Close" time="23.000"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN12_Connection_Close/RTN12a:_transition_to_closed_on_connection_close" time="7.020"></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.470"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN12_Connection_Close/RTN12d_:_should_abort_reconnection_timer_while_disconnected_on_closed" time="1.000"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN12_Connection_Close/RTN12d:_should_abort_reconnection_timer_while_suspended_on_closed" time="1.400"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN12_Connection_Close/RTN12f:_transition_to_closed_when_close_is_called_intermittently" time="7.090"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15a_ReconnectOnEOF" time="6.960"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15b" time="17.170">
			<failure message="Failed" type="">    realtime_conn_spec_integration_test.go:1036: </failure>
		</testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15c1" time="6.860"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15c2" time="0.000">
			<failure message="Failed" type="">realtime_conn_spec_integration_test.go:1192: &#xA;Error Trace:&#x9;realtime_conn_spec_integration_test.go:1192&#xA;Error:      &#x9;Received unexpected error:&#xA;            &#x9;[ErrorInfo :failed to WebSocket dial: failed to send handshake request: Get &#34;https://sandbox-realtime.ably.io:443?echo=true&amp;format=json&amp;heartbeats=true&amp;key=_tmp_uupICw.77d9rw%3AlEUDzAP-P2CY_-Lyiqp7AWv4G6UIzSj59X5s5HUjdLc&amp;timestamp=1685637893552&amp;v=1.2&#34;: context deadline exceeded code=80003 disconnected statusCode=0] See https://help.ably.io/error/80003&#xA;Test:       &#x9;TestRealtimeConn_RTN15c2&#xA;Messages:   &#x9;Connect=[ErrorInfo :failed to WebSocket dial: failed to send handshake request: Get &#34;https://sandbox-realtime.ably.io:443?echo=true&amp;format=json&amp;heartbeats=true&amp;key=_tmp_uupICw.77d9rw%3AlEUDzAP-P2CY_-Lyiqp7AWv4G6UIzSj59X5s5HUjdLc&amp;timestamp=1685637893552&amp;v=1.2&#34;: context deadline exceeded code=80003 disconnected statusCode=0] See https://help.ably.io/error/80003&#xA;realtime_conn_spec_integration_test.go:1197: &#xA;Error Trace:&#x9;realtime_conn_spec_integration_test.go:1197&#xA;Error:      &#x9;Received unexpected error:&#xA;            &#x9;[ErrorInfo :timed out before attaching channel code=50003 timeout error statusCode=500] See https://help.ably.io/error/50003&#xA;Test:       &#x9;TestRealtimeConn_RTN15c2&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/sys_linux_amd64.s:554 +0x21 fp=0x7fffc2efa1a8 sp=0x7fffc2efa1a0 pc=0x4aa121&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/os_linux.go:69 +0x36 fp=0x7fffc2efa1f8 sp=0x7fffc2efa1a8 pc=0x46b6d6&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/lock_futex.go:160 +0x87 fp=0x7fffc2efa230 sp=0x7fffc2efa1f8 pc=0x444247&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:1530&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:2334 +0x8c fp=0x7fffc2efa260 sp=0x7fffc2efa230 pc=0x47624c&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:3007 +0xabc fp=0x7fffc2efa368 sp=0x7fffc2efa260 pc=0x477a9c&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:3360 +0xb1 fp=0x7fffc2efa3a0 sp=0x7fffc2efa368 pc=0x4788d1&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:3687 +0x28e fp=0x7fffc2efa3e0 sp=0x7fffc2efa3a0 pc=0x4798ae&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:452 +0x43 fp=0x7fffc2efa3f0 sp=0x7fffc2efa3e0 pc=0x4a58a3&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0000d96b0 sp=0xc0000d9690 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/chan.go:583 +0x42e fp=0xc0000d9740 sp=0xc0000d96b0 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/chan.go:442 +0x18 fp=0xc0000d9768 sp=0xc0000d9740 pc=0x43e1b8&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/testing/testing.go:1630 +0x82e fp=0xc0000d98a8 sp=0xc0000d9768 pc=0x5cc0ae&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/testing/testing.go:2036 +0x8e fp=0xc0000d9900 sp=0xc0000d98a8 pc=0x5cfc0e&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/testing/testing.go:1576 +0x217 fp=0xc0000d9a08 sp=0xc0000d9900 pc=0x5ca837&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/testing/testing.go:2034 +0x87d fp=0xc0000d9b78 sp=0xc0000d9a08 pc=0x5cfa5d&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/testing/testing.go:1906 +0xb45 fp=0xc0000d9ed8 sp=0xc0000d9b78 pc=0x5cd2c5&#xA;_testmain.go:275 +0x2ea fp=0xc0000d9f80 sp=0xc0000d9ed8 pc=0xc899ca&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:250 +0x207 fp=0xc0000d9fe0 sp=0xc0000d9f80 pc=0x471ee7&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0000d9fe8 sp=0xc0000d9fe0 pc=0x4a7ae1&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00040efb0 sp=0xc00040ef90 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:387&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:305 +0xb0 fp=0xc00040efe0 sp=0xc00040efb0 pc=0x472170&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00040efe8 sp=0xc00040efe0 pc=0x4a7ae1&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:293 +0x25&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00005ef80 sp=0xc00005ef60 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:387&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/mgcsweep.go:319 +0xde fp=0xc00005efc8 sp=0xc00005ef80 pc=0x45c67e&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/mgc.go:178 +0x26 fp=0xc00005efe0 sp=0xc00005efc8 pc=0x4518e6&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00005efe8 sp=0xc00005efe0 pc=0x4a7ae1&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/mgc.go:178 +0x6b&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000064f70 sp=0xc000064f50 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:387&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/mgcscavenge.go:400 +0x53 fp=0xc000064fa0 sp=0xc000064f70 pc=0x45a553&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/mgcscavenge.go:633 +0x65 fp=0xc000064fc8 sp=0xc000064fa0 pc=0x45ab25&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/mgc.go:179 +0x26 fp=0xc000064fe0 sp=0xc000064fc8 pc=0x451886&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000064fe8 sp=0xc000064fe0 pc=0x4a7ae1&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/mgc.go:179 +0xaa&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00005fe28 sp=0xc00005fe08 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/mfinal.go:193 +0x13d fp=0xc00005ffe0 sp=0xc00005fe28 pc=0x45091d&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00005ffe8 sp=0xc00005ffe0 pc=0x4a7ae1&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/mfinal.go:163 +0x45&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0003e9498 sp=0xc0003e9478 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/chan.go:583 +0x42e fp=0xc0003e9528 sp=0xc0003e9498 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/chan.go:442 +0x18 fp=0xc0003e9550 sp=0xc0003e9528 pc=0x43e1b8&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x74 fp=0xc0003e95e0 sp=0xc0003e9550 pc=0xc42914&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:134 +0x542 fp=0xc0003e9728 sp=0xc0003e95e0 pc=0xb64ac2&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:394 +0x50f fp=0xc0003e98b8 sp=0xc0003e9728 pc=0xb6840f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:294 +0x11f fp=0xc0003e9b68 sp=0xc0003e98b8 pc=0xb66fbf&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:222 +0x325 fp=0xc0003e9c48 sp=0xc0003e9b68 pc=0xb65c05&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:735 +0x2337 fp=0xc0003e9fc0 sp=0xc0003e9c48 pc=0xb6df17&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc0003e9fe0 sp=0xc0003e9fc0 pc=0xb6897a&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0003e9fe8 sp=0xc0003e9fe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0004b3f50 sp=0xc0004b3f30 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/mgc.go:1275 +0xf1 fp=0xc0004b3fe0 sp=0xc0004b3f50 pc=0x453651&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0004b3fe8 sp=0xc0004b3fe0 pc=0x4a7ae1&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/mgc.go:1199 +0x25&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0004b2f50 sp=0xc0004b2f30 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/mgc.go:1275 +0xf1 fp=0xc0004b2fe0 sp=0xc0004b2f50 pc=0x453651&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0004b2fe8 sp=0xc0004b2fe0 pc=0x4a7ae1&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/mgc.go:1199 +0x25&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000065828 sp=0xc000065808 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/select.go:327 +0x8be fp=0xc000065988 sp=0xc000065828 pc=0x483c5e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000065ab8 sp=0xc000065988 pc=0xbae8d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000065b30 sp=0xc000065ab8 pc=0xc84e10&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:950 +0xaa fp=0xc000065bd0 sp=0xc000065b30 pc=0xb6f0ea&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000065c48 sp=0xc000065bd0 pc=0xb96890&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:714 +0x246 fp=0xc000065fc0 sp=0xc000065c48 pc=0xb6be26&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc000065fe0 sp=0xc000065fc0 pc=0xb6897a&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000065fe8 sp=0xc000065fe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000994d50 sp=0xc000994d30 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/select.go:327 +0x8be fp=0xc000994eb0 sp=0xc000994d50 pc=0x483c5e&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:18 +0x17e fp=0xc000994fe0 sp=0xc000994eb0 pc=0xad731e&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000994fe8 sp=0xc000994fe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:16 +0x145&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0002df600 sp=0xc0002df5e0 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/netpoll.go:527 +0xf7 fp=0xc0002df638 sp=0xc0002df600 pc=0x46a9f7&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/netpoll.go:306 +0x89 fp=0xc0002df658 sp=0xc0002df638 pc=0x4a16a9&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/internal/poll/fd_poll_runtime.go:84 +0xbd fp=0xc0002df6a0 sp=0xc0002df658 pc=0x4fd3bd&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/internal/poll/fd_poll_runtime.go:89&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/internal/poll/fd_unix.go:167 +0x405 fp=0xc0002df790 sp=0xc0002df6a0 pc=0x4fef45&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/net/fd_posix.go:55 +0x51 fp=0xc0002df7f0 sp=0xc0002df790 pc=0x7d42d1&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/net/net.go:183 +0xb1 fp=0xc0002df870 sp=0xc0002df7f0 pc=0x7eb731&#xA;&lt;autogenerated&gt;:1 +0x65 fp=0xc0002df8b8 sp=0xc0002df870 pc=0x80c265&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/net/http/server.go:782 +0x23b fp=0xc0002df938 sp=0xc0002df8b8 pc=0x97471b&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/bufio/bufio.go:106 +0x2ab fp=0xc0002df9c8 sp=0xc0002df938 pc=0x5d4f6b&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/bufio/bufio.go:144 +0xd2 fp=0xc0002dfa50 sp=0xc0002df9c8 pc=0x5d5232&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/net/http/server.go:2030 +0xe28 fp=0xc0002dffa0 sp=0xc0002dfa50 pc=0x97e768&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/net/http/server.go:3089 +0x59 fp=0xc0002dffe0 sp=0xc0002dffa0 pc=0x985a79&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0002dffe8 sp=0xc0002dffe0 pc=0x4a7ae1&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/net/http/server.go:3089 +0x818&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000129eb8 sp=0xc000129e98 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/chan.go:583 +0x42e fp=0xc000129f48 sp=0xc000129eb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/chan.go:447 +0x18 fp=0xc000129f70 sp=0xc000129f48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc000129fe0 sp=0xc000129f70 pc=0xad77ad&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000129fe8 sp=0xc000129fe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0005e1828 sp=0xc0005e1808 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/select.go:327 +0x8be fp=0xc0005e1988 sp=0xc0005e1828 pc=0x483c5e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0005e1ab8 sp=0xc0005e1988 pc=0xbae8d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0005e1b30 sp=0xc0005e1ab8 pc=0xc84e10&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:950 +0xaa fp=0xc0005e1bd0 sp=0xc0005e1b30 pc=0xb6f0ea&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0005e1c48 sp=0xc0005e1bd0 pc=0xb96890&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:714 +0x246 fp=0xc0005e1fc0 sp=0xc0005e1c48 pc=0xb6be26&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc0005e1fe0 sp=0xc0005e1fc0 pc=0xb6897a&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0005e1fe8 sp=0xc0005e1fe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00054d498 sp=0xc00054d478 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/chan.go:583 +0x42e fp=0xc00054d528 sp=0xc00054d498 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/chan.go:442 +0x18 fp=0xc00054d550 sp=0xc00054d528 pc=0x43e1b8&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x74 fp=0xc00054d5e0 sp=0xc00054d550 pc=0xc42914&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:134 +0x542 fp=0xc00054d728 sp=0xc00054d5e0 pc=0xb64ac2&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:394 +0x50f fp=0xc00054d8b8 sp=0xc00054d728 pc=0xb6840f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:294 +0x11f fp=0xc00054db68 sp=0xc00054d8b8 pc=0xb66fbf&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:222 +0x325 fp=0xc00054dc48 sp=0xc00054db68 pc=0xb65c05&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:735 +0x2337 fp=0xc00054dfc0 sp=0xc00054dc48 pc=0xb6df17&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc00054dfe0 sp=0xc00054dfc0 pc=0xb6897a&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00054dfe8 sp=0xc00054dfe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000577eb8 sp=0xc000577e98 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/chan.go:583 +0x42e fp=0xc000577f48 sp=0xc000577eb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/chan.go:447 +0x18 fp=0xc000577f70 sp=0xc000577f48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc000577fe0 sp=0xc000577f70 pc=0xad77ad&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000577fe8 sp=0xc000577fe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00062f828 sp=0xc00062f808 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/select.go:327 +0x8be fp=0xc00062f988 sp=0xc00062f828 pc=0x483c5e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc00062fab8 sp=0xc00062f988 pc=0xbae8d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00062fb30 sp=0xc00062fab8 pc=0xc84e10&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:950 +0xaa fp=0xc00062fbd0 sp=0xc00062fb30 pc=0xb6f0ea&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00062fc48 sp=0xc00062fbd0 pc=0xb96890&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:714 +0x246 fp=0xc00062ffc0 sp=0xc00062fc48 pc=0xb6be26&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc00062ffe0 sp=0xc00062ffc0 pc=0xb6897a&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00062ffe8 sp=0xc00062ffe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0003b76e0 sp=0xc0003b76c0 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/netpoll.go:527 +0xf7 fp=0xc0003b7718 sp=0xc0003b76e0 pc=0x46a9f7&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/netpoll.go:306 +0x89 fp=0xc0003b7738 sp=0xc0003b7718 pc=0x4a16a9&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/internal/poll/fd_poll_runtime.go:84 +0xbd fp=0xc0003b7780 sp=0xc0003b7738 pc=0x4fd3bd&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/internal/poll/fd_poll_runtime.go:89&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/internal/poll/fd_unix.go:167 +0x405 fp=0xc0003b7870 sp=0xc0003b7780 pc=0x4fef45&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/net/fd_posix.go:55 +0x51 fp=0xc0003b78d0 sp=0xc0003b7870 pc=0x7d42d1&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/net/net.go:183 +0xb1 fp=0xc0003b7950 sp=0xc0003b78d0 pc=0x7eb731&#xA;&lt;autogenerated&gt;:1 +0x65 fp=0xc0003b7998 sp=0xc0003b7950 pc=0x80c265&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/net/http/transport.go:1943 +0x105 fp=0xc0003b7a18 sp=0xc0003b7998 pc=0x9a7a85&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/bufio/bufio.go:106 +0x2ab fp=0xc0003b7aa8 sp=0xc0003b7a18 pc=0x5d4f6b&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/bufio/bufio.go:144 +0xd2 fp=0xc0003b7b30 sp=0xc0003b7aa8 pc=0x5d5232&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/net/http/transport.go:2107 +0x2c8 fp=0xc0003b7fc0 sp=0xc0003b7b30 pc=0x9a8de8&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/net/http/transport.go:1765 +0x3a fp=0xc0003b7fe0 sp=0xc0003b7fc0 pc=0x9a66fa&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0003b7fe8 sp=0xc0003b7fe0 pc=0x4a7ae1&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/net/http/transport.go:1765 +0x2586&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0002e1cd0 sp=0xc0002e1cb0 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/select.go:327 +0x8be fp=0xc0002e1e30 sp=0xc0002e1cd0 pc=0x483c5e&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/net/http/transport.go:2410 +0x1a9 fp=0xc0002e1fc0 sp=0xc0002e1e30 pc=0x9abbc9&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/net/http/transport.go:1766 +0x3a fp=0xc0002e1fe0 sp=0xc0002e1fc0 pc=0x9a667a&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0002e1fe8 sp=0xc0002e1fe0 pc=0x4a7ae1&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/net/http/transport.go:1766 +0x261a&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0001f5bf0 sp=0xc0001f5bd0 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/select.go:327 +0x8be fp=0xc0001f5d50 sp=0xc0001f5bf0 pc=0x483c5e&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:295 +0x1c9 fp=0xc0001f5f10 sp=0xc0001f5d50 pc=0xb837e9&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:274 +0x42 fp=0xc0001f5f40 sp=0xc0001f5f10 pc=0xb830e2&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:279 +0x86 fp=0xc0001f5fe0 sp=0xc0001f5f40 pc=0xb59c66&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0001f5fe8 sp=0xc0001f5fe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:278 +0x3ea&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00054fc58 sp=0xc00054fc38 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/select.go:327 +0x8be fp=0xc00054fdb8 sp=0xc00054fc58 pc=0x483c5e&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:286 +0x47d fp=0xc00054ff28 sp=0xc00054fdb8 pc=0xb59a9d&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:395 +0x6a fp=0xc00054ffa0 sp=0xc00054ff28 pc=0xc4974a&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:532 +0x3a fp=0xc00054ffe0 sp=0xc00054ffa0 pc=0xc4b3ba&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00054ffe8 sp=0xc00054ffe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:531 +0xe5&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0001b3eb8 sp=0xc0001b3e98 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/chan.go:583 +0x42e fp=0xc0001b3f48 sp=0xc0001b3eb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/chan.go:447 +0x18 fp=0xc0001b3f70 sp=0xc0001b3f48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc0001b3fe0 sp=0xc0001b3f70 pc=0xad77ad&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0001b3fe8 sp=0xc0001b3fe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00043c828 sp=0xc00043c808 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/select.go:327 +0x8be fp=0xc00043c988 sp=0xc00043c828 pc=0x483c5e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc00043cab8 sp=0xc00043c988 pc=0xbae8d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00043cb30 sp=0xc00043cab8 pc=0xc84e10&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:950 +0xaa fp=0xc00043cbd0 sp=0xc00043cb30 pc=0xb6f0ea&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00043cc48 sp=0xc00043cbd0 pc=0xb96890&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:714 +0x246 fp=0xc00043cfc0 sp=0xc00043cc48 pc=0xb6be26&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc00043cfe0 sp=0xc00043cfc0 pc=0xb6897a&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00043cfe8 sp=0xc00043cfe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0007b7828 sp=0xc0007b7808 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/select.go:327 +0x8be fp=0xc0007b7988 sp=0xc0007b7828 pc=0x483c5e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0007b7ab8 sp=0xc0007b7988 pc=0xbae8d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0007b7b30 sp=0xc0007b7ab8 pc=0xc84e10&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:950 +0xaa fp=0xc0007b7bd0 sp=0xc0007b7b30 pc=0xb6f0ea&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0007b7c48 sp=0xc0007b7bd0 pc=0xb96890&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:714 +0x246 fp=0xc0007b7fc0 sp=0xc0007b7c48 pc=0xb6be26&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc0007b7fe0 sp=0xc0007b7fc0 pc=0xb6897a&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0007b7fe8 sp=0xc0007b7fe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0004e9828 sp=0xc0004e9808 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/select.go:327 +0x8be fp=0xc0004e9988 sp=0xc0004e9828 pc=0x483c5e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0004e9ab8 sp=0xc0004e9988 pc=0xbae8d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0004e9b30 sp=0xc0004e9ab8 pc=0xc84e10&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:950 +0xaa fp=0xc0004e9bd0 sp=0xc0004e9b30 pc=0xb6f0ea&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0004e9c48 sp=0xc0004e9bd0 pc=0xb96890&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:714 +0x246 fp=0xc0004e9fc0 sp=0xc0004e9c48 pc=0xb6be26&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc0004e9fe0 sp=0xc0004e9fc0 pc=0xb6897a&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0004e9fe8 sp=0xc0004e9fe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0004f5498 sp=0xc0004f5478 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/chan.go:583 +0x42e fp=0xc0004f5528 sp=0xc0004f5498 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/chan.go:442 +0x18 fp=0xc0004f5550 sp=0xc0004f5528 pc=0x43e1b8&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x74 fp=0xc0004f55e0 sp=0xc0004f5550 pc=0xc42914&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:134 +0x542 fp=0xc0004f5728 sp=0xc0004f55e0 pc=0xb64ac2&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:394 +0x50f fp=0xc0004f58b8 sp=0xc0004f5728 pc=0xb6840f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:294 +0x11f fp=0xc0004f5b68 sp=0xc0004f58b8 pc=0xb66fbf&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:222 +0x325 fp=0xc0004f5c48 sp=0xc0004f5b68 pc=0xb65c05&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:735 +0x2337 fp=0xc0004f5fc0 sp=0xc0004f5c48 pc=0xb6df17&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc0004f5fe0 sp=0xc0004f5fc0 pc=0xb6897a&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0004f5fe8 sp=0xc0004f5fe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000127828 sp=0xc000127808 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/select.go:327 +0x8be fp=0xc000127988 sp=0xc000127828 pc=0x483c5e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000127ab8 sp=0xc000127988 pc=0xbae8d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000127b30 sp=0xc000127ab8 pc=0xc84e10&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:950 +0xaa fp=0xc000127bd0 sp=0xc000127b30 pc=0xb6f0ea&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000127c48 sp=0xc000127bd0 pc=0xb96890&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:714 +0x246 fp=0xc000127fc0 sp=0xc000127c48 pc=0xb6be26&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc000127fe0 sp=0xc000127fc0 pc=0xb6897a&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000127fe8 sp=0xc000127fe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0007ac828 sp=0xc0007ac808 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/select.go:327 +0x8be fp=0xc0007ac988 sp=0xc0007ac828 pc=0x483c5e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0007acab8 sp=0xc0007ac988 pc=0xbae8d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0007acb30 sp=0xc0007acab8 pc=0xc84e10&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:950 +0xaa fp=0xc0007acbd0 sp=0xc0007acb30 pc=0xb6f0ea&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0007acc48 sp=0xc0007acbd0 pc=0xb96890&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:714 +0x246 fp=0xc0007acfc0 sp=0xc0007acc48 pc=0xb6be26&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc0007acfe0 sp=0xc0007acfc0 pc=0xb6897a&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0007acfe8 sp=0xc0007acfe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00042a828 sp=0xc00042a808 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/select.go:327 +0x8be fp=0xc00042a988 sp=0xc00042a828 pc=0x483c5e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc00042aab8 sp=0xc00042a988 pc=0xbae8d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00042ab30 sp=0xc00042aab8 pc=0xc84e10&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:950 +0xaa fp=0xc00042abd0 sp=0xc00042ab30 pc=0xb6f0ea&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00042ac48 sp=0xc00042abd0 pc=0xb96890&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:714 +0x246 fp=0xc00042afc0 sp=0xc00042ac48 pc=0xb6be26&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc00042afe0 sp=0xc00042afc0 pc=0xb6897a&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00042afe8 sp=0xc00042afe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00051fcd8 sp=0xc00051fcb8 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/select.go:327 +0x8be fp=0xc00051fe38 sp=0xc00051fcd8 pc=0x483c5e&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc00051ffc0 sp=0xc00051fe38 pc=0xaff7dd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc00051ffe0 sp=0xc00051ffc0 pc=0xaff03a&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00051ffe8 sp=0xc00051ffe0 pc=0x4a7ae1&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc92&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000091be0 sp=0xc000091bc0 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/select.go:327 +0x8be fp=0xc000091d40 sp=0xc000091be0 pc=0x483c5e&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:295 +0x1c9 fp=0xc000091f00 sp=0xc000091d40 pc=0xb837e9&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:274 +0x42 fp=0xc000091f30 sp=0xc000091f00 pc=0xb830e2&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:389 +0x9b fp=0xc000091fe0 sp=0xc000091f30 pc=0xb5b8bb&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000091fe8 sp=0xc000091fe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:388 +0x453&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0001f1828 sp=0xc0001f1808 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/select.go:327 +0x8be fp=0xc0001f1988 sp=0xc0001f1828 pc=0x483c5e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0001f1ab8 sp=0xc0001f1988 pc=0xbae8d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0001f1b30 sp=0xc0001f1ab8 pc=0xc84e10&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:950 +0xaa fp=0xc0001f1bd0 sp=0xc0001f1b30 pc=0xb6f0ea&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0001f1c48 sp=0xc0001f1bd0 pc=0xb96890&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:714 +0x246 fp=0xc0001f1fc0 sp=0xc0001f1c48 pc=0xb6be26&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc0001f1fe0 sp=0xc0001f1fc0 pc=0xb6897a&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0001f1fe8 sp=0xc0001f1fe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0000d5600 sp=0xc0000d55e0 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/netpoll.go:527 +0xf7 fp=0xc0000d5638 sp=0xc0000d5600 pc=0x46a9f7&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/netpoll.go:306 +0x89 fp=0xc0000d5658 sp=0xc0000d5638 pc=0x4a16a9&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/internal/poll/fd_poll_runtime.go:84 +0xbd fp=0xc0000d56a0 sp=0xc0000d5658 pc=0x4fd3bd&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/internal/poll/fd_poll_runtime.go:89&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/internal/poll/fd_unix.go:167 +0x405 fp=0xc0000d5790 sp=0xc0000d56a0 pc=0x4fef45&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/net/fd_posix.go:55 +0x51 fp=0xc0000d57f0 sp=0xc0000d5790 pc=0x7d42d1&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/net/net.go:183 +0xb1 fp=0xc0000d5870 sp=0xc0000d57f0 pc=0x7eb731&#xA;&lt;autogenerated&gt;:1 +0x65 fp=0xc0000d58b8 sp=0xc0000d5870 pc=0x80c265&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/net/http/server.go:782 +0x23b fp=0xc0000d5938 sp=0xc0000d58b8 pc=0x97471b&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/bufio/bufio.go:106 +0x2ab fp=0xc0000d59c8 sp=0xc0000d5938 pc=0x5d4f6b&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/bufio/bufio.go:144 +0xd2 fp=0xc0000d5a50 sp=0xc0000d59c8 pc=0x5d5232&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/net/http/server.go:2030 +0xe28 fp=0xc0000d5fa0 sp=0xc0000d5a50 pc=0x97e768&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/net/http/server.go:3089 +0x59 fp=0xc0000d5fe0 sp=0xc0000d5fa0 pc=0x985a79&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0000d5fe8 sp=0xc0000d5fe0 pc=0x4a7ae1&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/net/http/server.go:3089 +0x818&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0001136e0 sp=0xc0001136c0 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/netpoll.go:527 +0xf7 fp=0xc000113718 sp=0xc0001136e0 pc=0x46a9f7&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/netpoll.go:306 +0x89 fp=0xc000113738 sp=0xc000113718 pc=0x4a16a9&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/internal/poll/fd_poll_runtime.go:84 +0xbd fp=0xc000113780 sp=0xc000113738 pc=0x4fd3bd&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/internal/poll/fd_poll_runtime.go:89&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/internal/poll/fd_unix.go:167 +0x405 fp=0xc000113870 sp=0xc000113780 pc=0x4fef45&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/net/fd_posix.go:55 +0x51 fp=0xc0001138d0 sp=0xc000113870 pc=0x7d42d1&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/net/net.go:183 +0xb1 fp=0xc000113950 sp=0xc0001138d0 pc=0x7eb731&#xA;&lt;autogenerated&gt;:1 +0x65 fp=0xc000113998 sp=0xc000113950 pc=0x80c265&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/net/http/transport.go:1943 +0x105 fp=0xc000113a18 sp=0xc000113998 pc=0x9a7a85&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/bufio/bufio.go:106 +0x2ab fp=0xc000113aa8 sp=0xc000113a18 pc=0x5d4f6b&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/bufio/bufio.go:144 +0xd2 fp=0xc000113b30 sp=0xc000113aa8 pc=0x5d5232&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/net/http/transport.go:2107 +0x2c8 fp=0xc000113fc0 sp=0xc000113b30 pc=0x9a8de8&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/net/http/transport.go:1765 +0x3a fp=0xc000113fe0 sp=0xc000113fc0 pc=0x9a66fa&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000113fe8 sp=0xc000113fe0 pc=0x4a7ae1&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/net/http/transport.go:1765 +0x2586&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0001b4cd0 sp=0xc0001b4cb0 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/select.go:327 +0x8be fp=0xc0001b4e30 sp=0xc0001b4cd0 pc=0x483c5e&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/net/http/transport.go:2410 +0x1a9 fp=0xc0001b4fc0 sp=0xc0001b4e30 pc=0x9abbc9&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/net/http/transport.go:1766 +0x3a fp=0xc0001b4fe0 sp=0xc0001b4fc0 pc=0x9a667a&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0001b4fe8 sp=0xc0001b4fe0 pc=0x4a7ae1&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/net/http/transport.go:1766 +0x261a&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00078bbf0 sp=0xc00078bbd0 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/select.go:327 +0x8be fp=0xc00078bd50 sp=0xc00078bbf0 pc=0x483c5e&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:295 +0x1c9 fp=0xc00078bf10 sp=0xc00078bd50 pc=0xb837e9&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:274 +0x42 fp=0xc00078bf40 sp=0xc00078bf10 pc=0xb830e2&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:279 +0x86 fp=0xc00078bfe0 sp=0xc00078bf40 pc=0xb59c66&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00078bfe8 sp=0xc00078bfe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:278 +0x3ea&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000555498 sp=0xc000555478 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/chan.go:583 +0x42e fp=0xc000555528 sp=0xc000555498 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/chan.go:442 +0x18 fp=0xc000555550 sp=0xc000555528 pc=0x43e1b8&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x74 fp=0xc0005555e0 sp=0xc000555550 pc=0xc42914&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:134 +0x542 fp=0xc000555728 sp=0xc0005555e0 pc=0xb64ac2&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:394 +0x50f fp=0xc0005558b8 sp=0xc000555728 pc=0xb6840f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:294 +0x11f fp=0xc000555b68 sp=0xc0005558b8 pc=0xb66fbf&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:222 +0x325 fp=0xc000555c48 sp=0xc000555b68 pc=0xb65c05&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:735 +0x2337 fp=0xc000555fc0 sp=0xc000555c48 pc=0xb6df17&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc000555fe0 sp=0xc000555fc0 pc=0xb6897a&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000555fe8 sp=0xc000555fe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0003d2cf8 sp=0xc0003d2cd8 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/chan.go:259 +0x44e fp=0xc0003d2d88 sp=0xc0003d2cf8 pc=0x43d7ae&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/chan.go:145 +0x1d fp=0xc0003d2db8 sp=0xc0003d2d88 pc=0x43d33d&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0xa5 fp=0xc0003d2e20 sp=0xc0003d2db8 pc=0xba5a05&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:534 +0x10a fp=0xc0003d2ec0 sp=0xc0003d2e20 pc=0xb6a2aa&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc9 fp=0xc0003d2f50 sp=0xc0003d2ec0 pc=0xb4c9e9&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xe9 fp=0xc0003d2fe0 sp=0xc0003d2f50 pc=0xb4c809&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0003d2fe8 sp=0xc0003d2fe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x28b&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0004f3cc0 sp=0xc0004f3ca0 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/select.go:327 +0x8be fp=0xc0004f3e20 sp=0xc0004f3cc0 pc=0x483c5e&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:814 +0x245 fp=0xc0004f3f60 sp=0xc0004f3e20 pc=0xb614e5&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:805 +0x7e fp=0xc0004f3fe0 sp=0xc0004f3f60 pc=0xb6125e&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0004f3fe8 sp=0xc0004f3fe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:803 +0x20f&#xA;goroutine running on other thread; stack unavailable&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x28b&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000249eb8 sp=0xc000249e98 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/chan.go:583 +0x42e fp=0xc000249f48 sp=0xc000249eb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/chan.go:447 +0x18 fp=0xc000249f70 sp=0xc000249f48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc000249fe0 sp=0xc000249f70 pc=0xad77ad&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000249fe8 sp=0xc000249fe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0003b1c40 sp=0xc0003b1c20 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/select.go:327 +0x8be fp=0xc0003b1da0 sp=0xc0003b1c40 pc=0x483c5e&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:190 +0x39a fp=0xc0003b1fe0 sp=0xc0003b1da0 pc=0xb99c5a&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0003b1fe8 sp=0xc0003b1fe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:177 +0x25b&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000501498 sp=0xc000501478 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/chan.go:583 +0x42e fp=0xc000501528 sp=0xc000501498 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/chan.go:442 +0x18 fp=0xc000501550 sp=0xc000501528 pc=0x43e1b8&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x74 fp=0xc0005015e0 sp=0xc000501550 pc=0xc42914&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:134 +0x542 fp=0xc000501728 sp=0xc0005015e0 pc=0xb64ac2&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:394 +0x50f fp=0xc0005018b8 sp=0xc000501728 pc=0xb6840f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:294 +0x11f fp=0xc000501b68 sp=0xc0005018b8 pc=0xb66fbf&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:222 +0x325 fp=0xc000501c48 sp=0xc000501b68 pc=0xb65c05&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:735 +0x2337 fp=0xc000501fc0 sp=0xc000501c48 pc=0xb6df17&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc000501fe0 sp=0xc000501fc0 pc=0xb6897a&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000501fe8 sp=0xc000501fe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00050f498 sp=0xc00050f478 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/chan.go:583 +0x42e fp=0xc00050f528 sp=0xc00050f498 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/chan.go:442 +0x18 fp=0xc00050f550 sp=0xc00050f528 pc=0x43e1b8&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x74 fp=0xc00050f5e0 sp=0xc00050f550 pc=0xc42914&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:134 +0x542 fp=0xc00050f728 sp=0xc00050f5e0 pc=0xb64ac2&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:394 +0x50f fp=0xc00050f8b8 sp=0xc00050f728 pc=0xb6840f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:294 +0x11f fp=0xc00050fb68 sp=0xc00050f8b8 pc=0xb66fbf&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:222 +0x325 fp=0xc00050fc48 sp=0xc00050fb68 pc=0xb65c05&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:735 +0x2337 fp=0xc00050ffc0 sp=0xc00050fc48 pc=0xb6df17&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc00050ffe0 sp=0xc00050ffc0 pc=0xb6897a&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00050ffe8 sp=0xc00050ffe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0003c7cc0 sp=0xc0003c7ca0 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/select.go:327 +0x8be fp=0xc0003c7e20 sp=0xc0003c7cc0 pc=0x483c5e&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:814 +0x245 fp=0xc0003c7f60 sp=0xc0003c7e20 pc=0xb614e5&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:805 +0x7e fp=0xc0003c7fe0 sp=0xc0003c7f60 pc=0xb6125e&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0003c7fe8 sp=0xc0003c7fe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:803 +0x20f&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0004b5c40 sp=0xc0004b5c20 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/select.go:327 +0x8be fp=0xc0004b5da0 sp=0xc0004b5c40 pc=0x483c5e&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:190 +0x39a fp=0xc0004b5fe0 sp=0xc0004b5da0 pc=0xb99c5a&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0004b5fe8 sp=0xc0004b5fe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:177 +0x25b&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00072dc40 sp=0xc00072dc20 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/select.go:327 +0x8be fp=0xc00072dda0 sp=0xc00072dc40 pc=0x483c5e&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:190 +0x39a fp=0xc00072dfe0 sp=0xc00072dda0 pc=0xb99c5a&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00072dfe8 sp=0xc00072dfe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:177 +0x25b&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0001b1c40 sp=0xc0001b1c20 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/select.go:327 +0x8be fp=0xc0001b1da0 sp=0xc0001b1c40 pc=0x483c5e&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:190 +0x39a fp=0xc0001b1fe0 sp=0xc0001b1da0 pc=0xb99c5a&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0001b1fe8 sp=0xc0001b1fe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:177 +0x25b&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000539828 sp=0xc000539808 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/select.go:327 +0x8be fp=0xc000539988 sp=0xc000539828 pc=0x483c5e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000539ab8 sp=0xc000539988 pc=0xbae8d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000539b30 sp=0xc000539ab8 pc=0xc84e10&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:950 +0xaa fp=0xc000539bd0 sp=0xc000539b30 pc=0xb6f0ea&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000539c48 sp=0xc000539bd0 pc=0xb96890&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:714 +0x246 fp=0xc000539fc0 sp=0xc000539c48 pc=0xb6be26&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc000539fe0 sp=0xc000539fc0 pc=0xb6897a&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000539fe8 sp=0xc000539fe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000579828 sp=0xc000579808 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/select.go:327 +0x8be fp=0xc000579988 sp=0xc000579828 pc=0x483c5e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000579ab8 sp=0xc000579988 pc=0xbae8d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000579b30 sp=0xc000579ab8 pc=0xc84e10&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:950 +0xaa fp=0xc000579bd0 sp=0xc000579b30 pc=0xb6f0ea&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000579c48 sp=0xc000579bd0 pc=0xb96890&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:714 +0x246 fp=0xc000579fc0 sp=0xc000579c48 pc=0xb6be26&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc000579fe0 sp=0xc000579fc0 pc=0xb6897a&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000579fe8 sp=0xc000579fe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 fp=0xc0001b0fe0 sp=0xc0001b0fd8 pc=0xb68940&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0001b0fe8 sp=0xc0001b0fe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0004ebeb8 sp=0xc0004ebe98 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/chan.go:583 +0x42e fp=0xc0004ebf48 sp=0xc0004ebeb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/chan.go:447 +0x18 fp=0xc0004ebf70 sp=0xc0004ebf48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc0004ebfe0 sp=0xc0004ebf70 pc=0xad77ad&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0004ebfe8 sp=0xc0004ebfe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000611eb8 sp=0xc000611e98 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/chan.go:583 +0x42e fp=0xc000611f48 sp=0xc000611eb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/chan.go:447 +0x18 fp=0xc000611f70 sp=0xc000611f48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc000611fe0 sp=0xc000611f70 pc=0xad77ad&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000611fe8 sp=0xc000611fe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0005bdeb8 sp=0xc0005bde98 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/chan.go:583 +0x42e fp=0xc0005bdf48 sp=0xc0005bdeb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/chan.go:447 +0x18 fp=0xc0005bdf70 sp=0xc0005bdf48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc0005bdfe0 sp=0xc0005bdf70 pc=0xad77ad&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0005bdfe8 sp=0xc0005bdfe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000409c40 sp=0xc000409c20 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/select.go:327 +0x8be fp=0xc000409da0 sp=0xc000409c40 pc=0x483c5e&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:190 +0x39a fp=0xc000409fe0 sp=0xc000409da0 pc=0xb99c5a&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000409fe8 sp=0xc000409fe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:177 +0x25b&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0005c7c40 sp=0xc0005c7c20 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/select.go:327 +0x8be fp=0xc0005c7da0 sp=0xc0005c7c40 pc=0x483c5e&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:190 +0x39a fp=0xc0005c7fe0 sp=0xc0005c7da0 pc=0xb99c5a&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0005c7fe8 sp=0xc0005c7fe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:177 +0x25b&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0005e9828 sp=0xc0005e9808 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/select.go:327 +0x8be fp=0xc0005e9988 sp=0xc0005e9828 pc=0x483c5e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0005e9ab8 sp=0xc0005e9988 pc=0xbae8d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0005e9b30 sp=0xc0005e9ab8 pc=0xc84e10&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:950 +0xaa fp=0xc0005e9bd0 sp=0xc0005e9b30 pc=0xb6f0ea&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0005e9c48 sp=0xc0005e9bd0 pc=0xb96890&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:714 +0x246 fp=0xc0005e9fc0 sp=0xc0005e9c48 pc=0xb6be26&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc0005e9fe0 sp=0xc0005e9fc0 pc=0xb6897a&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0005e9fe8 sp=0xc0005e9fe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0004ef828 sp=0xc0004ef808 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/select.go:327 +0x8be fp=0xc0004ef988 sp=0xc0004ef828 pc=0x483c5e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0004efab8 sp=0xc0004ef988 pc=0xbae8d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0004efb30 sp=0xc0004efab8 pc=0xc84e10&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:950 +0xaa fp=0xc0004efbd0 sp=0xc0004efb30 pc=0xb6f0ea&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0004efc48 sp=0xc0004efbd0 pc=0xb96890&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:714 +0x246 fp=0xc0004effc0 sp=0xc0004efc48 pc=0xb6be26&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc0004effe0 sp=0xc0004effc0 pc=0xb6897a&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0004effe8 sp=0xc0004effe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000060be0 sp=0xc000060bc0 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/select.go:327 +0x8be fp=0xc000060d40 sp=0xc000060be0 pc=0x483c5e&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:295 +0x1c9 fp=0xc000060f00 sp=0xc000060d40 pc=0xb837e9&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:274 +0x42 fp=0xc000060f30 sp=0xc000060f00 pc=0xb830e2&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:389 +0x9b fp=0xc000060fe0 sp=0xc000060f30 pc=0xb5b8bb&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000060fe8 sp=0xc000060fe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:388 +0x453&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0002db828 sp=0xc0002db808 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/select.go:327 +0x8be fp=0xc0002db988 sp=0xc0002db828 pc=0x483c5e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0002dbab8 sp=0xc0002db988 pc=0xbae8d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0002dbb30 sp=0xc0002dbab8 pc=0xc84e10&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:950 +0xaa fp=0xc0002dbbd0 sp=0xc0002dbb30 pc=0xb6f0ea&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0002dbc48 sp=0xc0002dbbd0 pc=0xb96890&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:714 +0x246 fp=0xc0002dbfc0 sp=0xc0002dbc48 pc=0xb6be26&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc0002dbfe0 sp=0xc0002dbfc0 pc=0xb6897a&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0002dbfe8 sp=0xc0002dbfe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0005e7828 sp=0xc0005e7808 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/select.go:327 +0x8be fp=0xc0005e7988 sp=0xc0005e7828 pc=0x483c5e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0005e7ab8 sp=0xc0005e7988 pc=0xbae8d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0005e7b30 sp=0xc0005e7ab8 pc=0xc84e10&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:950 +0xaa fp=0xc0005e7bd0 sp=0xc0005e7b30 pc=0xb6f0ea&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0005e7c48 sp=0xc0005e7bd0 pc=0xb96890&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:714 +0x246 fp=0xc0005e7fc0 sp=0xc0005e7c48 pc=0xb6be26&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc0005e7fe0 sp=0xc0005e7fc0 pc=0xb6897a&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0005e7fe8 sp=0xc0005e7fe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0004c4cd8 sp=0xc0004c4cb8 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/select.go:327 +0x8be fp=0xc0004c4e38 sp=0xc0004c4cd8 pc=0x483c5e&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc0004c4fc0 sp=0xc0004c4e38 pc=0xaff7dd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc0004c4fe0 sp=0xc0004c4fc0 pc=0xaff03a&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0004c4fe8 sp=0xc0004c4fe0 pc=0x4a7ae1&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc92&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000613c58 sp=0xc000613c38 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/select.go:327 +0x8be fp=0xc000613db8 sp=0xc000613c58 pc=0x483c5e&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:286 +0x47d fp=0xc000613f28 sp=0xc000613db8 pc=0xb59a9d&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:395 +0x6a fp=0xc000613fa0 sp=0xc000613f28 pc=0xc4974a&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:532 +0x3a fp=0xc000613fe0 sp=0xc000613fa0 pc=0xc4b3ba&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000613fe8 sp=0xc000613fe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:531 +0xe5&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0004ed828 sp=0xc0004ed808 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/select.go:327 +0x8be fp=0xc0004ed988 sp=0xc0004ed828 pc=0x483c5e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0004edab8 sp=0xc0004ed988 pc=0xbae8d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0004edb30 sp=0xc0004edab8 pc=0xc84e10&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:950 +0xaa fp=0xc0004edbd0 sp=0xc0004edb30 pc=0xb6f0ea&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0004edc48 sp=0xc0004edbd0 pc=0xb96890&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:714 +0x246 fp=0xc0004edfc0 sp=0xc0004edc48 pc=0xb6be26&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc0004edfe0 sp=0xc0004edfc0 pc=0xb6897a&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0004edfe8 sp=0xc0004edfe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0005c1eb8 sp=0xc0005c1e98 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/chan.go:583 +0x42e fp=0xc0005c1f48 sp=0xc0005c1eb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/chan.go:447 +0x18 fp=0xc0005c1f70 sp=0xc0005c1f48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc0005c1fe0 sp=0xc0005c1f70 pc=0xad77ad&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0005c1fe8 sp=0xc0005c1fe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000699cc0 sp=0xc000699ca0 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/select.go:327 +0x8be fp=0xc000699e20 sp=0xc000699cc0 pc=0x483c5e&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:814 +0x245 fp=0xc000699f60 sp=0xc000699e20 pc=0xb614e5&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:805 +0x7e fp=0xc000699fe0 sp=0xc000699f60 pc=0xb6125e&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000699fe8 sp=0xc000699fe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:803 +0x20f&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000575c48 sp=0xc000575c28 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/select.go:327 +0x8be fp=0xc000575da8 sp=0xc000575c48 pc=0x483c5e&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:396 +0x4e9 fp=0xc000575f28 sp=0xc000575da8 pc=0xb5b6e9&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:453 +0x6a fp=0xc000575fa0 sp=0xc000575f28 pc=0xc4a72a&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:532 +0x3a fp=0xc000575fe0 sp=0xc000575fa0 pc=0xc4b3ba&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000575fe8 sp=0xc000575fe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:531 +0xe5&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0001b5c40 sp=0xc0001b5c20 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/select.go:327 +0x8be fp=0xc0001b5da0 sp=0xc0001b5c40 pc=0x483c5e&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:190 +0x39a fp=0xc0001b5fe0 sp=0xc0001b5da0 pc=0xb99c5a&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0001b5fe8 sp=0xc0001b5fe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:177 +0x25b&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000429cd8 sp=0xc000429cb8 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/select.go:327 +0x8be fp=0xc000429e38 sp=0xc000429cd8 pc=0x483c5e&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc000429fc0 sp=0xc000429e38 pc=0xaff7dd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc000429fe0 sp=0xc000429fc0 pc=0xaff03a&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000429fe8 sp=0xc000429fe0 pc=0x4a7ae1&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc92&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0007bfeb8 sp=0xc0007bfe98 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/chan.go:583 +0x42e fp=0xc0007bff48 sp=0xc0007bfeb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/chan.go:447 +0x18 fp=0xc0007bff70 sp=0xc0007bff48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc0007bffe0 sp=0xc0007bff70 pc=0xad77ad&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0007bffe8 sp=0xc0007bffe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000527828 sp=0xc000527808 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/select.go:327 +0x8be fp=0xc000527988 sp=0xc000527828 pc=0x483c5e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000527ab8 sp=0xc000527988 pc=0xbae8d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000527b30 sp=0xc000527ab8 pc=0xc84e10&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:950 +0xaa fp=0xc000527bd0 sp=0xc000527b30 pc=0xb6f0ea&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000527c48 sp=0xc000527bd0 pc=0xb96890&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:714 +0x246 fp=0xc000527fc0 sp=0xc000527c48 pc=0xb6be26&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc000527fe0 sp=0xc000527fc0 pc=0xb6897a&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000527fe8 sp=0xc000527fe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0003c5828 sp=0xc0003c5808 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/select.go:327 +0x8be fp=0xc0003c5988 sp=0xc0003c5828 pc=0x483c5e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0003c5ab8 sp=0xc0003c5988 pc=0xbae8d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0003c5b30 sp=0xc0003c5ab8 pc=0xc84e10&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:950 +0xaa fp=0xc0003c5bd0 sp=0xc0003c5b30 pc=0xb6f0ea&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0003c5c48 sp=0xc0003c5bd0 pc=0xb96890&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:714 +0x246 fp=0xc0003c5fc0 sp=0xc0003c5c48 pc=0xb6be26&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc0003c5fe0 sp=0xc0003c5fc0 pc=0xb6897a&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0003c5fe8 sp=0xc0003c5fe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;goroutine running on other thread; stack unavailable&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0007b9828 sp=0xc0007b9808 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/select.go:327 +0x8be fp=0xc0007b9988 sp=0xc0007b9828 pc=0x483c5e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0007b9ab8 sp=0xc0007b9988 pc=0xbae8d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0007b9b30 sp=0xc0007b9ab8 pc=0xc84e10&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:950 +0xaa fp=0xc0007b9bd0 sp=0xc0007b9b30 pc=0xb6f0ea&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0007b9c48 sp=0xc0007b9bd0 pc=0xb96890&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:714 +0x246 fp=0xc0007b9fc0 sp=0xc0007b9c48 pc=0xb6be26&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc0007b9fe0 sp=0xc0007b9fc0 pc=0xb6897a&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0007b9fe8 sp=0xc0007b9fe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000623828 sp=0xc000623808 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/select.go:327 +0x8be fp=0xc000623988 sp=0xc000623828 pc=0x483c5e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000623ab8 sp=0xc000623988 pc=0xbae8d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000623b30 sp=0xc000623ab8 pc=0xc84e10&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:950 +0xaa fp=0xc000623bd0 sp=0xc000623b30 pc=0xb6f0ea&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000623c48 sp=0xc000623bd0 pc=0xb96890&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:714 +0x246 fp=0xc000623fc0 sp=0xc000623c48 pc=0xb6be26&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc000623fe0 sp=0xc000623fc0 pc=0xb6897a&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000623fe8 sp=0xc000623fe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000661c38 sp=0xc000661c18 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/select.go:327 +0x8be fp=0xc000661d98 sp=0xc000661c38 pc=0x483c5e&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:295 +0x1c9 fp=0xc000661f58 sp=0xc000661d98 pc=0xb837e9&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:274 +0x42 fp=0xc000661f88 sp=0xc000661f58 pc=0xb830e2&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:759 +0x76 fp=0xc000661fe0 sp=0xc000661f88 pc=0xb60eb6&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000661fe8 sp=0xc000661fe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:755 +0x93a&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000551c48 sp=0xc000551c28 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/select.go:327 +0x8be fp=0xc000551da8 sp=0xc000551c48 pc=0x483c5e&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:396 +0x4e9 fp=0xc000551f28 sp=0xc000551da8 pc=0xb5b6e9&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:453 +0x6a fp=0xc000551fa0 sp=0xc000551f28 pc=0xc4a72a&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:532 +0x3a fp=0xc000551fe0 sp=0xc000551fa0 pc=0xc4b3ba&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000551fe8 sp=0xc000551fe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:531 +0xe5&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000871828 sp=0xc000871808 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/select.go:327 +0x8be fp=0xc000871988 sp=0xc000871828 pc=0x483c5e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000871ab8 sp=0xc000871988 pc=0xbae8d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000871b30 sp=0xc000871ab8 pc=0xc84e10&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:950 +0xaa fp=0xc000871bd0 sp=0xc000871b30 pc=0xb6f0ea&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000871c48 sp=0xc000871bd0 pc=0xb96890&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:714 +0x246 fp=0xc000871fc0 sp=0xc000871c48 pc=0xb6be26&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc000871fe0 sp=0xc000871fc0 pc=0xb6897a&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000871fe8 sp=0xc000871fe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000870828 sp=0xc000870808 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/select.go:327 +0x8be fp=0xc000870988 sp=0xc000870828 pc=0x483c5e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000870ab8 sp=0xc000870988 pc=0xbae8d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000870b30 sp=0xc000870ab8 pc=0xc84e10&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:950 +0xaa fp=0xc000870bd0 sp=0xc000870b30 pc=0xb6f0ea&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000870c48 sp=0xc000870bd0 pc=0xb96890&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:714 +0x246 fp=0xc000870fc0 sp=0xc000870c48 pc=0xb6be26&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc000870fe0 sp=0xc000870fc0 pc=0xb6897a&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000870fe8 sp=0xc000870fe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00072b768 sp=0xc00072b748 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/chan.go:259 +0x44e fp=0xc00072b7f8 sp=0xc00072b768 pc=0x43d7ae&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/chan.go:145 +0x1d fp=0xc00072b828 sp=0xc00072b7f8 pc=0x43d33d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn_spec_integration_test.go:1178 +0x24f fp=0xc00072b918 sp=0xc00072b828 pc=0xbfd94f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:134 +0x542 fp=0xc00072ba60 sp=0xc00072b918 pc=0xb64ac2&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:394 +0x50f fp=0xc00072bbf0 sp=0xc00072ba60 pc=0xb6840f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:348 +0x8d4 fp=0xc00072bea0 sp=0xc00072bbf0 pc=0xb67774&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:193 +0x19f fp=0xc00072bf50 sp=0xc00072bea0 pc=0xb6581f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:175 +0x7b fp=0xc00072bfe0 sp=0xc00072bf50 pc=0xb6557b&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00072bfe8 sp=0xc00072bfe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:174 +0x44c&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0005fe828 sp=0xc0005fe808 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/select.go:327 +0x8be fp=0xc0005fe988 sp=0xc0005fe828 pc=0x483c5e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0005feab8 sp=0xc0005fe988 pc=0xbae8d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0005feb30 sp=0xc0005feab8 pc=0xc84e10&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:950 +0xaa fp=0xc0005febd0 sp=0xc0005feb30 pc=0xb6f0ea&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0005fec48 sp=0xc0005febd0 pc=0xb96890&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:714 +0x246 fp=0xc0005fefc0 sp=0xc0005fec48 pc=0xb6be26&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc0005fefe0 sp=0xc0005fefc0 pc=0xb6897a&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0005fefe8 sp=0xc0005fefe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00053acf8 sp=0xc00053acd8 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/chan.go:259 +0x44e fp=0xc00053ad88 sp=0xc00053acf8 pc=0x43d7ae&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/chan.go:145 +0x1d fp=0xc00053adb8 sp=0xc00053ad88 pc=0x43d33d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:530&#xA;&lt;autogenerated&gt;:1 +0xb0 fp=0xc00053ae20 sp=0xc00053adb8 pc=0xb97070&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:551 +0x10b fp=0xc00053aec0 sp=0xc00053ae20 pc=0xb5d84b&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc9 fp=0xc00053af50 sp=0xc00053aec0 pc=0xb4c9e9&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xe9 fp=0xc00053afe0 sp=0xc00053af50 pc=0xb4c809&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00053afe8 sp=0xc00053afe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x28b&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000063828 sp=0xc000063808 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/select.go:327 +0x8be fp=0xc000063988 sp=0xc000063828 pc=0x483c5e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000063ab8 sp=0xc000063988 pc=0xbae8d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000063b30 sp=0xc000063ab8 pc=0xc84e10&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:950 +0xaa fp=0xc000063bd0 sp=0xc000063b30 pc=0xb6f0ea&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000063c48 sp=0xc000063bd0 pc=0xb96890&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:714 +0x246 fp=0xc000063fc0 sp=0xc000063c48 pc=0xb6be26&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc000063fe0 sp=0xc000063fc0 pc=0xb6897a&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000063fe8 sp=0xc000063fe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000992cf8 sp=0xc000992cd8 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/chan.go:259 +0x44e fp=0xc000992d88 sp=0xc000992cf8 pc=0x43d7ae&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/chan.go:145 +0x1d fp=0xc000992db8 sp=0xc000992d88 pc=0x43d33d&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0xa5 fp=0xc000992e20 sp=0xc000992db8 pc=0xba5a05&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:534 +0x10a fp=0xc000992ec0 sp=0xc000992e20 pc=0xb6a2aa&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc9 fp=0xc000992f50 sp=0xc000992ec0 pc=0xb4c9e9&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xe9 fp=0xc000992fe0 sp=0xc000992f50 pc=0xb4c809&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000992fe8 sp=0xc000992fe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x28b&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000540cd8 sp=0xc000540cb8 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/select.go:327 +0x8be fp=0xc000540e38 sp=0xc000540cd8 pc=0x483c5e&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc000540fc0 sp=0xc000540e38 pc=0xaff7dd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc000540fe0 sp=0xc000540fc0 pc=0xaff03a&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000540fe8 sp=0xc000540fe0 pc=0x4a7ae1&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc92&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00042f828 sp=0xc00042f808 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/select.go:327 +0x8be fp=0xc00042f988 sp=0xc00042f828 pc=0x483c5e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc00042fab8 sp=0xc00042f988 pc=0xbae8d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00042fb30 sp=0xc00042fab8 pc=0xc84e10&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:950 +0xaa fp=0xc00042fbd0 sp=0xc00042fb30 pc=0xb6f0ea&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00042fc48 sp=0xc00042fbd0 pc=0xb96890&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:714 +0x246 fp=0xc00042ffc0 sp=0xc00042fc48 pc=0xb6be26&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc00042ffe0 sp=0xc00042ffc0 pc=0xb6897a&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00042ffe8 sp=0xc00042ffe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0005894b0 sp=0xc000589490 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/select.go:327 +0x8be fp=0xc000589610 sp=0xc0005894b0 pc=0x483c5e&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:295 +0x1c9 fp=0xc0005897d0 sp=0xc000589610 pc=0xb837e9&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:274 +0x42 fp=0xc000589800 sp=0xc0005897d0 pc=0xb830e2&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:519 +0x10d fp=0xc000589878 sp=0xc000589800 pc=0xb5d16d&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:106 +0x105 fp=0xc000589908 sp=0xc000589878 pc=0xb98b65&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn_spec_integration_test.go:1202 +0x66d fp=0xc000589ea8 sp=0xc000589908 pc=0xbfc02d&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/testing/testing.go:1576 +0x217 fp=0xc000589fb0 sp=0xc000589ea8 pc=0x5ca837&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/testing/testing.go:1629 +0x48 fp=0xc000589fe0 sp=0xc000589fb0 pc=0x5cc348&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000589fe8 sp=0xc000589fe0 pc=0x4a7ae1&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/testing/testing.go:1629 +0x806&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000998828 sp=0xc000998808 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/select.go:327 +0x8be fp=0xc000998988 sp=0xc000998828 pc=0x483c5e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000998ab8 sp=0xc000998988 pc=0xbae8d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000998b30 sp=0xc000998ab8 pc=0xc84e10&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:950 +0xaa fp=0xc000998bd0 sp=0xc000998b30 pc=0xb6f0ea&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000998c48 sp=0xc000998bd0 pc=0xb96890&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:714 +0x246 fp=0xc000998fc0 sp=0xc000998c48 pc=0xb6be26&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc000998fe0 sp=0xc000998fc0 pc=0xb6897a&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000998fe8 sp=0xc000998fe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00042d828 sp=0xc00042d808 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/select.go:327 +0x8be fp=0xc00042d988 sp=0xc00042d828 pc=0x483c5e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc00042dab8 sp=0xc00042d988 pc=0xbae8d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00042db30 sp=0xc00042dab8 pc=0xc84e10&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:950 +0xaa fp=0xc00042dbd0 sp=0xc00042db30 pc=0xb6f0ea&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00042dc48 sp=0xc00042dbd0 pc=0xb96890&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:714 +0x246 fp=0xc00042dfc0 sp=0xc00042dc48 pc=0xb6be26&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc00042dfe0 sp=0xc00042dfc0 pc=0xb6897a&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00042dfe8 sp=0xc00042dfe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0004adcf8 sp=0xc0004adcd8 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/chan.go:259 +0x44e fp=0xc0004add88 sp=0xc0004adcf8 pc=0x43d7ae&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/chan.go:145 +0x1d fp=0xc0004addb8 sp=0xc0004add88 pc=0x43d33d&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0xa5 fp=0xc0004ade20 sp=0xc0004addb8 pc=0xba5a05&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:534 +0x10a fp=0xc0004adec0 sp=0xc0004ade20 pc=0xb6a2aa&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc9 fp=0xc0004adf50 sp=0xc0004adec0 pc=0xb4c9e9&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xe9 fp=0xc0004adfe0 sp=0xc0004adf50 pc=0xb4c809&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0004adfe8 sp=0xc0004adfe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x28b&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0003d3cd8 sp=0xc0003d3cb8 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/select.go:327 +0x8be fp=0xc0003d3e38 sp=0xc0003d3cd8 pc=0x483c5e&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc0003d3fc0 sp=0xc0003d3e38 pc=0xaff7dd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc0003d3fe0 sp=0xc0003d3fc0 pc=0xaff03a&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0003d3fe8 sp=0xc0003d3fe0 pc=0x4a7ae1&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc92&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000873cf8 sp=0xc000873cd8 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/chan.go:259 +0x44e fp=0xc000873d88 sp=0xc000873cf8 pc=0x43d7ae&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/chan.go:145 +0x1d fp=0xc000873db8 sp=0xc000873d88 pc=0x43d33d&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0xa5 fp=0xc000873e20 sp=0xc000873db8 pc=0xba5a05&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:534 +0x10a fp=0xc000873ec0 sp=0xc000873e20 pc=0xb6a2aa&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc9 fp=0xc000873f50 sp=0xc000873ec0 pc=0xb4c9e9&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xe9 fp=0xc000873fe0 sp=0xc000873f50 pc=0xb4c809&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000873fe8 sp=0xc000873fe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x28b&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000999828 sp=0xc000999808 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/select.go:327 +0x8be fp=0xc000999988 sp=0xc000999828 pc=0x483c5e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000999ab8 sp=0xc000999988 pc=0xbae8d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000999b30 sp=0xc000999ab8 pc=0xc84e10&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:950 +0xaa fp=0xc000999bd0 sp=0xc000999b30 pc=0xb6f0ea&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000999c48 sp=0xc000999bd0 pc=0xb96890&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:714 +0x246 fp=0xc000999fc0 sp=0xc000999c48 pc=0xb6be26&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc000999fe0 sp=0xc000999fc0 pc=0xb6897a&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000999fe8 sp=0xc000999fe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00043e828 sp=0xc00043e808 pc=0x472336&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/select.go:327 +0x8be fp=0xc00043e988 sp=0xc00043e828 pc=0x483c5e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc00043eab8 sp=0xc00043e988 pc=0xbae8d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00043eb30 sp=0xc00043eab8 pc=0xc84e10&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:950 +0xaa fp=0xc00043ebd0 sp=0xc00043eb30 pc=0xb6f0ea&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00043ec48 sp=0xc00043ebd0 pc=0xb96890&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:714 +0x246 fp=0xc00043efc0 sp=0xc00043ec48 pc=0xb6be26&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc00043efe0 sp=0xc00043efc0 pc=0xb6897a&#xA;/opt/hostedtoolcache/go/1.20.4/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00043efe8 sp=0xc00043efe0 pc=0x4a7ae1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc</failure>
		</testcase>
	</testsuite>
</testsuites>
