<testsuites>
	<testsuite tests="207" failures="6" time="7262.383" name="github.com/ably/ably-go/ably">
		<properties>
			<property name="go.version" value="go1.19.13"></property>
		</properties>
		<testcase classname="ably" name="Test_decodeMessage" time="0.000"></testcase>
		<testcase classname="ably" name="Test_decodeMessage/foo" time="0.000"></testcase>
		<testcase classname="ably" name="Test_decodeMessage/{&#34;foo&#34;:42}" time="0.000"></testcase>
		<testcase classname="ably" name="Test_decodeMessage/{&#34;foo&#34;:42,&#34;bar&#34;:[&#34;a&#34;,1.2,{&#34;boo&#34;:&#34;ha&#34;}]}" time="0.000"></testcase>
		<testcase classname="ably" name="Test_decodeMessage/[{&#34;foo&#34;:42},&#34;qux&#34;]" time="0.000"></testcase>
		<testcase classname="ably" name="Test_decodeMessage/3q2+7w==" time="0.000"></testcase>
		<testcase classname="ably" name="TestMsgpackExtrasJsonCompatible" time="0.000"></testcase>
		<testcase classname="ably" name="TestMsgpackDecoding" time="0.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="7.760"></testcase>
		<testcase classname="ably" name="TestAuth_BasicAuth/RSA2:_Should_use_basic_auth_as_default_authentication_if_an_API_key_exists" time="0.000"></testcase>
		<testcase classname="ably" name="TestAuth_BasicAuth/RSA1:_Should_connect_to_HTTPS_by_default,_trying_to_connect_with_non-TLS_should_result_in_error" time="0.000"></testcase>
		<testcase classname="ably" name="TestAuth_BasicAuth/RSA11:_API_key_should_follow_format_KEY_NAME:KEY_SECRET_in_auth_header" time="0.000"></testcase>
		<testcase classname="ably" name="TestAuth_TokenAuth" time="7.770"></testcase>
		<testcase classname="ably" name="TestAuth_TokenAuth_Renew" time="11.590"></testcase>
		<testcase classname="ably" name="TestAuth_RequestToken" time="7.870"></testcase>
		<testcase classname="ably" name="TestAuth_ReuseClientID" time="7.200"></testcase>
		<testcase classname="ably" name="TestAuth_RequestToken_PublishClientID" time="9.330"></testcase>
		<testcase classname="ably" name="TestAuth_ClientID" time="7.880"></testcase>
		<testcase classname="ably" name="TestAuth_ClientID/Auth_ClientID" time="1.200"></testcase>
		<testcase classname="ably" name="TestAuth_CreateTokenRequest" time="6.670"></testcase>
		<testcase classname="ably" name="TestAuth_CreateTokenRequest/RSA9h" time="0.100"></testcase>
		<testcase classname="ably" name="TestAuth_CreateTokenRequest/RSA9h/parameters_are_optional" time="0.100"></testcase>
		<testcase classname="ably" name="TestAuth_CreateTokenRequest/RSA9h/authOptions_must_not_be_merged" time="0.000"></testcase>
		<testcase classname="ably" name="TestAuth_CreateTokenRequest/RSA9c_must_generate_a_unique_16+_character_nonce" time="0.000"></testcase>
		<testcase classname="ably" name="TestAuth_CreateTokenRequest/RSA9g_generate_a_signed_request" time="0.000"></testcase>
		<testcase classname="ably" name="TestAuth_RealtimeAccessToken" time="7.590"></testcase>
		<testcase classname="ably" name="TestAuth_IgnoreTimestamp_QueryTime" time="28.260"></testcase>
		<testcase classname="ably" name="TestAuth_RSA7c" time="6.830"></testcase>
		<testcase classname="ably" name="TestEventEmitterConcurrency" time="0.030"></testcase>
		<testcase classname="ably" name="Test_RTE3_EventEmitter_On" time="0.090"></testcase>
		<testcase classname="ably" name="Test_RTE3_EventEmitter_On/event:_qux,_data:_42" time="0.030"></testcase>
		<testcase classname="ably" name="Test_RTE3_EventEmitter_On/event:_foo,_data:_42" time="0.030"></testcase>
		<testcase classname="ably" name="Test_RTE3_EventEmitter_On/event:_bar,_data:_42" time="0.030"></testcase>
		<testcase classname="ably" name="Test_RTE4_EventEmitter_Once" time="0.280"></testcase>
		<testcase classname="ably" name="Test_RTE4_EventEmitter_Once/event:_qux,_data:_42" time="0.090"></testcase>
		<testcase classname="ably" name="Test_RTE4_EventEmitter_Once/event:_foo,_data:_42" time="0.090"></testcase>
		<testcase classname="ably" name="Test_RTE4_EventEmitter_Once/event:_bar,_data:_42" time="0.090"></testcase>
		<testcase classname="ably" name="Test_RTE5_EventEmitter_Off" time="0.120"></testcase>
		<testcase classname="ably" name="Test_RTE5_EventEmitter_Off/specific_listener" time="0.040"></testcase>
		<testcase classname="ably" name="Test_RTE5_EventEmitter_Off/specific_event" time="0.050"></testcase>
		<testcase classname="ably" name="Test_RTE5_EventEmitter_Off/all" time="0.030"></testcase>
		<testcase classname="ably" name="Test_RTE6_EventEmitter_EmitPanic" time="0.020"></testcase>
		<testcase classname="ably" name="Test_RTE6a_EventEmitter_EmitToFixedListenersCollection" time="0.100"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedFallback" time="6.920"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedFallback/request_time" time="0.010"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedResponse" time="8.180"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedResponse/request_time" time="0.080"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedResponse/request_404" time="0.400"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedResponse/request_post_get_messages" time="0.950"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedResponse/request_post_get_messages/post" time="0.340"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedResponse/request_post_get_messages/get" time="0.540"></testcase>
		<testcase classname="ably" name="TestMessage_CryptoDataFixtures_RSL6a1_RSL5b_RSL5c" time="0.010"></testcase>
		<testcase classname="ably" name="TestMessage_CryptoDataFixtures_RSL6a1_RSL5b_RSL5c/with_a_128_keylength" time="0.000"></testcase>
		<testcase classname="ably" name="TestMessage_CryptoDataFixtures_RSL6a1_RSL5b_RSL5c/with_a_128_keylength/fixture_encode" time="0.000"></testcase>
		<testcase classname="ably" name="TestMessage_CryptoDataFixtures_RSL6a1_RSL5b_RSL5c/with_a_256_keylength" time="0.010"></testcase>
		<testcase classname="ably" name="TestMessage_CryptoDataFixtures_RSL6a1_RSL5b_RSL5c/with_a_256_keylength/fixture_encode" time="0.000"></testcase>
		<testcase classname="ably" name="TestMessage_CryptoDataFixtures_RSL6a1_RSL5b_RSL5c_TM3" time="0.010"></testcase>
		<testcase classname="ably" name="TestMessage_CryptoDataFixtures_RSL6a1_RSL5b_RSL5c_TM3/with_a_128_keylength" time="0.000"></testcase>
		<testcase classname="ably" name="TestMessage_CryptoDataFixtures_RSL6a1_RSL5b_RSL5c_TM3/with_a_128_keylength/fixture_encode" time="0.000"></testcase>
		<testcase classname="ably" name="TestMessage_CryptoDataFixtures_RSL6a1_RSL5b_RSL5c_TM3/with_a_256_keylength" time="0.010"></testcase>
		<testcase classname="ably" name="TestMessage_CryptoDataFixtures_RSL6a1_RSL5b_RSL5c_TM3/with_a_256_keylength/fixture_encode" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_Publish" time="7.420"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_PublishAsync" time="7.370"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_Subscribe" time="22.540"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_SubscriptionFilters" time="7.620"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_AttachWhileDisconnected" time="8.570"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_ShouldSetAblySandboxDefaultReadLimit" time="7.210"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_ShouldSetProvidedReadLimit" time="7.560"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_ShouldReturnErrorIfReadLimitExceeded" time="7.300"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2_ChannelEventForStateChange" time="29.190"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2_ChannelEventForStateChange/on_ATTACHING" time="7.140"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2_ChannelEventForStateChange/on_ATTACHED" time="7.430"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2_ChannelEventForStateChange/on_DETACHING" time="7.170"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2_ChannelEventForStateChange/on_DETACHED" time="7.450"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2_ChannelEventForStateChange/on_SUSPENDED" time="0.000">
			<skipped message="    realtime_channel_spec_integration_test.go:107: SUSPENDED not yet implemented"></skipped>
		</testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2_ChannelEventForStateChange/on_UPDATE" time="0.000">
			<skipped message="    realtime_channel_spec_integration_test.go:112: UPDATED not yet implemented"></skipped>
		</testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach" time="132.400">
			<failure message="Failed" type=""></failure>
		</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.350"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4b:_If_connection_state_is_FAILED,_returns_error" time="6.960">
			<failure message="Failed" type="">    realtime_channel_spec_integration_test.go:321: unexpectedly received in channel: {FAILED FAILED INITIALIZED [ErrorInfo :fake error code=40100 unauthorized statusCode=400] See https://help.ably.io/error/40100 false}</failure>
		</testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4b:_If_connection_state_is_SUSPENDED,_returns_error" time="7.230"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4c_RTL4d:_If_connected,_should_get_attached_successfully" time="7.280"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4d_:_should_return_error_on_FAILED_while_attaching_channel" time="7.120"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4d_:_should_return_error_on_DETACHED_while_attaching_channel" time="7.020"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4d_:_should_return_error_on_SUSPENDED_while_attaching_channel" time="0.000">
			<skipped message="    realtime_channel_spec_integration_test.go:527: Channel SUSPENDED not implemented yet"></skipped>
		</testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4e:_Transition_to_failed_if_no_attach_permission" time="7.240"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4f:_Channel_attach_timeout_if_not_received_within_realtime_request_timeout" time="0.010"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4g:_If_channel_in_FAILED_state,_set_err_to_null_and_proceed_with_attach" time="7.410"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4h:_If_channel_is_ATTACHING,_listen_to_the_attach_event_and_don&#39;t_send_attach_event" time="7.070"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4h:_If_channel_is_DETACHING,_do_attach_after_completion_of_request" time="7.420"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4i_:_If_connection_state_is_CONNECTING,_do_ATTACH_after_CONNECTED" time="7.240"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4i_:_If_connection_state_is_DISCONNECTED,_do_ATTACH_after_CONNECTED" time="7.490"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4j_RTL13a:_If_channel_attach_is_not_a_clean_attach,_should_set_ATTACH_RESUME_in_the_ATTACH_message" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4j1:_AttachResume_should_be_True_when_Attached_(Clean_ATTACH)" time="7.400"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4j2:_Rewind_flag_should_allow_to_receive_historic_messages" time="8.760"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4k:_If_params_given_channel_options,_should_be_sent_in_ATTACH_message" time="7.200"></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.600"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4l:_If_modes_provided_in_channelOptions,_should_be_encoded_as_bitfield_and_set_as_flags_field_of_ATTACH_message" time="7.450"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4m:_If_modes_provides_while_attach,_should_receive_modes_in_attached_message" time="7.150"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach" time="59.150"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5a:_If_channel_is_INITIALIZED_or_DETACHED,_do_nothing" time="7.530"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5b:_If_channel_state_is_FAILED,_return_error" time="7.150"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5d_RTL5e:_If_connected,_should_do_successful_detach_with_server" time="7.340"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5e:_return_error_if_channel_detach_fails" time="7.460"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5f:_return_error_on_request_timeout" time="0.010"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5g:_If_connection_state_CLOSING_or_FAILED,_should_return_error" time="7.210"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5h_:_If_Connection_state_CONNECTING,_queue_the_DETACH_message_and_send_on_CONNECTED" time="7.330"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5h,_RTN19b:_If_Connection_state_DISCONNECTED,_queue_the_DETACH_message_and_send_on_CONNECTED" time="7.870"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5i:_If_channel_in_DETACHING_or_ATTACHING_state,_do_detach_after_completion_of_operation" time="7.230"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5j:_if_channel_state_is_SUSPENDED,_immediately_transition_to_DETACHED_state" time="0.000">
			<skipped message="    realtime_channel_spec_integration_test.go:1898: Channel SUSPENDED not implemented yet"></skipped>
		</testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5k:_When_receive_ATTACH_in_detaching_state,_send_new_DETACH_message" time="0.020"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c1_PublishNow" time="38.110"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c1_PublishNow/when_INITIALIZED" time="7.480"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c1_PublishNow/when_ATTACHING" time="7.670"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c1_PublishNow/when_ATTACHED" time="7.600"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c1_PublishNow/when_DETACHING" time="7.630"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c1_PublishNow/when_DETACHED" time="7.710"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue" time="80.930"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_INITIALIZED,_channel_is_INITIALIZED" time="7.210"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_CONNECTING,_channel_is_INITIALIZED" time="7.090"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_CONNECTING,_channel_is_ATTACHING" time="7.060"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_DISCONNECTED,_channel_is_INITIALIZED" time="7.360"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_DISCONNECTED,_channel_is_ATTACHING" time="6.900"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_DISCONNECTED,_channel_is_ATTACHED" time="7.410"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_DISCONNECTED,_channel_is_DETACHING" time="7.560"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_DISCONNECTED,_channel_is_DETACHED" time="7.620"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_CONNECTING,_channel_is_ATTACHED" time="7.750"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_CONNECTING,_channel_is_DETACHING" time="7.540"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_CONNECTING,_channel_is_DETACHED" time="7.420"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c4_PublishFail" time="7.360"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c4_PublishFail/when_connection_is_SUSPENDED,_channel_is_INITIALIZED" time="7.360"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c5_NoImplicitAttach" time="7.360"></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.080"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL13_HandleDetached/RTL13a:_when_ATTACHED,_successful_reattach" time="0.020"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL13_HandleDetached/RTL13b:_when_ATTACHING" time="0.020"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL13_HandleDetached/RTL13c:_stop_on_non-CONNECTED" time="0.030"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL17_IgnoreMessagesWhenNotAttached" time="0.020"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL17_IgnoreMessagesWhenNotAttached/Shouldn&#39;t_receive_message_when_not_attached" time="0.020"></testcase>
		<testcase classname="ably" name="Test_UpdateEmptyMessageFields_TM2a_TM2c_TM2f" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL14_HandleChannelError" time="0.030"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL14_HandleChannelError/RTL14:_when_Error,_should_transition_to_failed_state" time="0.030"></testcase>
		<testcase classname="ably" name="TestRealtime_RealtimeHost" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtime_RSC7_AblyAgent" time="0.010"></testcase>
		<testcase classname="ably" name="TestRealtime_RSC7_AblyAgent/RSC7d3_:_Should_set_ablyAgent_header_with_correct_identifiers" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtime_RSC7_AblyAgent/RSC7d6_:_Should_set_ablyAgent_header_with_custom_agents" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtime_RSC7_AblyAgent/RSC7d6_:_Should_set_ablyAgent_header_with_custom_agents_missing_version" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtime_multiple" time="14.140"></testcase>
		<testcase classname="ably" name="TestRealtime_DontCrashOnCloseWhenEchoOff" time="7.000"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_AutoConnect_And_Close" time="7.560"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_No_AutoConnect" time="7.570"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_AlreadyConnected" time="7.270"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_AuthError" time="0.300"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_ReceiveTimeout" time="7.400"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_BreakConnLoopOnInactiveState" time="13.420"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_BreakConnLoopOnInactiveState/error" time="6.620"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_BreakConnLoopOnInactiveState/closed" time="6.800"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_SendErrorReconnects" time="7.510"></testcase>
		<testcase classname="ably" name="Test_RTN2_WebsocketQueryParams" time="0.000"></testcase>
		<testcase classname="ably" name="Test_RTN2_WebsocketQueryParams/RTN2a:_format_should_be_msgPack_or_json" time="0.000"></testcase>
		<testcase classname="ably" name="Test_RTN2_WebsocketQueryParams/RTN2b:_echo_should_be_true_by_default" time="0.000"></testcase>
		<testcase classname="ably" name="Test_RTN2_WebsocketQueryParams/RTN2d:_clientId_contains_provided_clientId" time="0.000"></testcase>
		<testcase classname="ably" name="Test_RTN2_WebsocketQueryParams/RTN2e:_depending_on_the_auth_scheme,_accessToken_contains_token_string_or_key_contains_api_key" time="0.000"></testcase>
		<testcase classname="ably" name="Test_RTN2_WebsocketQueryParams/RTN2f:_api_version_v_should_be_the_API_version" time="0.000"></testcase>
		<testcase classname="ably" name="Test_RTN3_ConnectionAutoConnect" time="7.320"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange" time="36.950"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange/on_CONNECTING" time="7.140"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange/on_CONNECTED" time="7.960"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange/on_DISCONNECTED" time="7.420"></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.890"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange/on_CLOSED" time="7.250"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange/on_FAILED" time="0.270"></testcase>
		<testcase classname="ably" name="Test_RTN6_Connected_When_CONNECTED_Msg_Received" time="0.010"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN12_Connection_Close" time="52.620">
			<failure message="Failed" type=""></failure>
		</testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN12_Connection_Close/RTN12a:_transition_to_closed_on_connection_close" time="6.830"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN12_Connection_Close/RTN12b:_transition_to_closed_on_close_request_timeout" time="0.010"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN12_Connection_Close/RTN12c:_transition_to_closed_on_transport_error" time="7.300"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN12_Connection_Close/RTN12d_:_should_abort_reconnection_timer_while_disconnected_on_closed" time="30.000">
			<failure message="Failed" type="">2023/11/06 07:18:46 [ERROR] cannot set readlimit for connection, connection does not use nhooyr.io/websocket, using default readlimit instead&#xA;    realtime_conn_spec_integration_test.go:537: timed out waiting for channel receive</failure>
		</testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN12_Connection_Close/RTN12d:_should_abort_reconnection_timer_while_suspended_on_closed" time="1.400"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN12_Connection_Close/RTN12f:_transition_to_closed_when_close_is_called_intermittently" time="7.080"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15a_ReconnectOnEOF" time="7.530"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15b" time="8.040"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15c6" time="8.710"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15c7_attached" time="8.050"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15c4" time="7.730"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15d_MessageRecovery" time="7.660"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15e_ConnKeyUpdatedOnReconnect" time="7.970"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15g_NewConnectionOnStateLost" time="0.000">
			<failure message="Failed" type="">2023/11/06 07:20:20 [ERROR] cannot set readlimit for connection, connection does not use nhooyr.io/websocket, using default readlimit instead&#xA;2023/11/06 07:20:20 [ERROR] cannot set readlimit for connection, connection does not use nhooyr.io/websocket, using default readlimit instead&#xA;2023/11/06 07:20:20 [ERROR] cannot set readlimit for connection, connection does not use nhooyr.io/websocket, using default readlimit instead&#xA;    realtime_conn_spec_integration_test.go:1445: unexpectedly received in channel: (action=&#34;attach&#34;, channel=&#34;attaching&#34;)</failure>
		</testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15h1_OnDisconnectedCannotRenewToken" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15h2_ReauthFails" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15h2_ReauthWithBadToken" time="0.010"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15h2_Success" time="0.010"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15i_OnErrorWhenConnected" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN16" time="0.000">
			<failure message="Failed" type="">/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/sys_linux_amd64.s:559 +0x21 fp=0x7fffd4ff22b0 sp=0x7fffd4ff22a8 pc=0x4a8c01&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/os_linux.go:69 +0x36 fp=0x7fffd4ff2300 sp=0x7fffd4ff22b0 pc=0x46bb16&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/lock_futex.go:160 +0x87 fp=0x7fffd4ff2338 sp=0x7fffd4ff2300 pc=0x443807&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:1458&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:2248 +0x8c fp=0x7fffd4ff2368 sp=0x7fffd4ff2338 pc=0x47660c&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:2875 +0x9e8 fp=0x7fffd4ff2458 sp=0x7fffd4ff2368 pc=0x477ca8&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:3215 +0xbe fp=0x7fffd4ff2490 sp=0x7fffd4ff2458 pc=0x478ade&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:3541 +0x29c fp=0x7fffd4ff24d0 sp=0x7fffd4ff2490 pc=0x479adc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:448 +0x43 fp=0x7fffd4ff24e0 sp=0x7fffd4ff24d0 pc=0x4a43e3&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000109750 sp=0xc000109730 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:583 +0x42c fp=0xc0001097e0 sp=0xc000109750 pc=0x43de6c&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:442 +0x18 fp=0xc000109808 sp=0xc0001097e0 pc=0x43d9d8&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/testing/testing.go:1494 +0x789 fp=0xc000109920 sp=0xc000109808 pc=0x5b6729&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/testing/testing.go:1846 +0x9a fp=0xc000109978 sp=0xc000109920 pc=0x5b9d1a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/testing/testing.go:1446 +0x217 fp=0xc000109a80 sp=0xc000109978 pc=0x5b4ff7&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/testing/testing.go:1844 +0x7ed fp=0xc000109bd0 sp=0xc000109a80 pc=0x5b9b6d&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/testing/testing.go:1726 +0xa85 fp=0xc000109ed8 sp=0xc000109bd0 pc=0x5b76e5&#xA;_testmain.go:281 +0x2ea fp=0xc000109f80 sp=0xc000109ed8 pc=0xc5918a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:250 +0x212 fp=0xc000109fe0 sp=0xc000109f80 pc=0x4723f2&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000109fe8 sp=0xc000109fe0 pc=0x4a6621&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000050fb0 sp=0xc000050f90 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:369&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:302 +0xad fp=0xc000050fe0 sp=0xc000050fb0 pc=0x47264d&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000050fe8 sp=0xc000050fe0 pc=0x4a6621&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:290 +0x25&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000051790 sp=0xc000051770 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:369&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/mgcsweep.go:297 +0xd7 fp=0xc0000517c8 sp=0xc000051790 pc=0x45cd17&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/mgc.go:178 +0x26 fp=0xc0000517e0 sp=0xc0000517c8 pc=0x451986&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0000517e8 sp=0xc0000517e0 pc=0x4a6621&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/mgc.go:178 +0x6b&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000051f70 sp=0xc000051f50 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:369&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/mgcscavenge.go:389 +0x53 fp=0xc000051fa0 sp=0xc000051f70 pc=0x45ad93&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/mgcscavenge.go:622 +0x65 fp=0xc000051fc8 sp=0xc000051fa0 pc=0x45b365&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/mgc.go:179 +0x26 fp=0xc000051fe0 sp=0xc000051fc8 pc=0x451926&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000051fe8 sp=0xc000051fe0 pc=0x4a6621&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/mgc.go:179 +0xaa&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000050628 sp=0xc000050608 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:369&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/mfinal.go:180 +0x145 fp=0xc0000507e0 sp=0xc000050628 pc=0x450aa5&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0000507e8 sp=0xc0000507e0 pc=0x4a6621&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/mfinal.go:157 +0x45&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc00004c750 sp=0xc00004c730 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/mgc.go:1235 +0xf1 fp=0xc00004c7e0 sp=0xc00004c750 pc=0x453ad1&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00004c7e8 sp=0xc00004c7e0 pc=0x4a6621&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/mgc.go:1159 +0x25&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc00048b4a8 sp=0xc00048b488 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:583 +0x42c fp=0xc00048b538 sp=0xc00048b4a8 pc=0x43de6c&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:442 +0x18 fp=0xc00048b560 sp=0xc00048b538 pc=0x43d9d8&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x74 fp=0xc00048b5f0 sp=0xc00048b560 pc=0xc4a694&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:137 +0x542 fp=0xc00048b738 sp=0xc00048b5f0 pc=0xb34042&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x50f fp=0xc00048b8c8 sp=0xc00048b738 pc=0xb3796f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:304 +0x11f fp=0xc00048bb78 sp=0xc00048b8c8 pc=0xb3651f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:236 +0x2e6 fp=0xc00048bc58 sp=0xc00048bb78 pc=0xb35286&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:767 +0x223a fp=0xc00048bfc0 sp=0xc00048bc58 pc=0xb3de5a&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc00048bfe0 sp=0xc00048bfc0 pc=0xb37eda&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00048bfe8 sp=0xc00048bfe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000485be0 sp=0xc000485bc0 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000485d40 sp=0xc000485be0 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:291 +0x1c9 fp=0xc000485f00 sp=0xc000485d40 pc=0xb54e29&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:270 +0x42 fp=0xc000485f30 sp=0xc000485f00 pc=0xb546e2&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:414 +0x9b fp=0xc000485fe0 sp=0xc000485f30 pc=0xb28fdb&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000485fe8 sp=0xc000485fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:413 +0x453&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc00004cf50 sp=0xc00004cf30 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/mgc.go:1235 +0xf1 fp=0xc00004cfe0 sp=0xc00004cf50 pc=0x453ad1&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00004cfe8 sp=0xc00004cfe0 pc=0x4a6621&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/mgc.go:1159 +0x25&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc00039f6e0 sp=0xc00039f6c0 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/netpoll.go:526 +0xf7 fp=0xc00039f718 sp=0xc00039f6e0 pc=0x46aef7&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/netpoll.go:305 +0x89 fp=0xc00039f738 sp=0xc00039f718 pc=0x4a0649&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/internal/poll/fd_poll_runtime.go:84 +0xbd fp=0xc00039f780 sp=0xc00039f738 pc=0x4f561d&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/internal/poll/fd_poll_runtime.go:89&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/internal/poll/fd_unix.go:167 +0x415 fp=0xc00039f870 sp=0xc00039f780 pc=0x4f71b5&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/fd_posix.go:55 +0x51 fp=0xc00039f8d0 sp=0xc00039f870 pc=0x7cf1d1&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/net.go:183 +0xb1 fp=0xc00039f950 sp=0xc00039f8d0 pc=0x7e6091&#xA;&lt;autogenerated&gt;:1 +0x65 fp=0xc00039f998 sp=0xc00039f950 pc=0x807a25&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/transport.go:1929 +0x105 fp=0xc00039fa18 sp=0xc00039f998 pc=0x984345&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/bufio/bufio.go:106 +0x2ab fp=0xc00039faa8 sp=0xc00039fa18 pc=0x5be7eb&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/bufio/bufio.go:144 +0xd2 fp=0xc00039fb30 sp=0xc00039faa8 pc=0x5beab2&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/transport.go:2093 +0x2c8 fp=0xc00039ffc0 sp=0xc00039fb30 pc=0x985688&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/transport.go:1751 +0x3a fp=0xc00039ffe0 sp=0xc00039ffc0 pc=0x982fba&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00039ffe8 sp=0xc00039ffe0 pc=0x4a6621&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/transport.go:1751 +0x2586&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0006f9ed0 sp=0xc0006f9eb0 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:583 +0x42c fp=0xc0006f9f60 sp=0xc0006f9ed0 pc=0x43de6c&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:447 +0x18 fp=0xc0006f9f88 sp=0xc0006f9f60 pc=0x43da18&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x7b fp=0xc0006f9fe0 sp=0xc0006f9f88 pc=0xaa427b&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0006f9fe8 sp=0xc0006f9fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0006a4ed0 sp=0xc0006a4eb0 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:583 +0x42c fp=0xc0006a4f60 sp=0xc0006a4ed0 pc=0x43de6c&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:447 +0x18 fp=0xc0006a4f88 sp=0xc0006a4f60 pc=0x43da18&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x7b fp=0xc0006a4fe0 sp=0xc0006a4f88 pc=0xaa427b&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0006a4fe8 sp=0xc0006a4fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0003d4838 sp=0xc0003d4818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc0003d4998 sp=0xc0003d4838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0003d4ac8 sp=0xc0003d4998 pc=0xb81d32&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0003d4b40 sp=0xc0003d4ac8 pc=0xc53bd0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc0003d4be0 sp=0xc0003d4b40 pc=0xb3f00a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0003d4c58 sp=0xc0003d4be0 pc=0xb69970&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc0003d4fc0 sp=0xc0003d4c58 pc=0xb3be5d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc0003d4fe0 sp=0xc0003d4fc0 pc=0xb37eda&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0003d4fe8 sp=0xc0003d4fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc00005e838 sp=0xc00005e818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc00005e998 sp=0xc00005e838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc00005eac8 sp=0xc00005e998 pc=0xb81d32&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00005eb40 sp=0xc00005eac8 pc=0xc53bd0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc00005ebe0 sp=0xc00005eb40 pc=0xb3f00a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00005ec58 sp=0xc00005ebe0 pc=0xb69970&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc00005efc0 sp=0xc00005ec58 pc=0xb3be5d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc00005efe0 sp=0xc00005efc0 pc=0xb37eda&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00005efe8 sp=0xc00005efe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000398ed0 sp=0xc000398eb0 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:583 +0x42c fp=0xc000398f60 sp=0xc000398ed0 pc=0x43de6c&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:447 +0x18 fp=0xc000398f88 sp=0xc000398f60 pc=0x43da18&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x7b fp=0xc000398fe0 sp=0xc000398f88 pc=0xaa427b&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000398fe8 sp=0xc000398fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0007b3c40 sp=0xc0007b3c20 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc0007b3da0 sp=0xc0007b3c40 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:191 +0x39a fp=0xc0007b3fe0 sp=0xc0007b3da0 pc=0xb6ca3a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0007b3fe8 sp=0xc0007b3fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:178 +0x25b&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0008c8d50 sp=0xc0008c8d30 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc0008c8eb0 sp=0xc0008c8d50 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:18 +0x17e fp=0xc0008c8fe0 sp=0xc0008c8eb0 pc=0xaa3dfe&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0008c8fe8 sp=0xc0008c8fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:16 +0x145&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0006b1838 sp=0xc0006b1818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc0006b1998 sp=0xc0006b1838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0006b1ac8 sp=0xc0006b1998 pc=0xb81d32&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0006b1b40 sp=0xc0006b1ac8 pc=0xc53bd0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc0006b1be0 sp=0xc0006b1b40 pc=0xb3f00a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0006b1c58 sp=0xc0006b1be0 pc=0xb69970&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc0006b1fc0 sp=0xc0006b1c58 pc=0xb3be5d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc0006b1fe0 sp=0xc0006b1fc0 pc=0xb37eda&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0006b1fe8 sp=0xc0006b1fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0004db2d0 sp=0xc0004db2b0 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/netpoll.go:526 +0xf7 fp=0xc0004db308 sp=0xc0004db2d0 pc=0x46aef7&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/netpoll.go:305 +0x89 fp=0xc0004db328 sp=0xc0004db308 pc=0x4a0649&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/internal/poll/fd_poll_runtime.go:84 +0xbd fp=0xc0004db370 sp=0xc0004db328 pc=0x4f561d&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/internal/poll/fd_poll_runtime.go:89&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/internal/poll/fd_unix.go:167 +0x415 fp=0xc0004db460 sp=0xc0004db370 pc=0x4f71b5&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/fd_posix.go:55 +0x51 fp=0xc0004db4c0 sp=0xc0004db460 pc=0x7cf1d1&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/net.go:183 +0xb1 fp=0xc0004db540 sp=0xc0004db4c0 pc=0x7e6091&#xA;&lt;autogenerated&gt;:1 +0x65 fp=0xc0004db588 sp=0xc0004db540 pc=0x807a25&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/server.go:786 +0x23b fp=0xc0004db608 sp=0xc0004db588 pc=0x95055b&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/bufio/bufio.go:106 +0x2ab fp=0xc0004db698 sp=0xc0004db608 pc=0x5be7eb&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/bufio/bufio.go:144 +0xd2 fp=0xc0004db720 sp=0xc0004db698 pc=0x5beab2&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/server.go:991 +0x4bb fp=0xc0004dba48 sp=0xc0004db720 pc=0x9525db&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/server.go:1916 +0x5d4 fp=0xc0004dbfa0 sp=0xc0004dba48 pc=0x959b34&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/server.go:3102 +0x59 fp=0xc0004dbfe0 sp=0xc0004dbfa0 pc=0x961a79&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0004dbfe8 sp=0xc0004dbfe0 pc=0x4a6621&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/server.go:3102 +0x838&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0007b5bf0 sp=0xc0007b5bd0 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc0007b5d50 sp=0xc0007b5bf0 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:291 +0x1c9 fp=0xc0007b5f10 sp=0xc0007b5d50 pc=0xb54e29&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:270 +0x42 fp=0xc0007b5f40 sp=0xc0007b5f10 pc=0xb546e2&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:303 +0x86 fp=0xc0007b5fe0 sp=0xc0007b5f40 pc=0xb272c6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0007b5fe8 sp=0xc0007b5fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:302 +0x3ea&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000486cd0 sp=0xc000486cb0 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000486e30 sp=0xc000486cd0 pc=0x48407c&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/transport.go:2392 +0x1a9 fp=0xc000486fc0 sp=0xc000486e30 pc=0x988469&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/transport.go:1752 +0x3a fp=0xc000486fe0 sp=0xc000486fc0 pc=0x982f3a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000486fe8 sp=0xc000486fe0 pc=0x4a6621&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/transport.go:1752 +0x261a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0006c9ed0 sp=0xc0006c9eb0 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:583 +0x42c fp=0xc0006c9f60 sp=0xc0006c9ed0 pc=0x43de6c&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:447 +0x18 fp=0xc0006c9f88 sp=0xc0006c9f60 pc=0x43da18&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x7b fp=0xc0006c9fe0 sp=0xc0006c9f88 pc=0xaa427b&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0006c9fe8 sp=0xc0006c9fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000482bf0 sp=0xc000482bd0 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000482d50 sp=0xc000482bf0 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:291 +0x1c9 fp=0xc000482f10 sp=0xc000482d50 pc=0xb54e29&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:270 +0x42 fp=0xc000482f40 sp=0xc000482f10 pc=0xb546e2&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:303 +0x86 fp=0xc000482fe0 sp=0xc000482f40 pc=0xb272c6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000482fe8 sp=0xc000482fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:302 +0x3ea&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0006a0ed0 sp=0xc0006a0eb0 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:583 +0x42c fp=0xc0006a0f60 sp=0xc0006a0ed0 pc=0x43de6c&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:447 +0x18 fp=0xc0006a0f88 sp=0xc0006a0f60 pc=0x43da18&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x7b fp=0xc0006a0fe0 sp=0xc0006a0f88 pc=0xaa427b&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0006a0fe8 sp=0xc0006a0fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0006fbed0 sp=0xc0006fbeb0 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:583 +0x42c fp=0xc0006fbf60 sp=0xc0006fbed0 pc=0x43de6c&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:447 +0x18 fp=0xc0006fbf88 sp=0xc0006fbf60 pc=0x43da18&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x7b fp=0xc0006fbfe0 sp=0xc0006fbf88 pc=0xaa427b&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0006fbfe8 sp=0xc0006fbfe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0006cf838 sp=0xc0006cf818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc0006cf998 sp=0xc0006cf838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0006cfac8 sp=0xc0006cf998 pc=0xb81d32&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0006cfb40 sp=0xc0006cfac8 pc=0xc53bd0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc0006cfbe0 sp=0xc0006cfb40 pc=0xb3f00a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0006cfc58 sp=0xc0006cfbe0 pc=0xb69970&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc0006cffc0 sp=0xc0006cfc58 pc=0xb3be5d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc0006cffe0 sp=0xc0006cffc0 pc=0xb37eda&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0006cffe8 sp=0xc0006cffe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0000fd838 sp=0xc0000fd818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc0000fd998 sp=0xc0000fd838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0000fdac8 sp=0xc0000fd998 pc=0xb81d32&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0000fdb40 sp=0xc0000fdac8 pc=0xc53bd0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc0000fdbe0 sp=0xc0000fdb40 pc=0xb3f00a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0000fdc58 sp=0xc0000fdbe0 pc=0xb69970&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc0000fdfc0 sp=0xc0000fdc58 pc=0xb3be5d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc0000fdfe0 sp=0xc0000fdfc0 pc=0xb37eda&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0000fdfe8 sp=0xc0000fdfe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc00028b838 sp=0xc00028b818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc00028b998 sp=0xc00028b838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc00028bac8 sp=0xc00028b998 pc=0xb81d32&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00028bb40 sp=0xc00028bac8 pc=0xc53bd0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc00028bbe0 sp=0xc00028bb40 pc=0xb3f00a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00028bc58 sp=0xc00028bbe0 pc=0xb69970&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc00028bfc0 sp=0xc00028bc58 pc=0xb3be5d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc00028bfe0 sp=0xc00028bfc0 pc=0xb37eda&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00028bfe8 sp=0xc00028bfe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000064ed0 sp=0xc000064eb0 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:583 +0x42c fp=0xc000064f60 sp=0xc000064ed0 pc=0x43de6c&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:447 +0x18 fp=0xc000064f88 sp=0xc000064f60 pc=0x43da18&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x7b fp=0xc000064fe0 sp=0xc000064f88 pc=0xaa427b&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000064fe8 sp=0xc000064fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000183ed0 sp=0xc000183eb0 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:583 +0x42c fp=0xc000183f60 sp=0xc000183ed0 pc=0x43de6c&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:447 +0x18 fp=0xc000183f88 sp=0xc000183f60 pc=0x43da18&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x7b fp=0xc000183fe0 sp=0xc000183f88 pc=0xaa427b&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000183fe8 sp=0xc000183fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0000f9838 sp=0xc0000f9818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc0000f9998 sp=0xc0000f9838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0000f9ac8 sp=0xc0000f9998 pc=0xb81d32&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0000f9b40 sp=0xc0000f9ac8 pc=0xc53bd0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc0000f9be0 sp=0xc0000f9b40 pc=0xb3f00a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0000f9c58 sp=0xc0000f9be0 pc=0xb69970&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc0000f9fc0 sp=0xc0000f9c58 pc=0xb3be5d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc0000f9fe0 sp=0xc0000f9fc0 pc=0xb37eda&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0000f9fe8 sp=0xc0000f9fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000236ef8 sp=0xc000236ed8 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/netpoll.go:526 +0xf7 fp=0xc000236f30 sp=0xc000236ef8 pc=0x46aef7&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/netpoll.go:305 +0x89 fp=0xc000236f50 sp=0xc000236f30 pc=0x4a0649&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/internal/poll/fd_poll_runtime.go:84 +0xbd fp=0xc000236f98 sp=0xc000236f50 pc=0x4f561d&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/internal/poll/fd_poll_runtime.go:89&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/internal/poll/fd_unix.go:167 +0x415 fp=0xc000237088 sp=0xc000236f98 pc=0x4f71b5&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/fd_posix.go:55 +0x51 fp=0xc0002370e8 sp=0xc000237088 pc=0x7cf1d1&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/net.go:183 +0xb1 fp=0xc000237168 sp=0xc0002370e8 pc=0x7e6091&#xA;&lt;autogenerated&gt;:1 +0x65 fp=0xc0002371b0 sp=0xc000237168 pc=0x807a25&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/server.go:786 +0x23b fp=0xc000237230 sp=0xc0002371b0 pc=0x95055b&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/bufio/bufio.go:106 +0x2ab fp=0xc0002372c0 sp=0xc000237230 pc=0x5be7eb&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/bufio/bufio.go:372 +0x89 fp=0xc000237388 sp=0xc0002372c0 pc=0x5c0849&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/bufio/bufio.go:401 +0x36 fp=0xc0002373e8 sp=0xc000237388 pc=0x5c0e56&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/textproto/reader.go:58 +0xe5 fp=0xc0002374f8 sp=0xc0002373e8 pc=0x8b6365&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/textproto/reader.go:39&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/request.go:1030 +0x8e fp=0xc000237720 sp=0xc0002374f8 pc=0x94760e&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/server.go:994 +0x5aa fp=0xc000237a48 sp=0xc000237720 pc=0x9526ca&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/server.go:1916 +0x5d4 fp=0xc000237fa0 sp=0xc000237a48 pc=0x959b34&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/server.go:3102 +0x59 fp=0xc000237fe0 sp=0xc000237fa0 pc=0x961a79&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000237fe8 sp=0xc000237fe0 pc=0x4a6621&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/server.go:3102 +0x838&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000288838 sp=0xc000288818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000288998 sp=0xc000288838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000288ac8 sp=0xc000288998 pc=0xb81d32&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000288b40 sp=0xc000288ac8 pc=0xc53bd0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc000288be0 sp=0xc000288b40 pc=0xb3f00a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000288c58 sp=0xc000288be0 pc=0xb69970&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc000288fc0 sp=0xc000288c58 pc=0xb3be5d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc000288fe0 sp=0xc000288fc0 pc=0xb37eda&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000288fe8 sp=0xc000288fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000754c40 sp=0xc000754c20 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000754da0 sp=0xc000754c40 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:191 +0x39a fp=0xc000754fe0 sp=0xc000754da0 pc=0xb6ca3a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000754fe8 sp=0xc000754fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:178 +0x25b&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0006e54a8 sp=0xc0006e5488 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:583 +0x42c fp=0xc0006e5538 sp=0xc0006e54a8 pc=0x43de6c&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:442 +0x18 fp=0xc0006e5560 sp=0xc0006e5538 pc=0x43d9d8&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x74 fp=0xc0006e55f0 sp=0xc0006e5560 pc=0xc4a694&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:137 +0x542 fp=0xc0006e5738 sp=0xc0006e55f0 pc=0xb34042&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x50f fp=0xc0006e58c8 sp=0xc0006e5738 pc=0xb3796f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:304 +0x11f fp=0xc0006e5b78 sp=0xc0006e58c8 pc=0xb3651f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:236 +0x2e6 fp=0xc0006e5c58 sp=0xc0006e5b78 pc=0xb35286&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:767 +0x223a fp=0xc0006e5fc0 sp=0xc0006e5c58 pc=0xb3de5a&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc0006e5fe0 sp=0xc0006e5fc0 pc=0xb37eda&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0006e5fe8 sp=0xc0006e5fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000181cb0 sp=0xc000181c90 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:259 +0x44c fp=0xc000181d40 sp=0xc000181cb0 pc=0x43cfcc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:145 +0x1d fp=0xc000181d70 sp=0xc000181d40 pc=0x43cb5d&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0xa5 fp=0xc000181dd8 sp=0xc000181d70 pc=0xb78945&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:555 +0x167 fp=0xc000181eb8 sp=0xc000181dd8 pc=0xb39c47&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc9 fp=0xc000181f48 sp=0xc000181eb8 pc=0xb193a9&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xee fp=0xc000181fe0 sp=0xc000181f48 pc=0xb191ce&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000181fe8 sp=0xc000181fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x27d&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0004134a8 sp=0xc000413488 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:583 +0x42c fp=0xc000413538 sp=0xc0004134a8 pc=0x43de6c&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:442 +0x18 fp=0xc000413560 sp=0xc000413538 pc=0x43d9d8&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x74 fp=0xc0004135f0 sp=0xc000413560 pc=0xc4a694&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:137 +0x542 fp=0xc000413738 sp=0xc0004135f0 pc=0xb34042&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x50f fp=0xc0004138c8 sp=0xc000413738 pc=0xb3796f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:304 +0x11f fp=0xc000413b78 sp=0xc0004138c8 pc=0xb3651f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:236 +0x2e6 fp=0xc000413c58 sp=0xc000413b78 pc=0xb35286&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:767 +0x223a fp=0xc000413fc0 sp=0xc000413c58 pc=0xb3de5a&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc000413fe0 sp=0xc000413fc0 pc=0xb37eda&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000413fe8 sp=0xc000413fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0003cf838 sp=0xc0003cf818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc0003cf998 sp=0xc0003cf838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0003cfac8 sp=0xc0003cf998 pc=0xb81d32&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0003cfb40 sp=0xc0003cfac8 pc=0xc53bd0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc0003cfbe0 sp=0xc0003cfb40 pc=0xb3f00a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0003cfc58 sp=0xc0003cfbe0 pc=0xb69970&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc0003cffc0 sp=0xc0003cfc58 pc=0xb3be5d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc0003cffe0 sp=0xc0003cffc0 pc=0xb37eda&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0003cffe8 sp=0xc0003cffe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0003d0cd0 sp=0xc0003d0cb0 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc0003d0e30 sp=0xc0003d0cd0 pc=0x48407c&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/transport.go:2392 +0x1a9 fp=0xc0003d0fc0 sp=0xc0003d0e30 pc=0x988469&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/transport.go:1752 +0x3a fp=0xc0003d0fe0 sp=0xc0003d0fc0 pc=0x982f3a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0003d0fe8 sp=0xc0003d0fe0 pc=0x4a6621&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/transport.go:1752 +0x261a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000507c38 sp=0xc000507c18 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000507d98 sp=0xc000507c38 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:291 +0x1c9 fp=0xc000507f58 sp=0xc000507d98 pc=0xb54e29&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:270 +0x42 fp=0xc000507f88 sp=0xc000507f58 pc=0xb546e2&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:838 +0x76 fp=0xc000507fe0 sp=0xc000507f88 pc=0xb2f636&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000507fe8 sp=0xc000507fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:834 +0xb36&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc00048d6e0 sp=0xc00048d6c0 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:369&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/sema.go:150 +0x1fe fp=0xc00048d748 sp=0xc00048d6e0 pc=0x4853fe&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/sema.go:77 +0x25 fp=0xc00048d778 sp=0xc00048d748 pc=0x4a2485&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/sync/mutex.go:171 +0x225 fp=0xc00048d7c8 sp=0xc00048d778 pc=0x4b5585&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/sync/mutex.go:90 +0x65 fp=0xc00048d7e8 sp=0xc00048d7c8 pc=0x4b5285&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:135 +0x51 fp=0xc00048d850 sp=0xc00048d7e8 pc=0xb25291&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:55 +0x175 fp=0xc00048d980 sp=0xc00048d850 pc=0xb24e35&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_client.go:47 +0x8b7 fp=0xc00048daf8 sp=0xc00048d980 pc=0xb320d7&#xA;/home/runner/work/ably-go/ably-go/ablytest/sandbox.go:210 +0x54 fp=0xc00048db40 sp=0xc00048daf8 pc=0xb7ab74&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn_spec_integration_test.go:1771 +0x528 fp=0xc00048dea8 sp=0xc00048db40 pc=0xc10748&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/testing/testing.go:1446 +0x217 fp=0xc00048dfb0 sp=0xc00048dea8 pc=0x5b4ff7&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/testing/testing.go:1493 +0x48 fp=0xc00048dfe0 sp=0xc00048dfb0 pc=0x5b6828&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00048dfe8 sp=0xc00048dfe0 pc=0x4a6621&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/testing/testing.go:1493 +0x75e&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0001876e0 sp=0xc0001876c0 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/netpoll.go:526 +0xf7 fp=0xc000187718 sp=0xc0001876e0 pc=0x46aef7&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/netpoll.go:305 +0x89 fp=0xc000187738 sp=0xc000187718 pc=0x4a0649&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/internal/poll/fd_poll_runtime.go:84 +0xbd fp=0xc000187780 sp=0xc000187738 pc=0x4f561d&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/internal/poll/fd_poll_runtime.go:89&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/internal/poll/fd_unix.go:167 +0x415 fp=0xc000187870 sp=0xc000187780 pc=0x4f71b5&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/fd_posix.go:55 +0x51 fp=0xc0001878d0 sp=0xc000187870 pc=0x7cf1d1&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/net.go:183 +0xb1 fp=0xc000187950 sp=0xc0001878d0 pc=0x7e6091&#xA;&lt;autogenerated&gt;:1 +0x65 fp=0xc000187998 sp=0xc000187950 pc=0x807a25&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/transport.go:1929 +0x105 fp=0xc000187a18 sp=0xc000187998 pc=0x984345&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/bufio/bufio.go:106 +0x2ab fp=0xc000187aa8 sp=0xc000187a18 pc=0x5be7eb&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/bufio/bufio.go:144 +0xd2 fp=0xc000187b30 sp=0xc000187aa8 pc=0x5beab2&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/transport.go:2093 +0x2c8 fp=0xc000187fc0 sp=0xc000187b30 pc=0x985688&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/transport.go:1751 +0x3a fp=0xc000187fe0 sp=0xc000187fc0 pc=0x982fba&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000187fe8 sp=0xc000187fe0 pc=0x4a6621&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/net/http/transport.go:1751 +0x2586&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc00055ded0 sp=0xc00055deb0 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:583 +0x42c fp=0xc00055df60 sp=0xc00055ded0 pc=0x43de6c&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:447 +0x18 fp=0xc00055df88 sp=0xc00055df60 pc=0x43da18&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x7b fp=0xc00055dfe0 sp=0xc00055df88 pc=0xaa427b&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00055dfe8 sp=0xc00055dfe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0006fccb0 sp=0xc0006fcc90 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:259 +0x44c fp=0xc0006fcd40 sp=0xc0006fccb0 pc=0x43cfcc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:145 +0x1d fp=0xc0006fcd70 sp=0xc0006fcd40 pc=0x43cb5d&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0xa5 fp=0xc0006fcdd8 sp=0xc0006fcd70 pc=0xb78945&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:555 +0x167 fp=0xc0006fceb8 sp=0xc0006fcdd8 pc=0xb39c47&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc9 fp=0xc0006fcf48 sp=0xc0006fceb8 pc=0xb193a9&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xee fp=0xc0006fcfe0 sp=0xc0006fcf48 pc=0xb191ce&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0006fcfe8 sp=0xc0006fcfe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x27d&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0007b4838 sp=0xc0007b4818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc0007b4998 sp=0xc0007b4838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0007b4ac8 sp=0xc0007b4998 pc=0xb81d32&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0007b4b40 sp=0xc0007b4ac8 pc=0xc53bd0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc0007b4be0 sp=0xc0007b4b40 pc=0xb3f00a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0007b4c58 sp=0xc0007b4be0 pc=0xb69970&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc0007b4fc0 sp=0xc0007b4c58 pc=0xb3be5d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc0007b4fe0 sp=0xc0007b4fc0 pc=0xb37eda&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0007b4fe8 sp=0xc0007b4fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0005394a8 sp=0xc000539488 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:583 +0x42c fp=0xc000539538 sp=0xc0005394a8 pc=0x43de6c&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:442 +0x18 fp=0xc000539560 sp=0xc000539538 pc=0x43d9d8&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x74 fp=0xc0005395f0 sp=0xc000539560 pc=0xc4a694&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:137 +0x542 fp=0xc000539738 sp=0xc0005395f0 pc=0xb34042&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x50f fp=0xc0005398c8 sp=0xc000539738 pc=0xb3796f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:304 +0x11f fp=0xc000539b78 sp=0xc0005398c8 pc=0xb3651f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:236 +0x2e6 fp=0xc000539c58 sp=0xc000539b78 pc=0xb35286&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:767 +0x223a fp=0xc000539fc0 sp=0xc000539c58 pc=0xb3de5a&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc000539fe0 sp=0xc000539fc0 pc=0xb37eda&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000539fe8 sp=0xc000539fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0005d6838 sp=0xc0005d6818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc0005d6998 sp=0xc0005d6838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0005d6ac8 sp=0xc0005d6998 pc=0xb81d32&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0005d6b40 sp=0xc0005d6ac8 pc=0xc53bd0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc0005d6be0 sp=0xc0005d6b40 pc=0xb3f00a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0005d6c58 sp=0xc0005d6be0 pc=0xb69970&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc0005d6fc0 sp=0xc0005d6c58 pc=0xb3be5d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc0005d6fe0 sp=0xc0005d6fc0 pc=0xb37eda&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0005d6fe8 sp=0xc0005d6fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000ac0ad8 sp=0xc000ac0ab8 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:369&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/sema.go:150 +0x1fe fp=0xc000ac0b40 sp=0xc000ac0ad8 pc=0x4853fe&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/sema.go:77 +0x25 fp=0xc000ac0b70 sp=0xc000ac0b40 pc=0x4a2485&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/sync/mutex.go:171 +0x225 fp=0xc000ac0bc0 sp=0xc000ac0b70 pc=0x4b5585&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/sync/mutex.go:90 +0x65 fp=0xc000ac0be0 sp=0xc000ac0bc0 pc=0x4b5285&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:204 +0x8d fp=0xc000ac0d38 sp=0xc000ac0be0 pc=0xb25e2d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_client.go:37 +0x105 fp=0xc000ac0dd8 sp=0xc000ac0d38 pc=0xb322c5&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:555 +0x167 fp=0xc000ac0eb8 sp=0xc000ac0dd8 pc=0xb39c47&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc9 fp=0xc000ac0f48 sp=0xc000ac0eb8 pc=0xb193a9&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xee fp=0xc000ac0fe0 sp=0xc000ac0f48 pc=0xb191ce&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000ac0fe8 sp=0xc000ac0fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x27d&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000ac3cd8 sp=0xc000ac3cb8 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000ac3e38 sp=0xc000ac3cd8 pc=0x48407c&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc000ac3fc0 sp=0xc000ac3e38 pc=0xacc0fd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc000ac3fe0 sp=0xc000ac3fc0 pc=0xacb95a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000ac3fe8 sp=0xc000ac3fe0 pc=0x4a6621&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc93&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0006cd838 sp=0xc0006cd818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc0006cd998 sp=0xc0006cd838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0006cdac8 sp=0xc0006cd998 pc=0xb81d32&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0006cdb40 sp=0xc0006cdac8 pc=0xc53bd0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc0006cdbe0 sp=0xc0006cdb40 pc=0xb3f00a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0006cdc58 sp=0xc0006cdbe0 pc=0xb69970&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc0006cdfc0 sp=0xc0006cdc58 pc=0xb3be5d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc0006cdfe0 sp=0xc0006cdfc0 pc=0xb37eda&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0006cdfe8 sp=0xc0006cdfe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc00084fcd8 sp=0xc00084fcb8 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc00084fe38 sp=0xc00084fcd8 pc=0x48407c&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc00084ffc0 sp=0xc00084fe38 pc=0xacc0fd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc00084ffe0 sp=0xc00084ffc0 pc=0xacb95a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00084ffe8 sp=0xc00084ffe0 pc=0x4a6621&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc93&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc00028aed0 sp=0xc00028aeb0 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:583 +0x42c fp=0xc00028af60 sp=0xc00028aed0 pc=0x43de6c&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:447 +0x18 fp=0xc00028af88 sp=0xc00028af60 pc=0x43da18&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x7b fp=0xc00028afe0 sp=0xc00028af88 pc=0xaa427b&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00028afe8 sp=0xc00028afe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000484838 sp=0xc000484818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000484998 sp=0xc000484838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000484ac8 sp=0xc000484998 pc=0xb81d32&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000484b40 sp=0xc000484ac8 pc=0xc53bd0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc000484be0 sp=0xc000484b40 pc=0xb3f00a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000484c58 sp=0xc000484be0 pc=0xb69970&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc000484fc0 sp=0xc000484c58 pc=0xb3be5d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc000484fe0 sp=0xc000484fc0 pc=0xb37eda&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000484fe8 sp=0xc000484fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0005d9cd8 sp=0xc0005d9cb8 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc0005d9e38 sp=0xc0005d9cd8 pc=0x48407c&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc0005d9fc0 sp=0xc0005d9e38 pc=0xacc0fd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc0005d9fe0 sp=0xc0005d9fc0 pc=0xacb95a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0005d9fe8 sp=0xc0005d9fe0 pc=0x4a6621&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc93&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc00070acd8 sp=0xc00070acb8 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc00070ae38 sp=0xc00070acd8 pc=0x48407c&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc00070afc0 sp=0xc00070ae38 pc=0xacc0fd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc00070afe0 sp=0xc00070afc0 pc=0xacb95a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00070afe8 sp=0xc00070afe0 pc=0x4a6621&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc93&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000180c40 sp=0xc000180c20 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000180da0 sp=0xc000180c40 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:191 +0x39a fp=0xc000180fe0 sp=0xc000180da0 pc=0xb6ca3a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000180fe8 sp=0xc000180fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:178 +0x25b&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000184cb0 sp=0xc000184c90 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:259 +0x44c fp=0xc000184d40 sp=0xc000184cb0 pc=0x43cfcc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:145 +0x1d fp=0xc000184d70 sp=0xc000184d40 pc=0x43cb5d&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0xa5 fp=0xc000184dd8 sp=0xc000184d70 pc=0xb78945&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:555 +0x167 fp=0xc000184eb8 sp=0xc000184dd8 pc=0xb39c47&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc9 fp=0xc000184f48 sp=0xc000184eb8 pc=0xb193a9&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xee fp=0xc000184fe0 sp=0xc000184f48 pc=0xb191ce&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000184fe8 sp=0xc000184fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x27d&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc00070f838 sp=0xc00070f818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc00070f998 sp=0xc00070f838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc00070fac8 sp=0xc00070f998 pc=0xb81d32&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00070fb40 sp=0xc00070fac8 pc=0xc53bd0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc00070fbe0 sp=0xc00070fb40 pc=0xb3f00a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00070fc58 sp=0xc00070fbe0 pc=0xb69970&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc00070ffc0 sp=0xc00070fc58 pc=0xb3be5d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc00070ffe0 sp=0xc00070ffc0 pc=0xb37eda&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00070ffe8 sp=0xc00070ffe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc00039dc48 sp=0xc00039dc28 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc00039dda8 sp=0xc00039dc48 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:421 +0x4e9 fp=0xc00039df28 sp=0xc00039dda8 pc=0xb28e09&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:453 +0x6a fp=0xc00039dfa0 sp=0xc00039df28 pc=0xc5240a&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:532 +0x3a fp=0xc00039dfe0 sp=0xc00039dfa0 pc=0xc5309a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00039dfe8 sp=0xc00039dfe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:531 +0xe5&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0006f8ed0 sp=0xc0006f8eb0 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:583 +0x42c fp=0xc0006f8f60 sp=0xc0006f8ed0 pc=0x43de6c&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:447 +0x18 fp=0xc0006f8f88 sp=0xc0006f8f60 pc=0x43da18&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x7b fp=0xc0006f8fe0 sp=0xc0006f8f88 pc=0xaa427b&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0006f8fe8 sp=0xc0006f8fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0006fd838 sp=0xc0006fd818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc0006fd998 sp=0xc0006fd838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0006fdac8 sp=0xc0006fd998 pc=0xb81d32&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0006fdb40 sp=0xc0006fdac8 pc=0xc53bd0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc0006fdbe0 sp=0xc0006fdb40 pc=0xb3f00a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0006fdc58 sp=0xc0006fdbe0 pc=0xb69970&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc0006fdfc0 sp=0xc0006fdc58 pc=0xb3be5d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc0006fdfe0 sp=0xc0006fdfc0 pc=0xb37eda&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0006fdfe8 sp=0xc0006fdfe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0005d3cb0 sp=0xc0005d3c90 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:259 +0x44c fp=0xc0005d3d40 sp=0xc0005d3cb0 pc=0x43cfcc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:145 +0x1d fp=0xc0005d3d70 sp=0xc0005d3d40 pc=0x43cb5d&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0xa5 fp=0xc0005d3dd8 sp=0xc0005d3d70 pc=0xb78945&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:555 +0x167 fp=0xc0005d3eb8 sp=0xc0005d3dd8 pc=0xb39c47&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc9 fp=0xc0005d3f48 sp=0xc0005d3eb8 pc=0xb193a9&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xee fp=0xc0005d3fe0 sp=0xc0005d3f48 pc=0xb191ce&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0005d3fe8 sp=0xc0005d3fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x27d&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0005dfc40 sp=0xc0005dfc20 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc0005dfda0 sp=0xc0005dfc40 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:191 +0x39a fp=0xc0005dffe0 sp=0xc0005dfda0 pc=0xb6ca3a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0005dffe8 sp=0xc0005dffe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:178 +0x25b&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000559838 sp=0xc000559818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000559998 sp=0xc000559838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000559ac8 sp=0xc000559998 pc=0xb81d32&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000559b40 sp=0xc000559ac8 pc=0xc53bd0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc000559be0 sp=0xc000559b40 pc=0xb3f00a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000559c58 sp=0xc000559be0 pc=0xb69970&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc000559fc0 sp=0xc000559c58 pc=0xb3be5d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc000559fe0 sp=0xc000559fc0 pc=0xb37eda&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000559fe8 sp=0xc000559fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0004cf9e0 sp=0xc0004cf9c0 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:369&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/sema.go:150 +0x1fe fp=0xc0004cfa48 sp=0xc0004cf9e0 pc=0x4853fe&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/sema.go:77 +0x25 fp=0xc0004cfa78 sp=0xc0004cfa48 pc=0x4a2485&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/sync/mutex.go:171 +0x225 fp=0xc0004cfac8 sp=0xc0004cfa78 pc=0x4b5585&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/sync/mutex.go:90 +0x65 fp=0xc0004cfae8 sp=0xc0004cfac8 pc=0x4b5285&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:165 +0x4a fp=0xc0004cfbd0 sp=0xc0004cfae8 pc=0xb257ca&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_client.go:88 +0x4c fp=0xc0004cfc28 sp=0xc0004cfbd0 pc=0xb3278c&#xA;&lt;autogenerated&gt;:1 +0x45 fp=0xc0004cfc58 sp=0xc0004cfc28 pc=0xb69685&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:864 +0x159e fp=0xc0004cffc0 sp=0xc0004cfc58 pc=0xb3d1be&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc0004cffe0 sp=0xc0004cffc0 pc=0xb37eda&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0004cffe8 sp=0xc0004cffe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000502c58 sp=0xc000502c38 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000502db8 sp=0xc000502c58 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:310 +0x47d fp=0xc000502f28 sp=0xc000502db8 pc=0xb270fd&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:395 +0x6a fp=0xc000502fa0 sp=0xc000502f28 pc=0xc5142a&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:532 +0x3a fp=0xc000502fe0 sp=0xc000502fa0 pc=0xc5309a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000502fe8 sp=0xc000502fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:531 +0xe5&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0009cd838 sp=0xc0009cd818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc0009cd998 sp=0xc0009cd838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0009cdac8 sp=0xc0009cd998 pc=0xb81d32&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0009cdb40 sp=0xc0009cdac8 pc=0xc53bd0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc0009cdbe0 sp=0xc0009cdb40 pc=0xb3f00a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0009cdc58 sp=0xc0009cdbe0 pc=0xb69970&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc0009cdfc0 sp=0xc0009cdc58 pc=0xb3be5d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc0009cdfe0 sp=0xc0009cdfc0 pc=0xb37eda&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0009cdfe8 sp=0xc0009cdfe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc00028cc58 sp=0xc00028cc38 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc00028cdb8 sp=0xc00028cc58 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:310 +0x47d fp=0xc00028cf28 sp=0xc00028cdb8 pc=0xb270fd&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:395 +0x6a fp=0xc00028cfa0 sp=0xc00028cf28 pc=0xc5142a&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:532 +0x3a fp=0xc00028cfe0 sp=0xc00028cfa0 pc=0xc5309a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00028cfe8 sp=0xc00028cfe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:531 +0xe5&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc00039abe0 sp=0xc00039abc0 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc00039ad40 sp=0xc00039abe0 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:291 +0x1c9 fp=0xc00039af00 sp=0xc00039ad40 pc=0xb54e29&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:270 +0x42 fp=0xc00039af30 sp=0xc00039af00 pc=0xb546e2&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:414 +0x9b fp=0xc00039afe0 sp=0xc00039af30 pc=0xb28fdb&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00039afe8 sp=0xc00039afe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:413 +0x453&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000753838 sp=0xc000753818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000753998 sp=0xc000753838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000753ac8 sp=0xc000753998 pc=0xb81d32&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000753b40 sp=0xc000753ac8 pc=0xc53bd0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc000753be0 sp=0xc000753b40 pc=0xb3f00a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000753c58 sp=0xc000753be0 pc=0xb69970&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc000753fc0 sp=0xc000753c58 pc=0xb3be5d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc000753fe0 sp=0xc000753fc0 pc=0xb37eda&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000753fe8 sp=0xc000753fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000053cc0 sp=0xc000053ca0 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000053e20 sp=0xc000053cc0 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:893 +0x245 fp=0xc000053f60 sp=0xc000053e20 pc=0xb2fc65&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:884 +0x7e fp=0xc000053fe0 sp=0xc000053f60 pc=0xb2f9de&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000053fe8 sp=0xc000053fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:882 +0x21c&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0005dac40 sp=0xc0005dac20 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc0005dada0 sp=0xc0005dac40 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:191 +0x39a fp=0xc0005dafe0 sp=0xc0005dada0 pc=0xb6ca3a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0005dafe8 sp=0xc0005dafe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:178 +0x25b&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0007b8ed0 sp=0xc0007b8eb0 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:583 +0x42c fp=0xc0007b8f60 sp=0xc0007b8ed0 pc=0x43de6c&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:447 +0x18 fp=0xc0007b8f88 sp=0xc0007b8f60 pc=0x43da18&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x7b fp=0xc0007b8fe0 sp=0xc0007b8f88 pc=0xaa427b&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0007b8fe8 sp=0xc0007b8fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0001c34a8 sp=0xc0001c3488 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:583 +0x42c fp=0xc0001c3538 sp=0xc0001c34a8 pc=0x43de6c&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:442 +0x18 fp=0xc0001c3560 sp=0xc0001c3538 pc=0x43d9d8&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x74 fp=0xc0001c35f0 sp=0xc0001c3560 pc=0xc4a694&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:137 +0x542 fp=0xc0001c3738 sp=0xc0001c35f0 pc=0xb34042&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x50f fp=0xc0001c38c8 sp=0xc0001c3738 pc=0xb3796f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:304 +0x11f fp=0xc0001c3b78 sp=0xc0001c38c8 pc=0xb3651f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:236 +0x2e6 fp=0xc0001c3c58 sp=0xc0001c3b78 pc=0xb35286&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:767 +0x223a fp=0xc0001c3fc0 sp=0xc0001c3c58 pc=0xb3de5a&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc0001c3fe0 sp=0xc0001c3fc0 pc=0xb37eda&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0001c3fe8 sp=0xc0001c3fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0001a94a8 sp=0xc0001a9488 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:583 +0x42c fp=0xc0001a9538 sp=0xc0001a94a8 pc=0x43de6c&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:442 +0x18 fp=0xc0001a9560 sp=0xc0001a9538 pc=0x43d9d8&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x74 fp=0xc0001a95f0 sp=0xc0001a9560 pc=0xc4a694&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:137 +0x542 fp=0xc0001a9738 sp=0xc0001a95f0 pc=0xb34042&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:404 +0x50f fp=0xc0001a98c8 sp=0xc0001a9738 pc=0xb3796f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:304 +0x11f fp=0xc0001a9b78 sp=0xc0001a98c8 pc=0xb3651f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:236 +0x2e6 fp=0xc0001a9c58 sp=0xc0001a9b78 pc=0xb35286&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:767 +0x223a fp=0xc0001a9fc0 sp=0xc0001a9c58 pc=0xb3de5a&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc0001a9fe0 sp=0xc0001a9fc0 pc=0xb37eda&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0001a9fe8 sp=0xc0001a9fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000752838 sp=0xc000752818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000752998 sp=0xc000752838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000752ac8 sp=0xc000752998 pc=0xb81d32&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000752b40 sp=0xc000752ac8 pc=0xc53bd0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc000752be0 sp=0xc000752b40 pc=0xb3f00a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000752c58 sp=0xc000752be0 pc=0xb69970&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc000752fc0 sp=0xc000752c58 pc=0xb3be5d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc000752fe0 sp=0xc000752fc0 pc=0xb37eda&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000752fe8 sp=0xc000752fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0003ceed0 sp=0xc0003ceeb0 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:583 +0x42c fp=0xc0003cef60 sp=0xc0003ceed0 pc=0x43de6c&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:447 +0x18 fp=0xc0003cef88 sp=0xc0003cef60 pc=0x43da18&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x7b fp=0xc0003cefe0 sp=0xc0003cef88 pc=0xaa427b&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0003cefe8 sp=0xc0003cefe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0006ffc48 sp=0xc0006ffc28 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc0006ffda8 sp=0xc0006ffc48 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:421 +0x4e9 fp=0xc0006fff28 sp=0xc0006ffda8 pc=0xb28e09&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:453 +0x6a fp=0xc0006fffa0 sp=0xc0006fff28 pc=0xc5240a&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:532 +0x3a fp=0xc0006fffe0 sp=0xc0006fffa0 pc=0xc5309a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0006fffe8 sp=0xc0006fffe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:531 +0xe5&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0005e1838 sp=0xc0005e1818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc0005e1998 sp=0xc0005e1838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0005e1ac8 sp=0xc0005e1998 pc=0xb81d32&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0005e1b40 sp=0xc0005e1ac8 pc=0xc53bd0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc0005e1be0 sp=0xc0005e1b40 pc=0xb3f00a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0005e1c58 sp=0xc0005e1be0 pc=0xb69970&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc0005e1fc0 sp=0xc0005e1c58 pc=0xb3be5d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc0005e1fe0 sp=0xc0005e1fc0 pc=0xb37eda&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0005e1fe8 sp=0xc0005e1fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0006b6cd8 sp=0xc0006b6cb8 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc0006b6e38 sp=0xc0006b6cd8 pc=0x48407c&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc0006b6fc0 sp=0xc0006b6e38 pc=0xacc0fd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc0006b6fe0 sp=0xc0006b6fc0 pc=0xacb95a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0006b6fe8 sp=0xc0006b6fe0 pc=0x4a6621&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc93&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0005d7838 sp=0xc0005d7818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc0005d7998 sp=0xc0005d7838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0005d7ac8 sp=0xc0005d7998 pc=0xb81d32&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0005d7b40 sp=0xc0005d7ac8 pc=0xc53bd0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc0005d7be0 sp=0xc0005d7b40 pc=0xb3f00a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0005d7c58 sp=0xc0005d7be0 pc=0xb69970&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc0005d7fc0 sp=0xc0005d7c58 pc=0xb3be5d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc0005d7fe0 sp=0xc0005d7fc0 pc=0xb37eda&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0005d7fe8 sp=0xc0005d7fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0000f6cd8 sp=0xc0000f6cb8 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc0000f6e38 sp=0xc0000f6cd8 pc=0x48407c&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc0000f6fc0 sp=0xc0000f6e38 pc=0xacc0fd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc0000f6fe0 sp=0xc0000f6fc0 pc=0xacb95a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0000f6fe8 sp=0xc0000f6fe0 pc=0x4a6621&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc93&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc00055e838 sp=0xc00055e818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc00055e998 sp=0xc00055e838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc00055eac8 sp=0xc00055e998 pc=0xb81d32&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00055eb40 sp=0xc00055eac8 pc=0xc53bd0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc00055ebe0 sp=0xc00055eb40 pc=0xb3f00a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00055ec58 sp=0xc00055ebe0 pc=0xb69970&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc00055efc0 sp=0xc00055ec58 pc=0xb3be5d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc00055efe0 sp=0xc00055efc0 pc=0xb37eda&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00055efe8 sp=0xc00055efe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000756838 sp=0xc000756818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000756998 sp=0xc000756838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000756ac8 sp=0xc000756998 pc=0xb81d32&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000756b40 sp=0xc000756ac8 pc=0xc53bd0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc000756be0 sp=0xc000756b40 pc=0xb3f00a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000756c58 sp=0xc000756be0 pc=0xb69970&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc000756fc0 sp=0xc000756c58 pc=0xb3be5d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc000756fe0 sp=0xc000756fc0 pc=0xb37eda&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000756fe8 sp=0xc000756fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0008d6838 sp=0xc0008d6818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc0008d6998 sp=0xc0008d6838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0008d6ac8 sp=0xc0008d6998 pc=0xb81d32&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0008d6b40 sp=0xc0008d6ac8 pc=0xc53bd0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc0008d6be0 sp=0xc0008d6b40 pc=0xb3f00a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0008d6c58 sp=0xc0008d6be0 pc=0xb69970&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc0008d6fc0 sp=0xc0008d6c58 pc=0xb3be5d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc0008d6fe0 sp=0xc0008d6fc0 pc=0xb37eda&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0008d6fe8 sp=0xc0008d6fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc00070bcd8 sp=0xc00070bcb8 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc00070be38 sp=0xc00070bcd8 pc=0x48407c&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc00070bfc0 sp=0xc00070be38 pc=0xacc0fd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc00070bfe0 sp=0xc00070bfc0 pc=0xacb95a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00070bfe8 sp=0xc00070bfe0 pc=0x4a6621&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc93&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0001f3c40 sp=0xc0001f3c20 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc0001f3da0 sp=0xc0001f3c40 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:183 +0x2ee fp=0xc0001f3fe0 sp=0xc0001f3da0 pc=0xb6c98e&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0001f3fe8 sp=0xc0001f3fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:178 +0x25b&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000186cd8 sp=0xc000186cb8 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000186e38 sp=0xc000186cd8 pc=0x48407c&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc000186fc0 sp=0xc000186e38 pc=0xacc0fd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc000186fe0 sp=0xc000186fc0 pc=0xacb95a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000186fe8 sp=0xc000186fe0 pc=0x4a6621&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc93&#xA;goroutine running on other thread; stack unavailable&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0005d8cd8 sp=0xc0005d8cb8 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc0005d8e38 sp=0xc0005d8cd8 pc=0x48407c&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc0005d8fc0 sp=0xc0005d8e38 pc=0xacc0fd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc0005d8fe0 sp=0xc0005d8fc0 pc=0xacb95a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0005d8fe8 sp=0xc0005d8fe0 pc=0x4a6621&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc93&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000ac1838 sp=0xc000ac1818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000ac1998 sp=0xc000ac1838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000ac1ac8 sp=0xc000ac1998 pc=0xb81d32&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000ac1b40 sp=0xc000ac1ac8 pc=0xc53bd0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc000ac1be0 sp=0xc000ac1b40 pc=0xb3f00a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000ac1c58 sp=0xc000ac1be0 pc=0xb69970&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc000ac1fc0 sp=0xc000ac1c58 pc=0xb3be5d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc000ac1fe0 sp=0xc000ac1fc0 pc=0xb37eda&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000ac1fe8 sp=0xc000ac1fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000aed838 sp=0xc000aed818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000aed998 sp=0xc000aed838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000aedac8 sp=0xc000aed998 pc=0xb81d32&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000aedb40 sp=0xc000aedac8 pc=0xc53bd0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc000aedbe0 sp=0xc000aedb40 pc=0xb3f00a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000aedc58 sp=0xc000aedbe0 pc=0xb69970&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc000aedfc0 sp=0xc000aedc58 pc=0xb3be5d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc000aedfe0 sp=0xc000aedfc0 pc=0xb37eda&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000aedfe8 sp=0xc000aedfe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0008c5838 sp=0xc0008c5818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc0008c5998 sp=0xc0008c5838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0008c5ac8 sp=0xc0008c5998 pc=0xb81d32&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0008c5b40 sp=0xc0008c5ac8 pc=0xc53bd0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc0008c5be0 sp=0xc0008c5b40 pc=0xb3f00a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0008c5c58 sp=0xc0008c5be0 pc=0xb69970&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc0008c5fc0 sp=0xc0008c5c58 pc=0xb3be5d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc0008c5fe0 sp=0xc0008c5fc0 pc=0xb37eda&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0008c5fe8 sp=0xc0008c5fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000487838 sp=0xc000487818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc000487998 sp=0xc000487838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000487ac8 sp=0xc000487998 pc=0xb81d32&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000487b40 sp=0xc000487ac8 pc=0xc53bd0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc000487be0 sp=0xc000487b40 pc=0xb3f00a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000487c58 sp=0xc000487be0 pc=0xb69970&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc000487fc0 sp=0xc000487c58 pc=0xb3be5d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc000487fe0 sp=0xc000487fc0 pc=0xb37eda&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000487fe8 sp=0xc000487fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0005decb0 sp=0xc0005dec90 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:259 +0x44c fp=0xc0005ded40 sp=0xc0005decb0 pc=0x43cfcc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:145 +0x1d fp=0xc0005ded70 sp=0xc0005ded40 pc=0x43cb5d&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0xa5 fp=0xc0005dedd8 sp=0xc0005ded70 pc=0xb78945&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:555 +0x167 fp=0xc0005deeb8 sp=0xc0005dedd8 pc=0xb39c47&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc9 fp=0xc0005def48 sp=0xc0005deeb8 pc=0xb193a9&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xee fp=0xc0005defe0 sp=0xc0005def48 pc=0xb191ce&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0005defe8 sp=0xc0005defe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x27d&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 fp=0xc0006a5fe0 sp=0xc0006a5fd8 pc=0xb190e0&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0006a5fe8 sp=0xc0006a5fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x27d&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0006fecd8 sp=0xc0006fecb8 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc0006fee38 sp=0xc0006fecd8 pc=0x48407c&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc0006fefc0 sp=0xc0006fee38 pc=0xacc0fd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc0006fefe0 sp=0xc0006fefc0 pc=0xacb95a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0006fefe8 sp=0xc0006fefe0 pc=0x4a6621&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc93&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc00084ecd8 sp=0xc00084ecb8 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc00084ee38 sp=0xc00084ecd8 pc=0x48407c&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc00084efc0 sp=0xc00084ee38 pc=0xacc0fd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc00084efe0 sp=0xc00084efc0 pc=0xacb95a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00084efe8 sp=0xc00084efe0 pc=0x4a6621&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc93&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc000aebcb0 sp=0xc000aebc90 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:259 +0x44c fp=0xc000aebd40 sp=0xc000aebcb0 pc=0x43cfcc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:145 +0x1d fp=0xc000aebd70 sp=0xc000aebd40 pc=0x43cb5d&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0xa5 fp=0xc000aebdd8 sp=0xc000aebd70 pc=0xb78945&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:555 +0x167 fp=0xc000aebeb8 sp=0xc000aebdd8 pc=0xb39c47&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc9 fp=0xc000aebf48 sp=0xc000aebeb8 pc=0xb193a9&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xee fp=0xc000aebfe0 sp=0xc000aebf48 pc=0xb191ce&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000aebfe8 sp=0xc000aebfe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x27d&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0005d4838 sp=0xc0005d4818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc0005d4998 sp=0xc0005d4838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0005d4ac8 sp=0xc0005d4998 pc=0xb81d32&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0005d4b40 sp=0xc0005d4ac8 pc=0xc53bd0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc0005d4be0 sp=0xc0005d4b40 pc=0xb3f00a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0005d4c58 sp=0xc0005d4be0 pc=0xb69970&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc0005d4fc0 sp=0xc0005d4c58 pc=0xb3be5d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc0005d4fe0 sp=0xc0005d4fc0 pc=0xb37eda&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0005d4fe8 sp=0xc0005d4fe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc00087a838 sp=0xc00087a818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc00087a998 sp=0xc00087a838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc00087aac8 sp=0xc00087a998 pc=0xb81d32&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00087ab40 sp=0xc00087aac8 pc=0xc53bd0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc00087abe0 sp=0xc00087ab40 pc=0xb3f00a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00087ac58 sp=0xc00087abe0 pc=0xb69970&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc00087afc0 sp=0xc00087ac58 pc=0xb3be5d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc00087afe0 sp=0xc00087afc0 pc=0xb37eda&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00087afe8 sp=0xc00087afe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc0001f5cd8 sp=0xc0001f5cb8 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc0001f5e38 sp=0xc0001f5cd8 pc=0x48407c&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc0001f5fc0 sp=0xc0001f5e38 pc=0xacc0fd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc0001f5fe0 sp=0xc0001f5fc0 pc=0xacb95a&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0001f5fe8 sp=0xc0001f5fe0 pc=0x4a6621&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc93&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc00087bcb0 sp=0xc00087bc90 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:259 +0x44c fp=0xc00087bd40 sp=0xc00087bcb0 pc=0x43cfcc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/chan.go:145 +0x1d fp=0xc00087bd70 sp=0xc00087bd40 pc=0x43cb5d&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0xa5 fp=0xc00087bdd8 sp=0xc00087bd70 pc=0xb78945&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:555 +0x167 fp=0xc00087beb8 sp=0xc00087bdd8 pc=0xb39c47&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc9 fp=0xc00087bf48 sp=0xc00087beb8 pc=0xb193a9&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xee fp=0xc00087bfe0 sp=0xc00087bf48 pc=0xb191ce&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00087bfe8 sp=0xc00087bfe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x27d&#xA;goroutine running on other thread; stack unavailable&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/proc.go:363 +0xd6 fp=0xc00069e838 sp=0xc00069e818 pc=0x4727b6&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/select.go:328 +0x8bc fp=0xc00069e998 sp=0xc00069e838 pc=0x48407c&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc00069eac8 sp=0xc00069e998 pc=0xb81d32&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00069eb40 sp=0xc00069eac8 pc=0xc53bd0&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:974 +0xaa fp=0xc00069ebe0 sp=0xc00069eb40 pc=0xb3f00a&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00069ec58 sp=0xc00069ebe0 pc=0xb69970&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:746 +0x23d fp=0xc00069efc0 sp=0xc00069ec58 pc=0xb3be5d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x3a fp=0xc00069efe0 sp=0xc00069efc0 pc=0xb37eda&#xA;/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00069efe8 sp=0xc00069efe0 pc=0x4a6621&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:414 +0x6dc</failure>
		</testcase>
	</testsuite>
</testsuites>
