<testsuites>
	<testsuite tests="192" failures="3" time="7262.448" name="github.com/ably/ably-go/ably">
		<properties>
			<property name="go.version" value="go1.20.2"></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.010"></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="6.770"></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="12.660"></testcase>
		<testcase classname="ably" name="TestAuth_TokenAuth_Renew" time="11.390"></testcase>
		<testcase classname="ably" name="TestAuth_RequestToken" time="9.640"></testcase>
		<testcase classname="ably" name="TestAuth_ReuseClientID" time="6.580"></testcase>
		<testcase classname="ably" name="TestAuth_RequestToken_PublishClientID" time="7.210"></testcase>
		<testcase classname="ably" name="TestAuth_ClientID" time="7.710"></testcase>
		<testcase classname="ably" name="TestAuth_ClientID/Auth_ClientID" time="1.160"></testcase>
		<testcase classname="ably" name="TestAuth_CreateTokenRequest" time="6.630"></testcase>
		<testcase classname="ably" name="TestAuth_CreateTokenRequest/RSA9h" time="0.040"></testcase>
		<testcase classname="ably" name="TestAuth_CreateTokenRequest/RSA9h/parameters_are_optional" time="0.040"></testcase>
		<testcase classname="ably" name="TestAuth_CreateTokenRequest/RSA9h/authOptions_must_not_be_merged" time="0.000"></testcase>
		<testcase classname="ably" name="TestAuth_CreateTokenRequest/RSA9c_must_generate_a_unique_16+_character_nonce" time="0.000"></testcase>
		<testcase classname="ably" name="TestAuth_CreateTokenRequest/RSA9g_generate_a_signed_request" time="0.000"></testcase>
		<testcase classname="ably" name="TestAuth_RealtimeAccessToken" time="6.790"></testcase>
		<testcase classname="ably" name="TestAuth_IgnoreTimestamp_QueryTime" time="28.140"></testcase>
		<testcase classname="ably" name="TestAuth_RSA7c" time="6.740"></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.130"></testcase>
		<testcase classname="ably" name="Test_RTE5_EventEmitter_Off/specific_listener" time="0.040"></testcase>
		<testcase classname="ably" name="Test_RTE5_EventEmitter_Off/specific_event" time="0.050"></testcase>
		<testcase classname="ably" name="Test_RTE5_EventEmitter_Off/all" time="0.030"></testcase>
		<testcase classname="ably" name="Test_RTE6_EventEmitter_EmitPanic" time="0.020"></testcase>
		<testcase classname="ably" name="Test_RTE6a_EventEmitter_EmitToFixedListenersCollection" time="0.100"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedFallback" time="7.070"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedFallback/request_time" time="0.010"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedResponse" time="7.150"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedResponse/request_time" time="0.040"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedResponse/request_404" time="0.130"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedResponse/request_post_get_messages" time="0.150"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedResponse/request_post_get_messages/post" time="0.070"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedResponse/request_post_get_messages/get" time="0.070"></testcase>
		<testcase classname="ably" name="TestMessage_CryptoDataFixtures_RSL6a1_RSL5b_RSL5c" time="0.020"></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.020"></testcase>
		<testcase classname="ably" name="TestMessage_CryptoDataFixtures_RSL6a1_RSL5b_RSL5c/with_a_256_keylength/fixture_encode" time="0.000"></testcase>
		<testcase classname="ably" name="TestMessage_CryptoDataFixtures_RSL6a1_RSL5b_RSL5c_TM3" time="0.010"></testcase>
		<testcase classname="ably" name="TestMessage_CryptoDataFixtures_RSL6a1_RSL5b_RSL5c_TM3/with_a_128_keylength" time="0.000"></testcase>
		<testcase classname="ably" name="TestMessage_CryptoDataFixtures_RSL6a1_RSL5b_RSL5c_TM3/with_a_128_keylength/fixture_encode" time="0.000"></testcase>
		<testcase classname="ably" name="TestMessage_CryptoDataFixtures_RSL6a1_RSL5b_RSL5c_TM3/with_a_256_keylength" time="0.010"></testcase>
		<testcase classname="ably" name="TestMessage_CryptoDataFixtures_RSL6a1_RSL5b_RSL5c_TM3/with_a_256_keylength/fixture_encode" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_Publish" time="6.400"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_Subscribe" time="21.650"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_AttachWhileDisconnected" time="8.010"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2_ChannelEventForStateChange" time="27.220"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2_ChannelEventForStateChange/on_ATTACHING" time="6.810"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2_ChannelEventForStateChange/on_ATTACHED" time="6.830"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2_ChannelEventForStateChange/on_DETACHING" time="6.880"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2_ChannelEventForStateChange/on_DETACHED" time="6.700"></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="122.190"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4a:_If_already_attached,_nothing_is_done" time="0.020"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4b:_If_connection_state_is_INITIALIZED,_CLOSING,_CLOSED_returns_error" time="7.250"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4b:_If_connection_state_is_FAILED,_returns_error" time="6.800"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4b:_If_connection_state_is_SUSPENDED,_returns_error" time="6.770"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4c_RTL4d:_If_connected,_should_get_attached_successfully" time="6.530"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4d_:_should_return_error_on_FAILED_while_attaching_channel" time="6.790"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4d_:_should_return_error_on_DETACHED_while_attaching_channel" time="6.760"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4d_:_should_return_error_on_SUSPENDED_while_attaching_channel" time="0.000">
			<skipped message="    realtime_channel_spec_integration_test.go: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.600"></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.700"></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.770"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4i_:_If_connection_state_is_CONNECTING,_do_ATTACH_after_CONNECTED" time="6.860"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4i_:_If_connection_state_is_DISCONNECTED,_do_ATTACH_after_CONNECTED" time="6.620"></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.640"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4j2:_Rewind_flag_should_allow_to_receive_historic_messages" time="7.190"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4k:_If_params_given_channel_options,_should_be_sent_in_ATTACH_message" time="6.790"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4k1:_If_params_given_channel_options,_should_be_exposed_as_readonly_field_on_ATTACHED_message" time="7.000"></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.820"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4m:_If_modes_provides_while_attach,_should_receive_modes_in_attached_message" time="6.600"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach" time="54.680"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5a:_If_channel_is_INITIALIZED_or_DETACHED,_do_nothing" time="6.680"></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.810"></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.970"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5h_:_If_Connection_state_CONNECTING,_queue_the_DETACH_message_and_send_on_CONNECTED" time="6.960"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5h_:_If_Connection_state_DISCONNECTED,_queue_the_DETACH_message_and_send_on_CONNECTED" time="6.860"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5i:_If_channel_in_DETACHING_or_ATTACHING_state,_do_detach_after_completion_of_operation" time="6.670"></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.190"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c1_PublishNow/when_INITIALIZED" time="6.560"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c1_PublishNow/when_ATTACHING" time="7.000"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c1_PublishNow/when_ATTACHED" time="6.920"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c1_PublishNow/when_DETACHING" time="6.930"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c1_PublishNow/when_DETACHED" time="6.780"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue" time="74.520"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_INITIALIZED,_channel_is_INITIALIZED" time="6.680"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_CONNECTING,_channel_is_INITIALIZED" time="6.610"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_CONNECTING,_channel_is_ATTACHING" time="6.640"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_DISCONNECTED,_channel_is_INITIALIZED" time="7.030"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_DISCONNECTED,_channel_is_ATTACHING" time="6.690"></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="7.180"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_DISCONNECTED,_channel_is_DETACHED" time="6.880"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_CONNECTING,_channel_is_ATTACHED" time="6.760"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_CONNECTING,_channel_is_DETACHING" time="6.540"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_CONNECTING,_channel_is_DETACHED" time="6.760"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c4_PublishFail" time="7.070"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c4_PublishFail/when_connection_is_SUSPENDED,_channel_is_INITIALIZED" time="7.070"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c5_NoImplicitAttach" time="6.660"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2f_RTL12_HandleResume" time="0.090"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2f_RTL12_HandleResume/RTL2f:_when_flag_has_presence_is_provided,_set_channelChangeState_resume_to_false" time="0.020"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2f_RTL12_HandleResume/RTL2f:_when_flag_has_backlog_is_provided,_set_channelChangeState_resume_to_false" time="0.020"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2f_RTL12_HandleResume/RTL2f:_when_flag_resumed_is_provided,_set_channelChangeState_resume_to_true" time="0.020"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2f_RTL12_HandleResume/RTL12:_when_RE-ATTACH_with_error,_set_ChannelEventUpdated" time="0.020"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL13_HandleDetached" time="0.070"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL13_HandleDetached/RTL13a:_when_ATTACHED,_successful_reattach" time="0.020"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL13_HandleDetached/RTL13b:_when_ATTACHING" time="0.020"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL13_HandleDetached/RTL13c:_stop_on_non-CONNECTED" time="0.030"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL17_IgnoreMessagesWhenNotAttached" time="0.020"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL17_IgnoreMessagesWhenNotAttached/Shouldn&#39;t_receive_message_when_not_attached" time="0.020"></testcase>
		<testcase classname="ably" name="Test_UpdateEmptyMessageFields_TM2a_TM2c_TM2f" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL14_HandleChannelError" time="0.030"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL14_HandleChannelError/RTL14:_when_Error,_should_transition_to_failed_state" time="0.030"></testcase>
		<testcase classname="ably" name="TestRealtime_RealtimeHost" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtime_RSC7_AblyAgent" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtime_RSC7_AblyAgent/RSC7d3_:_Should_set_ablyAgent_header_with_correct_identifiers" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtime_multiple" time="9.050"></testcase>
		<testcase classname="ably" name="TestRealtime_DontCrashOnCloseWhenEchoOff" time="6.470"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_Connect" time="6.830"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_NoConnect" time="6.970"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_ConnectClose" time="6.660"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_AlreadyConnected" time="6.930"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_AuthError" time="0.170"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_ReceiveTimeout" time="6.550"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_BreakConnLoopOnInactiveState" time="13.510"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_BreakConnLoopOnInactiveState/error" time="6.850"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_BreakConnLoopOnInactiveState/closed" time="6.660"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_SendErrorReconnects" time="6.880"></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.700"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange" time="34.630"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange/on_CONNECTING" time="6.680"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange/on_CONNECTED" time="7.460"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange/on_DISCONNECTED" time="6.880"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange/on_SUSPENDED" time="0.000">
			<skipped message="    realtime_conn_spec_integration_test.go:183: SUSPENDED not yet implemented"></skipped>
		</testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange/on_CLOSING" time="6.840"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange/on_CLOSED" time="6.710"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange/on_FAILED" time="0.060"></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.840"></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.640"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN12_Connection_Close" time="51.280">
			<failure message="Failed" type=""></failure>
		</testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN12_Connection_Close/RTN12a:_transition_to_closed_on_connection_close" time="6.910"></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.670"></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="30.000">
			<failure message="Failed" type="">    realtime_conn_spec_integration_test.go:754: timed out waiting for channel receive</failure>
		</testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN12_Connection_Close/RTN12f:_transition_to_closed_when_close_is_called_intermittently" time="6.690"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15a_ReconnectOnEOF" time="6.680"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15b" time="6.960"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15c1" time="0.000">
			<failure message="Failed" type="">realtime_conn_spec_integration_test.go:1096: &#xA;Error Trace:&#x9;realtime_conn_spec_integration_test.go:1096&#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_hVyphw.xS4sTw%3AxAjCUJRYaprgqMt0mLiaXF3VXYXSWGrEGngb9QUcVgc&amp;timestamp=1680543247293&amp;v=1.2&#34;: context deadline exceeded code=80003 disconnected statusCode=0] See https://help.ably.io/error/80003&#xA;Test:       &#x9;TestRealtimeConn_RTN15c1&#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_hVyphw.xS4sTw%3AxAjCUJRYaprgqMt0mLiaXF3VXYXSWGrEGngb9QUcVgc&amp;timestamp=1680543247293&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:1100: &#xA;Error Trace:&#x9;realtime_conn_spec_integration_test.go:1100&#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_RTN15c1&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/sys_linux_amd64.s:554 +0x21 fp=0x7ffe5f6accd8 sp=0x7ffe5f6accd0 pc=0x4aa081&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/os_linux.go:69 +0x36 fp=0x7ffe5f6acd28 sp=0x7ffe5f6accd8 pc=0x46b676&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/lock_futex.go:160 +0x87 fp=0x7ffe5f6acd60 sp=0x7ffe5f6acd28 pc=0x444227&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:1530&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:2334 +0x8c fp=0x7ffe5f6acd90 sp=0x7ffe5f6acd60 pc=0x4761ec&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:3007 +0xabc fp=0x7ffe5f6ace98 sp=0x7ffe5f6acd90 pc=0x477a3c&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:3360 +0xb1 fp=0x7ffe5f6aced0 sp=0x7ffe5f6ace98 pc=0x478871&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:3687 +0x28e fp=0x7ffe5f6acf10 sp=0x7ffe5f6aced0 pc=0x47984e&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:452 +0x43 fp=0x7ffe5f6acf20 sp=0x7ffe5f6acf10 pc=0x4a5803&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0000fb6b0 sp=0xc0000fb690 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/chan.go:583 +0x42e fp=0xc0000fb740 sp=0xc0000fb6b0 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/chan.go:442 +0x18 fp=0xc0000fb768 sp=0xc0000fb740 pc=0x43e1b8&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/testing/testing.go:1630 +0x82e fp=0xc0000fb8a8 sp=0xc0000fb768 pc=0x5cbc0e&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/testing/testing.go:2036 +0x8e fp=0xc0000fb900 sp=0xc0000fb8a8 pc=0x5cf76e&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/testing/testing.go:1576 +0x217 fp=0xc0000fba08 sp=0xc0000fb900 pc=0x5ca397&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/testing/testing.go:2034 +0x87d fp=0xc0000fbb78 sp=0xc0000fba08 pc=0x5cf5bd&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/testing/testing.go:1906 +0xb45 fp=0xc0000fbed8 sp=0xc0000fbb78 pc=0x5cce25&#xA;_testmain.go:271 +0x2ea fp=0xc0000fbf80 sp=0xc0000fbed8 pc=0xc81d8a&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:250 +0x207 fp=0xc0000fbfe0 sp=0xc0000fbf80 pc=0x471e87&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0000fbfe8 sp=0xc0000fbfe0 pc=0x4a7a41&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00077efb0 sp=0xc00077ef90 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:387&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:305 +0xb0 fp=0xc00077efe0 sp=0xc00077efb0 pc=0x472110&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00077efe8 sp=0xc00077efe0 pc=0x4a7a41&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:293 +0x25&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000060f80 sp=0xc000060f60 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:387&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/mgcsweep.go:319 +0xde fp=0xc000060fc8 sp=0xc000060f80 pc=0x45c63e&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/mgc.go:178 +0x26 fp=0xc000060fe0 sp=0xc000060fc8 pc=0x4518c6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000060fe8 sp=0xc000060fe0 pc=0x4a7a41&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/mgc.go:178 +0x6b&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000066f70 sp=0xc000066f50 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:387&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/mgcscavenge.go:400 +0x53 fp=0xc000066fa0 sp=0xc000066f70 pc=0x45a533&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/mgcscavenge.go:633 +0x65 fp=0xc000066fc8 sp=0xc000066fa0 pc=0x45ab05&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/mgc.go:179 +0x26 fp=0xc000066fe0 sp=0xc000066fc8 pc=0x451866&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000066fe8 sp=0xc000066fe0 pc=0x4a7a41&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/mgc.go:179 +0xaa&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000067e28 sp=0xc000067e08 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/mfinal.go:193 +0x13d fp=0xc000067fe0 sp=0xc000067e28 pc=0x4508fd&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000067fe8 sp=0xc000067fe0 pc=0x4a7a41&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/mfinal.go:163 +0x45&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000203f50 sp=0xc000203f30 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/mgc.go:1275 +0xf1 fp=0xc000203fe0 sp=0xc000203f50 pc=0x453631&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000203fe8 sp=0xc000203fe0 pc=0x4a7a41&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/mgc.go:1199 +0x25&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000202f50 sp=0xc000202f30 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/mgc.go:1275 +0xf1 fp=0xc000202fe0 sp=0xc000202f50 pc=0x453631&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000202fe8 sp=0xc000202fe0 pc=0x4a7a41&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/mgc.go:1199 +0x25&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00009f498 sp=0xc00009f478 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/chan.go:583 +0x42e fp=0xc00009f528 sp=0xc00009f498 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/chan.go:442 +0x18 fp=0xc00009f550 sp=0xc00009f528 pc=0x43e1b8&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x74 fp=0xc00009f5e0 sp=0xc00009f550 pc=0xc3d974&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:134 +0x542 fp=0xc00009f728 sp=0xc00009f5e0 pc=0xb62862&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:394 +0x50f fp=0xc00009f8b8 sp=0xc00009f728 pc=0xb661af&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:294 +0x11f fp=0xc00009fb68 sp=0xc00009f8b8 pc=0xb64d5f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:222 +0x325 fp=0xc00009fc48 sp=0xc00009fb68 pc=0xb639a5&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:729 +0x2337 fp=0xc00009ffc0 sp=0xc00009fc48 pc=0xb6bcb7&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc00009ffe0 sp=0xc00009ffc0 pc=0xb6671a&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00009ffe8 sp=0xc00009ffe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0006ddc40 sp=0xc0006ddc20 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/select.go:327 +0x8be fp=0xc0006ddda0 sp=0xc0006ddc40 pc=0x483bde&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:190 +0x39a fp=0xc0006ddfe0 sp=0xc0006ddda0 pc=0xb977ba&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0006ddfe8 sp=0xc0006ddfe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:177 +0x25b&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00028b828 sp=0xc00028b808 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/select.go:327 +0x8be fp=0xc00028b988 sp=0xc00028b828 pc=0x483bde&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc00028bab8 sp=0xc00028b988 pc=0xbac3f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00028bb30 sp=0xc00028bab8 pc=0xc7d1d0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:944 +0xaa fp=0xc00028bbd0 sp=0xc00028bb30 pc=0xb6ce8a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00028bc48 sp=0xc00028bbd0 pc=0xb943f0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:708 +0x246 fp=0xc00028bfc0 sp=0xc00028bc48 pc=0xb69bc6&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc00028bfe0 sp=0xc00028bfc0 pc=0xb6671a&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00028bfe8 sp=0xc00028bfe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0004c1c40 sp=0xc0004c1c20 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/select.go:327 +0x8be fp=0xc0004c1da0 sp=0xc0004c1c40 pc=0x483bde&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:190 +0x39a fp=0xc0004c1fe0 sp=0xc0004c1da0 pc=0xb977ba&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0004c1fe8 sp=0xc0004c1fe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:177 +0x25b&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000147498 sp=0xc000147478 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/chan.go:583 +0x42e fp=0xc000147528 sp=0xc000147498 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/chan.go:442 +0x18 fp=0xc000147550 sp=0xc000147528 pc=0x43e1b8&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x74 fp=0xc0001475e0 sp=0xc000147550 pc=0xc3d974&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:134 +0x542 fp=0xc000147728 sp=0xc0001475e0 pc=0xb62862&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:394 +0x50f fp=0xc0001478b8 sp=0xc000147728 pc=0xb661af&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:294 +0x11f fp=0xc000147b68 sp=0xc0001478b8 pc=0xb64d5f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:222 +0x325 fp=0xc000147c48 sp=0xc000147b68 pc=0xb639a5&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:729 +0x2337 fp=0xc000147fc0 sp=0xc000147c48 pc=0xb6bcb7&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc000147fe0 sp=0xc000147fc0 pc=0xb6671a&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000147fe8 sp=0xc000147fe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000491600 sp=0xc0004915e0 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/netpoll.go:527 +0xf7 fp=0xc000491638 sp=0xc000491600 pc=0x46a997&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/netpoll.go:306 +0x89 fp=0xc000491658 sp=0xc000491638 pc=0x4a1609&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/internal/poll/fd_poll_runtime.go:84 +0xbd fp=0xc0004916a0 sp=0xc000491658 pc=0x4fd03d&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/internal/poll/fd_poll_runtime.go:89&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/internal/poll/fd_unix.go:167 +0x405 fp=0xc000491790 sp=0xc0004916a0 pc=0x4febc5&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/net/fd_posix.go:55 +0x51 fp=0xc0004917f0 sp=0xc000491790 pc=0x7d3a71&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/net/net.go:183 +0xb1 fp=0xc000491870 sp=0xc0004917f0 pc=0x7eaeb1&#xA;&lt;autogenerated&gt;:1 +0x65 fp=0xc0004918b8 sp=0xc000491870 pc=0x80b9e5&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/net/http/server.go:782 +0x23b fp=0xc000491938 sp=0xc0004918b8 pc=0x97343b&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/bufio/bufio.go:106 +0x2ab fp=0xc0004919c8 sp=0xc000491938 pc=0x5d4acb&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/bufio/bufio.go:144 +0xd2 fp=0xc000491a50 sp=0xc0004919c8 pc=0x5d4d92&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/net/http/server.go:2030 +0xe28 fp=0xc000491fa0 sp=0xc000491a50 pc=0x97d488&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/net/http/server.go:3089 +0x59 fp=0xc000491fe0 sp=0xc000491fa0 pc=0x984799&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000491fe8 sp=0xc000491fe0 pc=0x4a7a41&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/net/http/server.go:3089 +0x818&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000641828 sp=0xc000641808 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/select.go:327 +0x8be fp=0xc000641988 sp=0xc000641828 pc=0x483bde&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000641ab8 sp=0xc000641988 pc=0xbac3f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000641b30 sp=0xc000641ab8 pc=0xc7d1d0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:944 +0xaa fp=0xc000641bd0 sp=0xc000641b30 pc=0xb6ce8a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000641c48 sp=0xc000641bd0 pc=0xb943f0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:708 +0x246 fp=0xc000641fc0 sp=0xc000641c48 pc=0xb69bc6&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc000641fe0 sp=0xc000641fc0 pc=0xb6671a&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000641fe8 sp=0xc000641fe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0003b76e0 sp=0xc0003b76c0 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/netpoll.go:527 +0xf7 fp=0xc0003b7718 sp=0xc0003b76e0 pc=0x46a997&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/netpoll.go:306 +0x89 fp=0xc0003b7738 sp=0xc0003b7718 pc=0x4a1609&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/internal/poll/fd_poll_runtime.go:84 +0xbd fp=0xc0003b7780 sp=0xc0003b7738 pc=0x4fd03d&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/internal/poll/fd_poll_runtime.go:89&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/internal/poll/fd_unix.go:167 +0x405 fp=0xc0003b7870 sp=0xc0003b7780 pc=0x4febc5&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/net/fd_posix.go:55 +0x51 fp=0xc0003b78d0 sp=0xc0003b7870 pc=0x7d3a71&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/net/net.go:183 +0xb1 fp=0xc0003b7950 sp=0xc0003b78d0 pc=0x7eaeb1&#xA;&lt;autogenerated&gt;:1 +0x65 fp=0xc0003b7998 sp=0xc0003b7950 pc=0x80b9e5&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/net/http/transport.go:1943 +0x105 fp=0xc0003b7a18 sp=0xc0003b7998 pc=0x9a67a5&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/bufio/bufio.go:106 +0x2ab fp=0xc0003b7aa8 sp=0xc0003b7a18 pc=0x5d4acb&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/bufio/bufio.go:144 +0xd2 fp=0xc0003b7b30 sp=0xc0003b7aa8 pc=0x5d4d92&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/net/http/transport.go:2107 +0x2c8 fp=0xc0003b7fc0 sp=0xc0003b7b30 pc=0x9a7b08&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/net/http/transport.go:1765 +0x3a fp=0xc0003b7fe0 sp=0xc0003b7fc0 pc=0x9a541a&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0003b7fe8 sp=0xc0003b7fe0 pc=0x4a7a41&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/net/http/transport.go:1765 +0x2586&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00062bc48 sp=0xc00062bc28 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/select.go:327 +0x8be fp=0xc00062bda8 sp=0xc00062bc48 pc=0x483bde&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:373 +0x4e9 fp=0xc00062bf28 sp=0xc00062bda8 pc=0xb59849&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:453 +0x6a fp=0xc00062bfa0 sp=0xc00062bf28 pc=0xc4578a&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:532 +0x3a fp=0xc00062bfe0 sp=0xc00062bfa0 pc=0xc4641a&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00062bfe8 sp=0xc00062bfe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:531 +0xe5&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0004c5cd0 sp=0xc0004c5cb0 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/select.go:327 +0x8be fp=0xc0004c5e30 sp=0xc0004c5cd0 pc=0x483bde&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/net/http/transport.go:2410 +0x1a9 fp=0xc0004c5fc0 sp=0xc0004c5e30 pc=0x9aa8e9&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/net/http/transport.go:1766 +0x3a fp=0xc0004c5fe0 sp=0xc0004c5fc0 pc=0x9a539a&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0004c5fe8 sp=0xc0004c5fe0 pc=0x4a7a41&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/net/http/transport.go:1766 +0x261a&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000535498 sp=0xc000535478 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/chan.go:583 +0x42e fp=0xc000535528 sp=0xc000535498 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/chan.go:442 +0x18 fp=0xc000535550 sp=0xc000535528 pc=0x43e1b8&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x74 fp=0xc0005355e0 sp=0xc000535550 pc=0xc3d974&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:134 +0x542 fp=0xc000535728 sp=0xc0005355e0 pc=0xb62862&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:394 +0x50f fp=0xc0005358b8 sp=0xc000535728 pc=0xb661af&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:294 +0x11f fp=0xc000535b68 sp=0xc0005358b8 pc=0xb64d5f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:222 +0x325 fp=0xc000535c48 sp=0xc000535b68 pc=0xb639a5&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:729 +0x2337 fp=0xc000535fc0 sp=0xc000535c48 pc=0xb6bcb7&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc000535fe0 sp=0xc000535fc0 pc=0xb6671a&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000535fe8 sp=0xc000535fe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0004e3828 sp=0xc0004e3808 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/select.go:327 +0x8be fp=0xc0004e3988 sp=0xc0004e3828 pc=0x483bde&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0004e3ab8 sp=0xc0004e3988 pc=0xbac3f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0004e3b30 sp=0xc0004e3ab8 pc=0xc7d1d0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:944 +0xaa fp=0xc0004e3bd0 sp=0xc0004e3b30 pc=0xb6ce8a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0004e3c48 sp=0xc0004e3bd0 pc=0xb943f0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:708 +0x246 fp=0xc0004e3fc0 sp=0xc0004e3c48 pc=0xb69bc6&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc0004e3fe0 sp=0xc0004e3fc0 pc=0xb6671a&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0004e3fe8 sp=0xc0004e3fe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0003ef828 sp=0xc0003ef808 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/select.go:327 +0x8be fp=0xc0003ef988 sp=0xc0003ef828 pc=0x483bde&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0003efab8 sp=0xc0003ef988 pc=0xbac3f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0003efb30 sp=0xc0003efab8 pc=0xc7d1d0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:944 +0xaa fp=0xc0003efbd0 sp=0xc0003efb30 pc=0xb6ce8a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0003efc48 sp=0xc0003efbd0 pc=0xb943f0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:708 +0x246 fp=0xc0003effc0 sp=0xc0003efc48 pc=0xb69bc6&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc0003effe0 sp=0xc0003effc0 pc=0xb6671a&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0003effe8 sp=0xc0003effe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000778cd8 sp=0xc000778cb8 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/select.go:327 +0x8be fp=0xc000778e38 sp=0xc000778cd8 pc=0x483bde&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc000778fc0 sp=0xc000778e38 pc=0xafdd5d&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc000778fe0 sp=0xc000778fc0 pc=0xafd5ba&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000778fe8 sp=0xc000778fe0 pc=0x4a7a41&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc92&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000377eb8 sp=0xc000377e98 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/chan.go:583 +0x42e fp=0xc000377f48 sp=0xc000377eb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/chan.go:447 +0x18 fp=0xc000377f70 sp=0xc000377f48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc000377fe0 sp=0xc000377f70 pc=0xad5f0d&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000377fe8 sp=0xc000377fe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000383eb8 sp=0xc000383e98 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/chan.go:583 +0x42e fp=0xc000383f48 sp=0xc000383eb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/chan.go:447 +0x18 fp=0xc000383f70 sp=0xc000383f48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc000383fe0 sp=0xc000383f70 pc=0xad5f0d&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000383fe8 sp=0xc000383fe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0001c1600 sp=0xc0001c15e0 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/netpoll.go:527 +0xf7 fp=0xc0001c1638 sp=0xc0001c1600 pc=0x46a997&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/netpoll.go:306 +0x89 fp=0xc0001c1658 sp=0xc0001c1638 pc=0x4a1609&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/internal/poll/fd_poll_runtime.go:84 +0xbd fp=0xc0001c16a0 sp=0xc0001c1658 pc=0x4fd03d&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/internal/poll/fd_poll_runtime.go:89&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/internal/poll/fd_unix.go:167 +0x405 fp=0xc0001c1790 sp=0xc0001c16a0 pc=0x4febc5&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/net/fd_posix.go:55 +0x51 fp=0xc0001c17f0 sp=0xc0001c1790 pc=0x7d3a71&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/net/net.go:183 +0xb1 fp=0xc0001c1870 sp=0xc0001c17f0 pc=0x7eaeb1&#xA;&lt;autogenerated&gt;:1 +0x65 fp=0xc0001c18b8 sp=0xc0001c1870 pc=0x80b9e5&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/net/http/server.go:782 +0x23b fp=0xc0001c1938 sp=0xc0001c18b8 pc=0x97343b&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/bufio/bufio.go:106 +0x2ab fp=0xc0001c19c8 sp=0xc0001c1938 pc=0x5d4acb&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/bufio/bufio.go:144 +0xd2 fp=0xc0001c1a50 sp=0xc0001c19c8 pc=0x5d4d92&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/net/http/server.go:2030 +0xe28 fp=0xc0001c1fa0 sp=0xc0001c1a50 pc=0x97d488&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/net/http/server.go:3089 +0x59 fp=0xc0001c1fe0 sp=0xc0001c1fa0 pc=0x984799&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0001c1fe8 sp=0xc0001c1fe0 pc=0x4a7a41&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/net/http/server.go:3089 +0x818&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000143cd0 sp=0xc000143cb0 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/select.go:327 +0x8be fp=0xc000143e30 sp=0xc000143cd0 pc=0x483bde&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/net/http/transport.go:2410 +0x1a9 fp=0xc000143fc0 sp=0xc000143e30 pc=0x9aa8e9&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/net/http/transport.go:1766 +0x3a fp=0xc000143fe0 sp=0xc000143fc0 pc=0x9a539a&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000143fe8 sp=0xc000143fe0 pc=0x4a7a41&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/net/http/transport.go:1766 +0x261a&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000414828 sp=0xc000414808 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/select.go:327 +0x8be fp=0xc000414988 sp=0xc000414828 pc=0x483bde&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000414ab8 sp=0xc000414988 pc=0xbac3f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000414b30 sp=0xc000414ab8 pc=0xc7d1d0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:944 +0xaa fp=0xc000414bd0 sp=0xc000414b30 pc=0xb6ce8a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000414c48 sp=0xc000414bd0 pc=0xb943f0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:708 +0x246 fp=0xc000414fc0 sp=0xc000414c48 pc=0xb69bc6&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc000414fe0 sp=0xc000414fc0 pc=0xb6671a&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000414fe8 sp=0xc000414fe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000423cc0 sp=0xc000423ca0 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/select.go:327 +0x8be fp=0xc000423e20 sp=0xc000423cc0 pc=0x483bde&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:777 +0x245 fp=0xc000423f60 sp=0xc000423e20 pc=0xb5f285&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:768 +0x7e fp=0xc000423fe0 sp=0xc000423f60 pc=0xb5effe&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000423fe8 sp=0xc000423fe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:766 +0x20f&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000145cf8 sp=0xc000145cd8 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/chan.go:259 +0x44e fp=0xc000145d88 sp=0xc000145cf8 pc=0x43d7ae&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/chan.go:145 +0x1d fp=0xc000145db8 sp=0xc000145d88 pc=0x43d33d&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0xa5 fp=0xc000145e20 sp=0xc000145db8 pc=0xba3565&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:534 +0x10a fp=0xc000145ec0 sp=0xc000145e20 pc=0xb6804a&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc9 fp=0xc000145f50 sp=0xc000145ec0 pc=0xb4af29&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xe9 fp=0xc000145fe0 sp=0xc000145f50 pc=0xb4ad49&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000145fe8 sp=0xc000145fe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x28b&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0003736e0 sp=0xc0003736c0 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/netpoll.go:527 +0xf7 fp=0xc000373718 sp=0xc0003736e0 pc=0x46a997&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/netpoll.go:306 +0x89 fp=0xc000373738 sp=0xc000373718 pc=0x4a1609&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/internal/poll/fd_poll_runtime.go:84 +0xbd fp=0xc000373780 sp=0xc000373738 pc=0x4fd03d&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/internal/poll/fd_poll_runtime.go:89&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/internal/poll/fd_unix.go:167 +0x405 fp=0xc000373870 sp=0xc000373780 pc=0x4febc5&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/net/fd_posix.go:55 +0x51 fp=0xc0003738d0 sp=0xc000373870 pc=0x7d3a71&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/net/net.go:183 +0xb1 fp=0xc000373950 sp=0xc0003738d0 pc=0x7eaeb1&#xA;&lt;autogenerated&gt;:1 +0x65 fp=0xc000373998 sp=0xc000373950 pc=0x80b9e5&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/net/http/transport.go:1943 +0x105 fp=0xc000373a18 sp=0xc000373998 pc=0x9a67a5&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/bufio/bufio.go:106 +0x2ab fp=0xc000373aa8 sp=0xc000373a18 pc=0x5d4acb&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/bufio/bufio.go:144 +0xd2 fp=0xc000373b30 sp=0xc000373aa8 pc=0x5d4d92&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/net/http/transport.go:2107 +0x2c8 fp=0xc000373fc0 sp=0xc000373b30 pc=0x9a7b08&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/net/http/transport.go:1765 +0x3a fp=0xc000373fe0 sp=0xc000373fc0 pc=0x9a541a&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000373fe8 sp=0xc000373fe0 pc=0x4a7a41&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/net/http/transport.go:1765 +0x2586&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000416828 sp=0xc000416808 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/select.go:327 +0x8be fp=0xc000416988 sp=0xc000416828 pc=0x483bde&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000416ab8 sp=0xc000416988 pc=0xbac3f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000416b30 sp=0xc000416ab8 pc=0xc7d1d0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:944 +0xaa fp=0xc000416bd0 sp=0xc000416b30 pc=0xb6ce8a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000416c48 sp=0xc000416bd0 pc=0xb943f0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:708 +0x246 fp=0xc000416fc0 sp=0xc000416c48 pc=0xb69bc6&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc000416fe0 sp=0xc000416fc0 pc=0xb6671a&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000416fe8 sp=0xc000416fe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0003edc40 sp=0xc0003edc20 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/select.go:327 +0x8be fp=0xc0003edda0 sp=0xc0003edc40 pc=0x483bde&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:190 +0x39a fp=0xc0003edfe0 sp=0xc0003edda0 pc=0xb977ba&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0003edfe8 sp=0xc0003edfe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:177 +0x25b&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0001d9498 sp=0xc0001d9478 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/chan.go:583 +0x42e fp=0xc0001d9528 sp=0xc0001d9498 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/chan.go:442 +0x18 fp=0xc0001d9550 sp=0xc0001d9528 pc=0x43e1b8&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x74 fp=0xc0001d95e0 sp=0xc0001d9550 pc=0xc3d974&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:134 +0x542 fp=0xc0001d9728 sp=0xc0001d95e0 pc=0xb62862&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:394 +0x50f fp=0xc0001d98b8 sp=0xc0001d9728 pc=0xb661af&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:294 +0x11f fp=0xc0001d9b68 sp=0xc0001d98b8 pc=0xb64d5f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:222 +0x325 fp=0xc0001d9c48 sp=0xc0001d9b68 pc=0xb639a5&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:729 +0x2337 fp=0xc0001d9fc0 sp=0xc0001d9c48 pc=0xb6bcb7&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc0001d9fe0 sp=0xc0001d9fc0 pc=0xb6671a&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0001d9fe8 sp=0xc0001d9fe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00065b828 sp=0xc00065b808 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/select.go:327 +0x8be fp=0xc00065b988 sp=0xc00065b828 pc=0x483bde&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc00065bab8 sp=0xc00065b988 pc=0xbac3f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00065bb30 sp=0xc00065bab8 pc=0xc7d1d0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:944 +0xaa fp=0xc00065bbd0 sp=0xc00065bb30 pc=0xb6ce8a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00065bc48 sp=0xc00065bbd0 pc=0xb943f0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:708 +0x246 fp=0xc00065bfc0 sp=0xc00065bc48 pc=0xb69bc6&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc00065bfe0 sp=0xc00065bfc0 pc=0xb6671a&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00065bfe8 sp=0xc00065bfe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0003a0d50 sp=0xc0003a0d30 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/select.go:327 +0x8be fp=0xc0003a0eb0 sp=0xc0003a0d50 pc=0x483bde&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:18 +0x17e fp=0xc0003a0fe0 sp=0xc0003a0eb0 pc=0xad5a7e&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0003a0fe8 sp=0xc0003a0fe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:16 +0x145&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000675828 sp=0xc000675808 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/select.go:327 +0x8be fp=0xc000675988 sp=0xc000675828 pc=0x483bde&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000675ab8 sp=0xc000675988 pc=0xbac3f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000675b30 sp=0xc000675ab8 pc=0xc7d1d0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:944 +0xaa fp=0xc000675bd0 sp=0xc000675b30 pc=0xb6ce8a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000675c48 sp=0xc000675bd0 pc=0xb943f0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:708 +0x246 fp=0xc000675fc0 sp=0xc000675c48 pc=0xb69bc6&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc000675fe0 sp=0xc000675fc0 pc=0xb6671a&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000675fe8 sp=0xc000675fe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000539498 sp=0xc000539478 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/chan.go:583 +0x42e fp=0xc000539528 sp=0xc000539498 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/chan.go:442 +0x18 fp=0xc000539550 sp=0xc000539528 pc=0x43e1b8&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x74 fp=0xc0005395e0 sp=0xc000539550 pc=0xc3d974&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:134 +0x542 fp=0xc000539728 sp=0xc0005395e0 pc=0xb62862&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:394 +0x50f fp=0xc0005398b8 sp=0xc000539728 pc=0xb661af&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:294 +0x11f fp=0xc000539b68 sp=0xc0005398b8 pc=0xb64d5f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:222 +0x325 fp=0xc000539c48 sp=0xc000539b68 pc=0xb639a5&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:729 +0x2337 fp=0xc000539fc0 sp=0xc000539c48 pc=0xb6bcb7&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc000539fe0 sp=0xc000539fc0 pc=0xb6671a&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000539fe8 sp=0xc000539fe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000553eb8 sp=0xc000553e98 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/chan.go:583 +0x42e fp=0xc000553f48 sp=0xc000553eb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/chan.go:447 +0x18 fp=0xc000553f70 sp=0xc000553f48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc000553fe0 sp=0xc000553f70 pc=0xad5f0d&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000553fe8 sp=0xc000553fe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000575c58 sp=0xc000575c38 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/select.go:327 +0x8be fp=0xc000575db8 sp=0xc000575c58 pc=0x483bde&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:263 +0x47d fp=0xc000575f28 sp=0xc000575db8 pc=0xb57bfd&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:395 +0x6a fp=0xc000575fa0 sp=0xc000575f28 pc=0xc447aa&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:532 +0x3a fp=0xc000575fe0 sp=0xc000575fa0 pc=0xc4641a&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000575fe8 sp=0xc000575fe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:531 +0xe5&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000283eb8 sp=0xc000283e98 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/chan.go:583 +0x42e fp=0xc000283f48 sp=0xc000283eb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/chan.go:447 +0x18 fp=0xc000283f70 sp=0xc000283f48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc000283fe0 sp=0xc000283f70 pc=0xad5f0d&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000283fe8 sp=0xc000283fe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000448828 sp=0xc000448808 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/select.go:327 +0x8be fp=0xc000448988 sp=0xc000448828 pc=0x483bde&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000448ab8 sp=0xc000448988 pc=0xbac3f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000448b30 sp=0xc000448ab8 pc=0xc7d1d0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:944 +0xaa fp=0xc000448bd0 sp=0xc000448b30 pc=0xb6ce8a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000448c48 sp=0xc000448bd0 pc=0xb943f0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:708 +0x246 fp=0xc000448fc0 sp=0xc000448c48 pc=0xb69bc6&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc000448fe0 sp=0xc000448fc0 pc=0xb6671a&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000448fe8 sp=0xc000448fe0 pc=0x4a7a41&#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/event_emitter.go:58 +0x28b&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000381cc0 sp=0xc000381ca0 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/select.go:327 +0x8be fp=0xc000381e20 sp=0xc000381cc0 pc=0x483bde&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:777 +0x245 fp=0xc000381f60 sp=0xc000381e20 pc=0xb5f285&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:768 +0x7e fp=0xc000381fe0 sp=0xc000381f60 pc=0xb5effe&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000381fe8 sp=0xc000381fe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:766 +0x20f&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000361cd8 sp=0xc000361cb8 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/select.go:327 +0x8be fp=0xc000361e38 sp=0xc000361cd8 pc=0x483bde&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc000361fc0 sp=0xc000361e38 pc=0xafdd5d&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc000361fe0 sp=0xc000361fc0 pc=0xafd5ba&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000361fe8 sp=0xc000361fe0 pc=0x4a7a41&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc92&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0006eb828 sp=0xc0006eb808 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/select.go:327 +0x8be fp=0xc0006eb988 sp=0xc0006eb828 pc=0x483bde&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0006ebab8 sp=0xc0006eb988 pc=0xbac3f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0006ebb30 sp=0xc0006ebab8 pc=0xc7d1d0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:944 +0xaa fp=0xc0006ebbd0 sp=0xc0006ebb30 pc=0xb6ce8a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0006ebc48 sp=0xc0006ebbd0 pc=0xb943f0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:708 +0x246 fp=0xc0006ebfc0 sp=0xc0006ebc48 pc=0xb69bc6&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc0006ebfe0 sp=0xc0006ebfc0 pc=0xb6671a&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0006ebfe8 sp=0xc0006ebfe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00035dcf8 sp=0xc00035dcd8 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/chan.go:259 +0x44e fp=0xc00035dd88 sp=0xc00035dcf8 pc=0x43d7ae&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/chan.go:145 +0x1d fp=0xc00035ddb8 sp=0xc00035dd88 pc=0x43d33d&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0xa5 fp=0xc00035de20 sp=0xc00035ddb8 pc=0xba3565&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:534 +0x10a fp=0xc00035dec0 sp=0xc00035de20 pc=0xb6804a&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc9 fp=0xc00035df50 sp=0xc00035dec0 pc=0xb4af29&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xe9 fp=0xc00035dfe0 sp=0xc00035df50 pc=0xb4ad49&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00035dfe8 sp=0xc00035dfe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x28b&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00084acd8 sp=0xc00084acb8 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/select.go:327 +0x8be fp=0xc00084ae38 sp=0xc00084acd8 pc=0x483bde&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc00084afc0 sp=0xc00084ae38 pc=0xafdd5d&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc00084afe0 sp=0xc00084afc0 pc=0xafd5ba&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00084afe8 sp=0xc00084afe0 pc=0x4a7a41&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc92&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000629828 sp=0xc000629808 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/select.go:327 +0x8be fp=0xc000629988 sp=0xc000629828 pc=0x483bde&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000629ab8 sp=0xc000629988 pc=0xbac3f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000629b30 sp=0xc000629ab8 pc=0xc7d1d0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:944 +0xaa fp=0xc000629bd0 sp=0xc000629b30 pc=0xb6ce8a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000629c48 sp=0xc000629bd0 pc=0xb943f0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:708 +0x246 fp=0xc000629fc0 sp=0xc000629c48 pc=0xb69bc6&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc000629fe0 sp=0xc000629fc0 pc=0xb6671a&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000629fe8 sp=0xc000629fe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00029b828 sp=0xc00029b808 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/select.go:327 +0x8be fp=0xc00029b988 sp=0xc00029b828 pc=0x483bde&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc00029bab8 sp=0xc00029b988 pc=0xbac3f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00029bb30 sp=0xc00029bab8 pc=0xc7d1d0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:944 +0xaa fp=0xc00029bbd0 sp=0xc00029bb30 pc=0xb6ce8a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00029bc48 sp=0xc00029bbd0 pc=0xb943f0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:708 +0x246 fp=0xc00029bfc0 sp=0xc00029bc48 pc=0xb69bc6&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc00029bfe0 sp=0xc00029bfc0 pc=0xb6671a&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00029bfe8 sp=0xc00029bfe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000433498 sp=0xc000433478 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/chan.go:583 +0x42e fp=0xc000433528 sp=0xc000433498 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/chan.go:442 +0x18 fp=0xc000433550 sp=0xc000433528 pc=0x43e1b8&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x74 fp=0xc0004335e0 sp=0xc000433550 pc=0xc3d974&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:134 +0x542 fp=0xc000433728 sp=0xc0004335e0 pc=0xb62862&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:394 +0x50f fp=0xc0004338b8 sp=0xc000433728 pc=0xb661af&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:294 +0x11f fp=0xc000433b68 sp=0xc0004338b8 pc=0xb64d5f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:222 +0x325 fp=0xc000433c48 sp=0xc000433b68 pc=0xb639a5&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:729 +0x2337 fp=0xc000433fc0 sp=0xc000433c48 pc=0xb6bcb7&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc000433fe0 sp=0xc000433fc0 pc=0xb6671a&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000433fe8 sp=0xc000433fe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0007ad828 sp=0xc0007ad808 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/select.go:327 +0x8be fp=0xc0007ad988 sp=0xc0007ad828 pc=0x483bde&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0007adab8 sp=0xc0007ad988 pc=0xbac3f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0007adb30 sp=0xc0007adab8 pc=0xc7d1d0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:944 +0xaa fp=0xc0007adbd0 sp=0xc0007adb30 pc=0xb6ce8a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0007adc48 sp=0xc0007adbd0 pc=0xb943f0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:708 +0x246 fp=0xc0007adfc0 sp=0xc0007adc48 pc=0xb69bc6&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc0007adfe0 sp=0xc0007adfc0 pc=0xb6671a&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0007adfe8 sp=0xc0007adfe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00077feb8 sp=0xc00077fe98 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/chan.go:583 +0x42e fp=0xc00077ff48 sp=0xc00077feb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/chan.go:447 +0x18 fp=0xc00077ff70 sp=0xc00077ff48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc00077ffe0 sp=0xc00077ff70 pc=0xad5f0d&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00077ffe8 sp=0xc00077ffe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0005d3bf0 sp=0xc0005d3bd0 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/select.go:327 +0x8be fp=0xc0005d3d50 sp=0xc0005d3bf0 pc=0x483bde&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:291 +0x1c9 fp=0xc0005d3f10 sp=0xc0005d3d50 pc=0xb81349&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:270 +0x42 fp=0xc0005d3f40 sp=0xc0005d3f10 pc=0xb80c42&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:256 +0x86 fp=0xc0005d3fe0 sp=0xc0005d3f40 pc=0xb57dc6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0005d3fe8 sp=0xc0005d3fe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:255 +0x3ea&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000579c38 sp=0xc000579c18 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/select.go:327 +0x8be fp=0xc000579d98 sp=0xc000579c38 pc=0x483bde&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:291 +0x1c9 fp=0xc000579f58 sp=0xc000579d98 pc=0xb81349&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:270 +0x42 fp=0xc000579f88 sp=0xc000579f58 pc=0xb80c42&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:722 +0x76 fp=0xc000579fe0 sp=0xc000579f88 pc=0xb5ec56&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000579fe8 sp=0xc000579fe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:718 +0x93a&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0005b7828 sp=0xc0005b7808 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/select.go:327 +0x8be fp=0xc0005b7988 sp=0xc0005b7828 pc=0x483bde&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0005b7ab8 sp=0xc0005b7988 pc=0xbac3f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0005b7b30 sp=0xc0005b7ab8 pc=0xc7d1d0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:944 +0xaa fp=0xc0005b7bd0 sp=0xc0005b7b30 pc=0xb6ce8a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0005b7c48 sp=0xc0005b7bd0 pc=0xb943f0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:708 +0x246 fp=0xc0005b7fc0 sp=0xc0005b7c48 pc=0xb69bc6&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc0005b7fe0 sp=0xc0005b7fc0 pc=0xb6671a&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0005b7fe8 sp=0xc0005b7fe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0005bb828 sp=0xc0005bb808 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/select.go:327 +0x8be fp=0xc0005bb988 sp=0xc0005bb828 pc=0x483bde&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0005bbab8 sp=0xc0005bb988 pc=0xbac3f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0005bbb30 sp=0xc0005bbab8 pc=0xc7d1d0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:944 +0xaa fp=0xc0005bbbd0 sp=0xc0005bbb30 pc=0xb6ce8a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0005bbc48 sp=0xc0005bbbd0 pc=0xb943f0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:708 +0x246 fp=0xc0005bbfc0 sp=0xc0005bbc48 pc=0xb69bc6&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc0005bbfe0 sp=0xc0005bbfc0 pc=0xb6671a&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0005bbfe8 sp=0xc0005bbfe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00058d828 sp=0xc00058d808 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/select.go:327 +0x8be fp=0xc00058d988 sp=0xc00058d828 pc=0x483bde&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc00058dab8 sp=0xc00058d988 pc=0xbac3f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00058db30 sp=0xc00058dab8 pc=0xc7d1d0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:944 +0xaa fp=0xc00058dbd0 sp=0xc00058db30 pc=0xb6ce8a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00058dc48 sp=0xc00058dbd0 pc=0xb943f0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:708 +0x246 fp=0xc00058dfc0 sp=0xc00058dc48 pc=0xb69bc6&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc00058dfe0 sp=0xc00058dfc0 pc=0xb6671a&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00058dfe8 sp=0xc00058dfe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0005bdc40 sp=0xc0005bdc20 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/select.go:327 +0x8be fp=0xc0005bdda0 sp=0xc0005bdc40 pc=0x483bde&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:190 +0x39a fp=0xc0005bdfe0 sp=0xc0005bdda0 pc=0xb977ba&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0005bdfe8 sp=0xc0005bdfe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:177 +0x25b&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0005b9828 sp=0xc0005b9808 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/select.go:327 +0x8be fp=0xc0005b9988 sp=0xc0005b9828 pc=0x483bde&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0005b9ab8 sp=0xc0005b9988 pc=0xbac3f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0005b9b30 sp=0xc0005b9ab8 pc=0xc7d1d0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:944 +0xaa fp=0xc0005b9bd0 sp=0xc0005b9b30 pc=0xb6ce8a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0005b9c48 sp=0xc0005b9bd0 pc=0xb943f0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:708 +0x246 fp=0xc0005b9fc0 sp=0xc0005b9c48 pc=0xb69bc6&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc0005b9fe0 sp=0xc0005b9fc0 pc=0xb6671a&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0005b9fe8 sp=0xc0005b9fe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0005d5cc0 sp=0xc0005d5ca0 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/select.go:327 +0x8be fp=0xc0005d5e20 sp=0xc0005d5cc0 pc=0x483bde&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:777 +0x245 fp=0xc0005d5f60 sp=0xc0005d5e20 pc=0xb5f285&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:768 +0x7e fp=0xc0005d5fe0 sp=0xc0005d5f60 pc=0xb5effe&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0005d5fe8 sp=0xc0005d5fe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:766 +0x20f&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00069cbe0 sp=0xc00069cbc0 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/select.go:327 +0x8be fp=0xc00069cd40 sp=0xc00069cbe0 pc=0x483bde&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:291 +0x1c9 fp=0xc00069cf00 sp=0xc00069cd40 pc=0xb81349&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:270 +0x42 fp=0xc00069cf30 sp=0xc00069cf00 pc=0xb80c42&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:366 +0x9b fp=0xc00069cfe0 sp=0xc00069cf30 pc=0xb59a1b&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00069cfe8 sp=0xc00069cfe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:365 +0x453&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00048feb8 sp=0xc00048fe98 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/chan.go:583 +0x42e fp=0xc00048ff48 sp=0xc00048feb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/chan.go:447 +0x18 fp=0xc00048ff70 sp=0xc00048ff48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc00048ffe0 sp=0xc00048ff70 pc=0xad5f0d&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00048ffe8 sp=0xc00048ffe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000645eb8 sp=0xc000645e98 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/chan.go:583 +0x42e fp=0xc000645f48 sp=0xc000645eb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/chan.go:447 +0x18 fp=0xc000645f70 sp=0xc000645f48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc000645fe0 sp=0xc000645f70 pc=0xad5f0d&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000645fe8 sp=0xc000645fe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0004c7c58 sp=0xc0004c7c38 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/select.go:327 +0x8be fp=0xc0004c7db8 sp=0xc0004c7c58 pc=0x483bde&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:263 +0x47d fp=0xc0004c7f28 sp=0xc0004c7db8 pc=0xb57bfd&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:395 +0x6a fp=0xc0004c7fa0 sp=0xc0004c7f28 pc=0xc447aa&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:532 +0x3a fp=0xc0004c7fe0 sp=0xc0004c7fa0 pc=0xc4641a&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0004c7fe8 sp=0xc0004c7fe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:531 +0xe5&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000297bf0 sp=0xc000297bd0 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/select.go:327 +0x8be fp=0xc000297d50 sp=0xc000297bf0 pc=0x483bde&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:291 +0x1c9 fp=0xc000297f10 sp=0xc000297d50 pc=0xb81349&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:270 +0x42 fp=0xc000297f40 sp=0xc000297f10 pc=0xb80c42&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:256 +0x86 fp=0xc000297fe0 sp=0xc000297f40 pc=0xb57dc6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000297fe8 sp=0xc000297fe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:255 +0x3ea&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000559c40 sp=0xc000559c20 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/select.go:327 +0x8be fp=0xc000559da0 sp=0xc000559c40 pc=0x483bde&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:190 +0x39a fp=0xc000559fe0 sp=0xc000559da0 pc=0xb977ba&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000559fe8 sp=0xc000559fe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:177 +0x25b&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0005cfeb8 sp=0xc0005cfe98 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/chan.go:583 +0x42e fp=0xc0005cff48 sp=0xc0005cfeb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/chan.go:447 +0x18 fp=0xc0005cff70 sp=0xc0005cff48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc0005cffe0 sp=0xc0005cff70 pc=0xad5f0d&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0005cffe8 sp=0xc0005cffe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00014dc48 sp=0xc00014dc28 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/select.go:327 +0x8be fp=0xc00014dda8 sp=0xc00014dc48 pc=0x483bde&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:373 +0x4e9 fp=0xc00014df28 sp=0xc00014dda8 pc=0xb59849&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:453 +0x6a fp=0xc00014dfa0 sp=0xc00014df28 pc=0xc4578a&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:532 +0x3a fp=0xc00014dfe0 sp=0xc00014dfa0 pc=0xc4641a&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00014dfe8 sp=0xc00014dfe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:531 +0xe5&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000204eb8 sp=0xc000204e98 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/chan.go:583 +0x42e fp=0xc000204f48 sp=0xc000204eb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/chan.go:447 +0x18 fp=0xc000204f70 sp=0xc000204f48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc000204fe0 sp=0xc000204f70 pc=0xad5f0d&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000204fe8 sp=0xc000204fe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000062be0 sp=0xc000062bc0 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/select.go:327 +0x8be fp=0xc000062d40 sp=0xc000062be0 pc=0x483bde&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:291 +0x1c9 fp=0xc000062f00 sp=0xc000062d40 pc=0xb81349&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:270 +0x42 fp=0xc000062f30 sp=0xc000062f00 pc=0xb80c42&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:366 +0x9b fp=0xc000062fe0 sp=0xc000062f30 pc=0xb59a1b&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000062fe8 sp=0xc000062fe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:365 +0x453&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00069dc40 sp=0xc00069dc20 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/select.go:327 +0x8be fp=0xc00069dda0 sp=0xc00069dc40 pc=0x483bde&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:190 +0x39a fp=0xc00069dfe0 sp=0xc00069dda0 pc=0xb977ba&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00069dfe8 sp=0xc00069dfe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:177 +0x25b&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000207c40 sp=0xc000207c20 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/select.go:327 +0x8be fp=0xc000207da0 sp=0xc000207c40 pc=0x483bde&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:190 +0x39a fp=0xc000207fe0 sp=0xc000207da0 pc=0xb977ba&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000207fe8 sp=0xc000207fe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:177 +0x25b&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0007e5eb8 sp=0xc0007e5e98 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/chan.go:583 +0x42e fp=0xc0007e5f48 sp=0xc0007e5eb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/chan.go:447 +0x18 fp=0xc0007e5f70 sp=0xc0007e5f48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc0007e5fe0 sp=0xc0007e5f70 pc=0xad5f0d&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0007e5fe8 sp=0xc0007e5fe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0005eb828 sp=0xc0005eb808 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/select.go:327 +0x8be fp=0xc0005eb988 sp=0xc0005eb828 pc=0x483bde&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0005ebab8 sp=0xc0005eb988 pc=0xbac3f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0005ebb30 sp=0xc0005ebab8 pc=0xc7d1d0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:944 +0xaa fp=0xc0005ebbd0 sp=0xc0005ebb30 pc=0xb6ce8a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0005ebc48 sp=0xc0005ebbd0 pc=0xb943f0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:708 +0x246 fp=0xc0005ebfc0 sp=0xc0005ebc48 pc=0xb69bc6&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc0005ebfe0 sp=0xc0005ebfc0 pc=0xb6671a&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0005ebfe8 sp=0xc0005ebfe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0007a8828 sp=0xc0007a8808 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/select.go:327 +0x8be fp=0xc0007a8988 sp=0xc0007a8828 pc=0x483bde&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0007a8ab8 sp=0xc0007a8988 pc=0xbac3f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0007a8b30 sp=0xc0007a8ab8 pc=0xc7d1d0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:944 +0xaa fp=0xc0007a8bd0 sp=0xc0007a8b30 pc=0xb6ce8a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0007a8c48 sp=0xc0007a8bd0 pc=0xb943f0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:708 +0x246 fp=0xc0007a8fc0 sp=0xc0007a8c48 pc=0xb69bc6&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc0007a8fe0 sp=0xc0007a8fc0 pc=0xb6671a&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0007a8fe8 sp=0xc0007a8fe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000205eb8 sp=0xc000205e98 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/chan.go:583 +0x42e fp=0xc000205f48 sp=0xc000205eb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/chan.go:447 +0x18 fp=0xc000205f70 sp=0xc000205f48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc000205fe0 sp=0xc000205f70 pc=0xad5f0d&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000205fe8 sp=0xc000205fe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0007e4828 sp=0xc0007e4808 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/select.go:327 +0x8be fp=0xc0007e4988 sp=0xc0007e4828 pc=0x483bde&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0007e4ab8 sp=0xc0007e4988 pc=0xbac3f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0007e4b30 sp=0xc0007e4ab8 pc=0xc7d1d0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:944 +0xaa fp=0xc0007e4bd0 sp=0xc0007e4b30 pc=0xb6ce8a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0007e4c48 sp=0xc0007e4bd0 pc=0xb943f0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:708 +0x246 fp=0xc0007e4fc0 sp=0xc0007e4c48 pc=0xb69bc6&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc0007e4fe0 sp=0xc0007e4fc0 pc=0xb6671a&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0007e4fe8 sp=0xc0007e4fe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0000a1828 sp=0xc0000a1808 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/select.go:327 +0x8be fp=0xc0000a1988 sp=0xc0000a1828 pc=0x483bde&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0000a1ab8 sp=0xc0000a1988 pc=0xbac3f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0000a1b30 sp=0xc0000a1ab8 pc=0xc7d1d0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:944 +0xaa fp=0xc0000a1bd0 sp=0xc0000a1b30 pc=0xb6ce8a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0000a1c48 sp=0xc0000a1bd0 pc=0xb943f0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:708 +0x246 fp=0xc0000a1fc0 sp=0xc0000a1c48 pc=0xb69bc6&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc0000a1fe0 sp=0xc0000a1fc0 pc=0xb6671a&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0000a1fe8 sp=0xc0000a1fe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0006a1828 sp=0xc0006a1808 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/select.go:327 +0x8be fp=0xc0006a1988 sp=0xc0006a1828 pc=0x483bde&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0006a1ab8 sp=0xc0006a1988 pc=0xbac3f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0006a1b30 sp=0xc0006a1ab8 pc=0xc7d1d0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:944 +0xaa fp=0xc0006a1bd0 sp=0xc0006a1b30 pc=0xb6ce8a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0006a1c48 sp=0xc0006a1bd0 pc=0xb943f0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:708 +0x246 fp=0xc0006a1fc0 sp=0xc0006a1c48 pc=0xb69bc6&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc0006a1fe0 sp=0xc0006a1fc0 pc=0xb6671a&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0006a1fe8 sp=0xc0006a1fe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000149770 sp=0xc000149750 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/chan.go:259 +0x44e fp=0xc000149800 sp=0xc000149770 pc=0x43d7ae&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/chan.go:145 +0x1d fp=0xc000149830 sp=0xc000149800 pc=0x43d33d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn_spec_integration_test.go:1085 +0x24f fp=0xc000149918 sp=0xc000149830 pc=0xbf67ef&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:134 +0x542 fp=0xc000149a60 sp=0xc000149918 pc=0xb62862&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:394 +0x50f fp=0xc000149bf0 sp=0xc000149a60 pc=0xb661af&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:348 +0x8d4 fp=0xc000149ea0 sp=0xc000149bf0 pc=0xb65514&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:193 +0x19f fp=0xc000149f50 sp=0xc000149ea0 pc=0xb635bf&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:175 +0x7b fp=0xc000149fe0 sp=0xc000149f50 pc=0xb6331b&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000149fe8 sp=0xc000149fe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:174 +0x44c&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0006a2cf8 sp=0xc0006a2cd8 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/chan.go:259 +0x44e fp=0xc0006a2d88 sp=0xc0006a2cf8 pc=0x43d7ae&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/chan.go:145 +0x1d fp=0xc0006a2db8 sp=0xc0006a2d88 pc=0x43d33d&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0xa5 fp=0xc0006a2e20 sp=0xc0006a2db8 pc=0xba3565&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:534 +0x10a fp=0xc0006a2ec0 sp=0xc0006a2e20 pc=0xb6804a&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc9 fp=0xc0006a2f50 sp=0xc0006a2ec0 pc=0xb4af29&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xe9 fp=0xc0006a2fe0 sp=0xc0006a2f50 pc=0xb4ad49&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0006a2fe8 sp=0xc0006a2fe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x28b&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00078ccf8 sp=0xc00078ccd8 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/chan.go:259 +0x44e fp=0xc00078cd88 sp=0xc00078ccf8 pc=0x43d7ae&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/chan.go:145 +0x1d fp=0xc00078cdb8 sp=0xc00078cd88 pc=0x43d33d&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0xa5 fp=0xc00078ce20 sp=0xc00078cdb8 pc=0xba3565&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:534 +0x10a fp=0xc00078cec0 sp=0xc00078ce20 pc=0xb6804a&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc9 fp=0xc00078cf50 sp=0xc00078cec0 pc=0xb4af29&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xe9 fp=0xc00078cfe0 sp=0xc00078cf50 pc=0xb4ad49&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00078cfe8 sp=0xc00078cfe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x28b&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0002c14c8 sp=0xc0002c14a8 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/select.go:327 +0x8be fp=0xc0002c1628 sp=0xc0002c14c8 pc=0x483bde&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:291 +0x1c9 fp=0xc0002c17e8 sp=0xc0002c1628 pc=0xb81349&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:270 +0x42 fp=0xc0002c1818 sp=0xc0002c17e8 pc=0xb80c42&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:496 +0x10d fp=0xc0002c1890 sp=0xc0002c1818 pc=0xb5b2cd&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:106 +0x105 fp=0xc0002c1920 sp=0xc0002c1890 pc=0xb966c5&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn_spec_integration_test.go:1102 +0x598 fp=0xc0002c1ea8 sp=0xc0002c1920 pc=0xbf4ff8&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/testing/testing.go:1576 +0x217 fp=0xc0002c1fb0 sp=0xc0002c1ea8 pc=0x5ca397&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/testing/testing.go:1629 +0x48 fp=0xc0002c1fe0 sp=0xc0002c1fb0 pc=0x5cbea8&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0002c1fe8 sp=0xc0002c1fe0 pc=0x4a7a41&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/testing/testing.go:1629 +0x806&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000419828 sp=0xc000419808 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/select.go:327 +0x8be fp=0xc000419988 sp=0xc000419828 pc=0x483bde&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000419ab8 sp=0xc000419988 pc=0xbac3f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000419b30 sp=0xc000419ab8 pc=0xc7d1d0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:944 +0xaa fp=0xc000419bd0 sp=0xc000419b30 pc=0xb6ce8a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000419c48 sp=0xc000419bd0 pc=0xb943f0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:708 +0x246 fp=0xc000419fc0 sp=0xc000419c48 pc=0xb69bc6&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc000419fe0 sp=0xc000419fc0 pc=0xb6671a&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000419fe8 sp=0xc000419fe0 pc=0x4a7a41&#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=0xc00077cfe0 sp=0xc00077cfd8 pc=0xb666e0&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00077cfe8 sp=0xc00077cfe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000415828 sp=0xc000415808 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/select.go:327 +0x8be fp=0xc000415988 sp=0xc000415828 pc=0x483bde&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000415ab8 sp=0xc000415988 pc=0xbac3f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000415b30 sp=0xc000415ab8 pc=0xc7d1d0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:944 +0xaa fp=0xc000415bd0 sp=0xc000415b30 pc=0xb6ce8a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000415c48 sp=0xc000415bd0 pc=0xb943f0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:708 +0x246 fp=0xc000415fc0 sp=0xc000415c48 pc=0xb69bc6&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc000415fe0 sp=0xc000415fc0 pc=0xb6671a&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000415fe8 sp=0xc000415fe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00084c828 sp=0xc00084c808 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/select.go:327 +0x8be fp=0xc00084c988 sp=0xc00084c828 pc=0x483bde&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc00084cab8 sp=0xc00084c988 pc=0xbac3f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00084cb30 sp=0xc00084cab8 pc=0xc7d1d0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:944 +0xaa fp=0xc00084cbd0 sp=0xc00084cb30 pc=0xb6ce8a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00084cc48 sp=0xc00084cbd0 pc=0xb943f0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:708 +0x246 fp=0xc00084cfc0 sp=0xc00084cc48 pc=0xb69bc6&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc00084cfe0 sp=0xc00084cfc0 pc=0xb6671a&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00084cfe8 sp=0xc00084cfe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00040fcd8 sp=0xc00040fcb8 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/select.go:327 +0x8be fp=0xc00040fe38 sp=0xc00040fcd8 pc=0x483bde&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc00040ffc0 sp=0xc00040fe38 pc=0xafdd5d&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc00040ffe0 sp=0xc00040ffc0 pc=0xafd5ba&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00040ffe8 sp=0xc00040ffe0 pc=0x4a7a41&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc92&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00040d828 sp=0xc00040d808 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/select.go:327 +0x8be fp=0xc00040d988 sp=0xc00040d828 pc=0x483bde&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc00040dab8 sp=0xc00040d988 pc=0xbac3f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00040db30 sp=0xc00040dab8 pc=0xc7d1d0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:944 +0xaa fp=0xc00040dbd0 sp=0xc00040db30 pc=0xb6ce8a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00040dc48 sp=0xc00040dbd0 pc=0xb943f0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:708 +0x246 fp=0xc00040dfc0 sp=0xc00040dc48 pc=0xb69bc6&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc00040dfe0 sp=0xc00040dfc0 pc=0xb6671a&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00040dfe8 sp=0xc00040dfe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00096fcf8 sp=0xc00096fcd8 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/chan.go:259 +0x44e fp=0xc00096fd88 sp=0xc00096fcf8 pc=0x43d7ae&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/chan.go:145 +0x1d fp=0xc00096fdb8 sp=0xc00096fd88 pc=0x43d33d&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0xa5 fp=0xc00096fe20 sp=0xc00096fdb8 pc=0xba3565&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:534 +0x10a fp=0xc00096fec0 sp=0xc00096fe20 pc=0xb6804a&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc9 fp=0xc00096ff50 sp=0xc00096fec0 pc=0xb4af29&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xe9 fp=0xc00096ffe0 sp=0xc00096ff50 pc=0xb4ad49&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00096ffe8 sp=0xc00096ffe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x28b&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0007af828 sp=0xc0007af808 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/select.go:327 +0x8be fp=0xc0007af988 sp=0xc0007af828 pc=0x483bde&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0007afab8 sp=0xc0007af988 pc=0xbac3f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0007afb30 sp=0xc0007afab8 pc=0xc7d1d0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:944 +0xaa fp=0xc0007afbd0 sp=0xc0007afb30 pc=0xb6ce8a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0007afc48 sp=0xc0007afbd0 pc=0xb943f0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:708 +0x246 fp=0xc0007affc0 sp=0xc0007afc48 pc=0xb69bc6&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc0007affe0 sp=0xc0007affc0 pc=0xb6671a&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0007affe8 sp=0xc0007affe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000676828 sp=0xc000676808 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/select.go:327 +0x8be fp=0xc000676988 sp=0xc000676828 pc=0x483bde&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000676ab8 sp=0xc000676988 pc=0xbac3f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000676b30 sp=0xc000676ab8 pc=0xc7d1d0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:944 +0xaa fp=0xc000676bd0 sp=0xc000676b30 pc=0xb6ce8a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000676c48 sp=0xc000676bd0 pc=0xb943f0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:708 +0x246 fp=0xc000676fc0 sp=0xc000676c48 pc=0xb69bc6&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc000676fe0 sp=0xc000676fc0 pc=0xb6671a&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000676fe8 sp=0xc000676fe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0006a0828 sp=0xc0006a0808 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/select.go:327 +0x8be fp=0xc0006a0988 sp=0xc0006a0828 pc=0x483bde&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0006a0ab8 sp=0xc0006a0988 pc=0xbac3f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0006a0b30 sp=0xc0006a0ab8 pc=0xc7d1d0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:944 +0xaa fp=0xc0006a0bd0 sp=0xc0006a0b30 pc=0xb6ce8a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0006a0c48 sp=0xc0006a0bd0 pc=0xb943f0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:708 +0x246 fp=0xc0006a0fc0 sp=0xc0006a0c48 pc=0xb69bc6&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc0006a0fe0 sp=0xc0006a0fc0 pc=0xb6671a&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0006a0fe8 sp=0xc0006a0fe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000779c40 sp=0xc000779c20 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/select.go:327 +0x8be fp=0xc000779da0 sp=0xc000779c40 pc=0x483bde&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:182 +0x2ee fp=0xc000779fe0 sp=0xc000779da0 pc=0xb9770e&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000779fe8 sp=0xc000779fe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:177 +0x25b&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00029d828 sp=0xc00029d808 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/select.go:327 +0x8be fp=0xc00029d988 sp=0xc00029d828 pc=0x483bde&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc00029dab8 sp=0xc00029d988 pc=0xbac3f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00029db30 sp=0xc00029dab8 pc=0xc7d1d0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:944 +0xaa fp=0xc00029dbd0 sp=0xc00029db30 pc=0xb6ce8a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00029dc48 sp=0xc00029dbd0 pc=0xb943f0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:708 +0x246 fp=0xc00029dfc0 sp=0xc00029dc48 pc=0xb69bc6&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc00029dfe0 sp=0xc00029dfc0 pc=0xb6671a&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00029dfe8 sp=0xc00029dfe0 pc=0x4a7a41&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000790828 sp=0xc000790808 pc=0x4722d6&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/select.go:327 +0x8be fp=0xc000790988 sp=0xc000790828 pc=0x483bde&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000790ab8 sp=0xc000790988 pc=0xbac3f2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000790b30 sp=0xc000790ab8 pc=0xc7d1d0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:944 +0xaa fp=0xc000790bd0 sp=0xc000790b30 pc=0xb6ce8a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000790c48 sp=0xc000790bd0 pc=0xb943f0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:708 +0x246 fp=0xc000790fc0 sp=0xc000790c48 pc=0xb69bc6&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x3a fp=0xc000790fe0 sp=0xc000790fc0 pc=0xb6671a&#xA;/opt/hostedtoolcache/go/1.20.2/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000790fe8 sp=0xc000790fe0 pc=0x4a7a41&#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</failure>
		</testcase>
	</testsuite>
</testsuites>
