<testsuites>
	<testsuite tests="207" failures="19" time="7262.411" name="github.com/ably/ably-go/ably">
		<properties>
			<property name="go.version" value="go1.20.10"></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.130"></testcase>
		<testcase classname="ably" name="TestAuth_BasicAuth/RSA2:_Should_use_basic_auth_as_default_authentication_if_an_API_key_exists" time="0.000"></testcase>
		<testcase classname="ably" name="TestAuth_BasicAuth/RSA1:_Should_connect_to_HTTPS_by_default,_trying_to_connect_with_non-TLS_should_result_in_error" time="0.000"></testcase>
		<testcase classname="ably" name="TestAuth_BasicAuth/RSA11:_API_key_should_follow_format_KEY_NAME:KEY_SECRET_in_auth_header" time="0.000"></testcase>
		<testcase classname="ably" name="TestAuth_TokenAuth" time="6.840"></testcase>
		<testcase classname="ably" name="TestAuth_TokenAuth_Renew" time="10.870"></testcase>
		<testcase classname="ably" name="TestAuth_RequestToken" time="7.000"></testcase>
		<testcase classname="ably" name="TestAuth_ReuseClientID" time="6.790"></testcase>
		<testcase classname="ably" name="TestAuth_RequestToken_PublishClientID" time="7.250"></testcase>
		<testcase classname="ably" name="TestAuth_ClientID" time="7.800"></testcase>
		<testcase classname="ably" name="TestAuth_ClientID/Auth_ClientID" time="1.170"></testcase>
		<testcase classname="ably" name="TestAuth_CreateTokenRequest" time="6.740"></testcase>
		<testcase classname="ably" name="TestAuth_CreateTokenRequest/RSA9h" time="0.040"></testcase>
		<testcase classname="ably" name="TestAuth_CreateTokenRequest/RSA9h/parameters_are_optional" time="0.040"></testcase>
		<testcase classname="ably" name="TestAuth_CreateTokenRequest/RSA9h/authOptions_must_not_be_merged" time="0.000"></testcase>
		<testcase classname="ably" name="TestAuth_CreateTokenRequest/RSA9c_must_generate_a_unique_16+_character_nonce" time="0.000"></testcase>
		<testcase classname="ably" name="TestAuth_CreateTokenRequest/RSA9g_generate_a_signed_request" time="0.000"></testcase>
		<testcase classname="ably" name="TestAuth_RealtimeAccessToken" time="7.070"></testcase>
		<testcase classname="ably" name="TestAuth_IgnoreTimestamp_QueryTime" time="26.930"></testcase>
		<testcase classname="ably" name="TestAuth_RSA7c" time="6.960"></testcase>
		<testcase classname="ably" name="TestEventEmitterConcurrency" time="0.030"></testcase>
		<testcase classname="ably" name="Test_RTE3_EventEmitter_On" time="0.100"></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.430"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedFallback/request_time" time="0.010"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedResponse" time="7.040"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedResponse/request_time" time="0.040"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedResponse/request_404" time="0.180"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedResponse/request_post_get_messages" time="0.160"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedResponse/request_post_get_messages/post" time="0.050"></testcase>
		<testcase classname="ably" name="TestHTTPPaginatedResponse/request_post_get_messages/get" time="0.080"></testcase>
		<testcase classname="ably" name="TestMessage_CryptoDataFixtures_RSL6a1_RSL5b_RSL5c" time="0.010"></testcase>
		<testcase classname="ably" name="TestMessage_CryptoDataFixtures_RSL6a1_RSL5b_RSL5c/with_a_128_keylength" time="0.000"></testcase>
		<testcase classname="ably" name="TestMessage_CryptoDataFixtures_RSL6a1_RSL5b_RSL5c/with_a_128_keylength/fixture_encode" time="0.000"></testcase>
		<testcase classname="ably" name="TestMessage_CryptoDataFixtures_RSL6a1_RSL5b_RSL5c/with_a_256_keylength" time="0.010"></testcase>
		<testcase classname="ably" name="TestMessage_CryptoDataFixtures_RSL6a1_RSL5b_RSL5c/with_a_256_keylength/fixture_encode" time="0.000"></testcase>
		<testcase classname="ably" name="TestMessage_CryptoDataFixtures_RSL6a1_RSL5b_RSL5c_TM3" time="0.010"></testcase>
		<testcase classname="ably" name="TestMessage_CryptoDataFixtures_RSL6a1_RSL5b_RSL5c_TM3/with_a_128_keylength" time="0.000"></testcase>
		<testcase classname="ably" name="TestMessage_CryptoDataFixtures_RSL6a1_RSL5b_RSL5c_TM3/with_a_128_keylength/fixture_encode" time="0.000"></testcase>
		<testcase classname="ably" name="TestMessage_CryptoDataFixtures_RSL6a1_RSL5b_RSL5c_TM3/with_a_256_keylength" time="0.010"></testcase>
		<testcase classname="ably" name="TestMessage_CryptoDataFixtures_RSL6a1_RSL5b_RSL5c_TM3/with_a_256_keylength/fixture_encode" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_Publish" time="6.750"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_PublishAsync" time="6.850"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_Subscribe" time="21.770"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_SubscriptionFilters" time="7.070"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_AttachWhileDisconnected" time="7.720"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_ShouldSetAblySandboxDefaultReadLimit" time="6.350"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_ShouldSetProvidedReadLimit" time="6.650"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_ShouldReturnErrorIfReadLimitExceeded" time="6.650"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2_ChannelEventForStateChange" time="27.790"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2_ChannelEventForStateChange/on_ATTACHING" time="6.970"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2_ChannelEventForStateChange/on_ATTACHED" time="6.950"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2_ChannelEventForStateChange/on_DETACHING" time="6.800"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2_ChannelEventForStateChange/on_DETACHED" time="7.070"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2_ChannelEventForStateChange/on_SUSPENDED" time="0.000">
			<skipped message="    realtime_channel_spec_integration_test.go:107: SUSPENDED not yet implemented"></skipped>
		</testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2_ChannelEventForStateChange/on_UPDATE" time="0.000">
			<skipped message="    realtime_channel_spec_integration_test.go:112: UPDATED not yet implemented"></skipped>
		</testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach" time="123.720">
			<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.010"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4b:_If_connection_state_is_FAILED,_returns_error" time="6.870">
			<failure message="Failed" type="">    realtime_channel_spec_integration_test.go:316: 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.250"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4c_RTL4d:_If_connected,_should_get_attached_successfully" time="6.890">
			<failure message="Failed" type="">    realtime_channel_spec_integration_test.go:395: &#xA;    realtime_channel_spec_integration_test.go:407: timed out waiting for channel receive</failure>
		</testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4d_:_should_return_error_on_FAILED_while_attaching_channel" time="7.110"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4d_:_should_return_error_on_DETACHED_while_attaching_channel" time="6.580"></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:517: Channel SUSPENDED not implemented yet"></skipped>
		</testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4e:_Transition_to_failed_if_no_attach_permission" time="6.850"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4f:_Channel_attach_timeout_if_not_received_within_realtime_request_timeout" time="0.010"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4g:_If_channel_in_FAILED_state,_set_err_to_null_and_proceed_with_attach" time="6.540">
			<failure message="Failed" type="">    realtime_channel_spec_integration_test.go:683: </failure>
		</testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4h:_If_channel_is_ATTACHING,_listen_to_the_attach_event_and_don&#39;t_send_attach_event" time="6.740"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4h:_If_channel_is_DETACHING,_do_attach_after_completion_of_request" time="7.010"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4i_:_If_connection_state_is_CONNECTING,_do_ATTACH_after_CONNECTED" time="6.820"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4i_:_If_connection_state_is_DISCONNECTED,_do_ATTACH_after_CONNECTED" time="6.770"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4j_RTL13a:_If_channel_attach_is_not_a_clean_attach,_should_set_ATTACH_RESUME_in_the_ATTACH_message" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4j1:_AttachResume_should_be_True_when_Attached_(Clean_ATTACH)" time="6.850"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4j2:_Rewind_flag_should_allow_to_receive_historic_messages" time="7.130"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4k:_If_params_given_channel_options,_should_be_sent_in_ATTACH_message" time="6.610">
			<failure message="Failed" type="">    realtime_channel_spec_integration_test.go:1156: </failure>
		</testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4k1:_If_params_given_channel_options,_should_be_exposed_as_readonly_field_on_ATTACHED_message" time="6.960">
			<failure message="Failed" type="">    realtime_channel_spec_integration_test.go:1188: </failure>
		</testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4l:_If_modes_provided_in_channelOptions,_should_be_encoded_as_bitfield_and_set_as_flags_field_of_ATTACH_message" time="6.870">
			<failure message="Failed" type="">    realtime_channel_spec_integration_test.go:1220: </failure>
		</testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL4_Attach/RTL4m:_If_modes_provides_while_attach,_should_receive_modes_in_attached_message" time="6.830">
			<failure message="Failed" type="">    realtime_channel_spec_integration_test.go:1246: </failure>
		</testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach" time="54.530">
			<failure message="Failed" type=""></failure>
		</testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5a:_If_channel_is_INITIALIZED_or_DETACHED,_do_nothing" time="6.900">
			<failure message="Failed" type="">    realtime_channel_spec_integration_test.go:1327: &#xA;    realtime_channel_spec_integration_test.go:1363: </failure>
		</testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5b:_If_channel_state_is_FAILED,_return_error" time="6.700"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5d_RTL5e:_If_connected,_should_do_successful_detach_with_server" time="6.650">
			<failure message="Failed" type="">    realtime_channel_spec_integration_test.go:1455: &#xA;    realtime_channel_spec_integration_test.go:1461: timed out waiting for channel receive</failure>
		</testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5e:_return_error_if_channel_detach_fails" time="6.730"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5f:_return_error_on_request_timeout" time="0.010"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5g:_If_connection_state_CLOSING_or_FAILED,_should_return_error" time="6.670"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5h_:_If_Connection_state_CONNECTING,_queue_the_DETACH_message_and_send_on_CONNECTED" time="7.060">
			<failure message="Failed" type="">    realtime_channel_spec_integration_test.go:1717: </failure>
		</testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5h_:_If_Connection_state_DISCONNECTED,_queue_the_DETACH_message_and_send_on_CONNECTED" time="6.770">
			<failure message="Failed" type="">    realtime_channel_spec_integration_test.go:1784: </failure>
		</testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL5_Detach/RTL5i:_If_channel_in_DETACHING_or_ATTACHING_state,_do_detach_after_completion_of_operation" time="7.010"></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:1856: 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="33.440"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c1_PublishNow/when_INITIALIZED" time="6.720"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c1_PublishNow/when_ATTACHING" time="6.730"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c1_PublishNow/when_ATTACHED" time="6.740"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c1_PublishNow/when_DETACHING" time="6.450"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c1_PublishNow/when_DETACHED" time="6.790"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue" time="75.080"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_INITIALIZED,_channel_is_INITIALIZED" time="6.730"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_CONNECTING,_channel_is_INITIALIZED" time="6.940"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_CONNECTING,_channel_is_ATTACHING" time="6.640"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_DISCONNECTED,_channel_is_INITIALIZED" time="6.900"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_DISCONNECTED,_channel_is_ATTACHING" time="6.830"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_DISCONNECTED,_channel_is_ATTACHED" time="6.750"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_DISCONNECTED,_channel_is_DETACHING" time="6.580"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_DISCONNECTED,_channel_is_DETACHED" time="7.090"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_CONNECTING,_channel_is_ATTACHED" time="7.010"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_CONNECTING,_channel_is_DETACHING" time="6.790"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c2_PublishEnqueue/when_connection_is_CONNECTING,_channel_is_DETACHED" time="6.830"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c4_PublishFail" time="7.310"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c4_PublishFail/when_connection_is_SUSPENDED,_channel_is_INITIALIZED" time="7.300"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL6c5_NoImplicitAttach" time="6.660"></testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2f_RTL12_HandleResume" time="0.050">
			<failure message="Failed" type=""></failure>
		</testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2f_RTL12_HandleResume/RTL2f:_when_flag_has_presence_is_provided,_set_channelChangeState_resume_to_false" time="0.010">
			<failure message="Failed" type="">2023/11/05 21:49:47 [ERROR] cannot set readlimit for connection, connection does not use nhooyr.io/websocket, using default readlimit instead&#xA;    realtime_channel_spec_integration_test.go:2248: timed out waiting for channel receive</failure>
		</testcase>
		<testcase classname="ably" name="TestRealtimeChannel_RTL2f_RTL12_HandleResume/RTL2f:_when_flag_has_backlog_is_provided,_set_channelChangeState_resume_to_false" time="0.010">
			<failure message="Failed" type="">2023/11/05 21:49:48 [ERROR] cannot set readlimit for connection, connection does not use nhooyr.io/websocket, using default readlimit instead&#xA;    realtime_channel_spec_integration_test.go:2248: timed out waiting for channel receive</failure>
		</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.010">
			<failure message="Failed" type="">2023/11/05 21:49:48 [ERROR] cannot set readlimit for connection, connection does not use nhooyr.io/websocket, using default readlimit instead&#xA;    realtime_channel_spec_integration_test.go:2248: timed out waiting for channel receive</failure>
		</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="8.470"></testcase>
		<testcase classname="ably" name="TestRealtime_DontCrashOnCloseWhenEchoOff" time="6.950"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_AutoConnect_And_Close" time="6.660"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_No_AutoConnect" time="6.820"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_AlreadyConnected" time="6.880"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_AuthError" time="0.160"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_ReceiveTimeout" time="6.620"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_BreakConnLoopOnInactiveState" time="13.580"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_BreakConnLoopOnInactiveState/error" time="6.810"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_BreakConnLoopOnInactiveState/closed" time="6.770"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_SendErrorReconnects" time="6.860"></testcase>
		<testcase classname="ably" name="Test_RTN2_WebsocketQueryParams" time="0.010"></testcase>
		<testcase classname="ably" name="Test_RTN2_WebsocketQueryParams/RTN2a:_format_should_be_msgPack_or_json" time="0.000"></testcase>
		<testcase classname="ably" name="Test_RTN2_WebsocketQueryParams/RTN2b:_echo_should_be_true_by_default" time="0.000"></testcase>
		<testcase classname="ably" name="Test_RTN2_WebsocketQueryParams/RTN2d:_clientId_contains_provided_clientId" time="0.000"></testcase>
		<testcase classname="ably" name="Test_RTN2_WebsocketQueryParams/RTN2e:_depending_on_the_auth_scheme,_accessToken_contains_token_string_or_key_contains_api_key" time="0.000"></testcase>
		<testcase classname="ably" name="Test_RTN2_WebsocketQueryParams/RTN2f:_api_version_v_should_be_the_API_version" time="0.000"></testcase>
		<testcase classname="ably" name="Test_RTN3_ConnectionAutoConnect" time="6.680"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange" time="33.230"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange/on_CONNECTING" time="6.780"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange/on_CONNECTED" time="6.550"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange/on_DISCONNECTED" time="6.440"></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.810"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange/on_CLOSED" time="6.580"></testcase>
		<testcase classname="ably" name="Test_RTN4a_ConnectionEventForStateChange/on_FAILED" time="0.070"></testcase>
		<testcase classname="ably" name="Test_RTN6_Connected_When_CONNECTED_Msg_Received" time="0.010"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN12_Connection_Close" time="22.950"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN12_Connection_Close/RTN12a:_transition_to_closed_on_connection_close" time="6.770"></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.030"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN12_Connection_Close/RTN12d_:_should_abort_reconnection_timer_while_disconnected_on_closed" time="1.080"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN12_Connection_Close/RTN12d:_should_abort_reconnection_timer_while_suspended_on_closed" time="1.400"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN12_Connection_Close/RTN12f:_transition_to_closed_when_close_is_called_intermittently" time="6.650"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15a_ReconnectOnEOF" time="6.950"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15b" time="6.810"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15c6" time="6.860"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15c7_attached" time="6.880"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15c4" time="6.970"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15d_MessageRecovery" time="6.900"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15e_ConnKeyUpdatedOnReconnect" time="6.600"></testcase>
		<testcase classname="ably" name="TestRealtimeConn_RTN15g_NewConnectionOnStateLost" time="0.000">
			<failure message="Failed" type="">2023/11/05 21:52:42 [ERROR] cannot set readlimit for connection, connection does not use nhooyr.io/websocket, using default readlimit instead&#xA;2023/11/05 21:52:42 [ERROR] cannot set readlimit for connection, connection does not use nhooyr.io/websocket, using default readlimit instead&#xA;2023/11/05 21:52:42 [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.20.10/x64/src/runtime/sys_linux_amd64.s:554 +0x21 fp=0x7ffef9250340 sp=0x7ffef9250338 pc=0x4aa621&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/os_linux.go:69 +0x36 fp=0x7ffef9250390 sp=0x7ffef9250340 pc=0x46b6d6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/lock_futex.go:160 +0x87 fp=0x7ffef92503c8 sp=0x7ffef9250390 pc=0x444247&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:1531&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:2335 +0x8c fp=0x7ffef92503f8 sp=0x7ffef92503c8 pc=0x47630c&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:2634 +0xaa fp=0x7ffef9250420 sp=0x7ffef92503f8 pc=0x476f2a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:2700 +0x49 fp=0x7ffef9250528 sp=0x7ffef9250420 pc=0x477149&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:3378 +0xb1 fp=0x7ffef9250560 sp=0x7ffef9250528 pc=0x4789f1&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:3544 +0xca fp=0x7ffef9250598 sp=0x7ffef9250560 pc=0x47900a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:3572 +0x55 fp=0x7ffef92505d8 sp=0x7ffef9250598 pc=0x4792f5&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/stack.go:1072 +0x3cb fp=0x7ffef9250788 sp=0x7ffef92505d8 pc=0x48b9ab&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:574 +0x8b fp=0x7ffef9250790 sp=0x7ffef9250788 pc=0x4a5f0b&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00054b6b0 sp=0xc00054b690 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc00054b740 sp=0xc00054b6b0 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:442 +0x18 fp=0xc00054b768 sp=0xc00054b740 pc=0x43e1b8&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/testing/testing.go:1630 +0x82e fp=0xc00054b8a8 sp=0xc00054b768 pc=0x5cc64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/testing/testing.go:2036 +0x8e fp=0xc00054b900 sp=0xc00054b8a8 pc=0x5d01ae&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/testing/testing.go:1576 +0x217 fp=0xc00054ba08 sp=0xc00054b900 pc=0x5cadd7&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/testing/testing.go:2034 +0x87d fp=0xc00054bb78 sp=0xc00054ba08 pc=0x5cfffd&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/testing/testing.go:1906 +0xb45 fp=0xc00054bed8 sp=0xc00054bb78 pc=0x5cd865&#xA;_testmain.go:281 +0x2ea fp=0xc00054bf80 sp=0xc00054bed8 pc=0xc8ac0a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:250 +0x207 fp=0xc00054bfe0 sp=0xc00054bf80 pc=0x471fa7&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00054bfe8 sp=0xc00054bfe0 pc=0x4a7fe1&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0008a0fb0 sp=0xc0008a0f90 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:387&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:305 +0xb0 fp=0xc0008a0fe0 sp=0xc0008a0fb0 pc=0x472230&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0008a0fe8 sp=0xc0008a0fe0 pc=0x4a7fe1&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:293 +0x25&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000064f80 sp=0xc000064f60 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:387&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/mgcsweep.go:319 +0xde fp=0xc000064fc8 sp=0xc000064f80 pc=0x45c67e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/mgc.go:178 +0x26 fp=0xc000064fe0 sp=0xc000064fc8 pc=0x4518e6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000064fe8 sp=0xc000064fe0 pc=0x4a7fe1&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/mgc.go:178 +0x6b&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00005ef70 sp=0xc00005ef50 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:387&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/mgcscavenge.go:400 +0x53 fp=0xc00005efa0 sp=0xc00005ef70 pc=0x45a553&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/mgcscavenge.go:633 +0x65 fp=0xc00005efc8 sp=0xc00005efa0 pc=0x45ab25&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/mgc.go:179 +0x26 fp=0xc00005efe0 sp=0xc00005efc8 pc=0x451886&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00005efe8 sp=0xc00005efe0 pc=0x4a7fe1&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/mgc.go:179 +0xaa&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000065e28 sp=0xc000065e08 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/mfinal.go:193 +0x13d fp=0xc000065fe0 sp=0xc000065e28 pc=0x45091d&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000065fe8 sp=0xc000065fe0 pc=0x4a7fe1&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/mfinal.go:163 +0x45&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0004d9cd0 sp=0xc0004d9cb0 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0004d9e30 sp=0xc0004d9cd0 pc=0x48413e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/transport.go:2410 +0x1a9 fp=0xc0004d9fc0 sp=0xc0004d9e30 pc=0x9ad369&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/transport.go:1766 +0x3a fp=0xc0004d9fe0 sp=0xc0004d9fc0 pc=0x9a7e1a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0004d9fe8 sp=0xc0004d9fe0 pc=0x4a7fe1&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/transport.go:1766 +0x261a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0006e7eb8 sp=0xc0006e7e98 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc0006e7f48 sp=0xc0006e7eb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:447 +0x18 fp=0xc0006e7f70 sp=0xc0006e7f48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc0006e7fe0 sp=0xc0006e7f70 pc=0xad958d&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0006e7fe8 sp=0xc0006e7fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000607838 sp=0xc000607818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000607998 sp=0xc000607838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000607ac8 sp=0xc000607998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000607b40 sp=0xc000607ac8 pc=0xc86050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000607be0 sp=0xc000607b40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000607c58 sp=0xc000607be0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000607fc0 sp=0xc000607c58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc000607fe0 sp=0xc000607fc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000607fe8 sp=0xc000607fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00039d838 sp=0xc00039d818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc00039d998 sp=0xc00039d838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc00039dac8 sp=0xc00039d998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00039db40 sp=0xc00039dac8 pc=0xc86050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc00039dbe0 sp=0xc00039db40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00039dc58 sp=0xc00039dbe0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc00039dfc0 sp=0xc00039dc58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc00039dfe0 sp=0xc00039dfc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00039dfe8 sp=0xc00039dfe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000186f50 sp=0xc000186f30 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/mgc.go:1275 +0xf1 fp=0xc000186fe0 sp=0xc000186f50 pc=0x453651&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000186fe8 sp=0xc000186fe0 pc=0x4a7fe1&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/mgc.go:1199 +0x25&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000663838 sp=0xc000663818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000663998 sp=0xc000663838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000663ac8 sp=0xc000663998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000663b40 sp=0xc000663ac8 pc=0xc86050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000663be0 sp=0xc000663b40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000663c58 sp=0xc000663be0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000663fc0 sp=0xc000663c58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc000663fe0 sp=0xc000663fc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000663fe8 sp=0xc000663fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0001d94a8 sp=0xc0001d9488 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc0001d9538 sp=0xc0001d94a8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:442 +0x18 fp=0xc0001d9560 sp=0xc0001d9538 pc=0x43e1b8&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x74 fp=0xc0001d95f0 sp=0xc0001d9560 pc=0xc461d4&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:135 +0x542 fp=0xc0001d9738 sp=0xc0001d95f0 pc=0xb68f82&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:402 +0x50f fp=0xc0001d98c8 sp=0xc0001d9738 pc=0xb6c94f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:302 +0x11f fp=0xc0001d9b78 sp=0xc0001d98c8 pc=0xb6b4ff&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:234 +0x325 fp=0xc0001d9c58 sp=0xc0001d9b78 pc=0xb6a245&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:765 +0x227a fp=0xc0001d9fc0 sp=0xc0001d9c58 pc=0xb72cfa&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc0001d9fe0 sp=0xc0001d9fc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0001d9fe8 sp=0xc0001d9fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000187f50 sp=0xc000187f30 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/mgc.go:1275 +0xf1 fp=0xc000187fe0 sp=0xc000187f50 pc=0x453651&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000187fe8 sp=0xc000187fe0 pc=0x4a7fe1&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/mgc.go:1199 +0x25&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0001db4a8 sp=0xc0001db488 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc0001db538 sp=0xc0001db4a8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:442 +0x18 fp=0xc0001db560 sp=0xc0001db538 pc=0x43e1b8&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x74 fp=0xc0001db5f0 sp=0xc0001db560 pc=0xc461d4&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:135 +0x542 fp=0xc0001db738 sp=0xc0001db5f0 pc=0xb68f82&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:402 +0x50f fp=0xc0001db8c8 sp=0xc0001db738 pc=0xb6c94f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:302 +0x11f fp=0xc0001dbb78 sp=0xc0001db8c8 pc=0xb6b4ff&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:234 +0x325 fp=0xc0001dbc58 sp=0xc0001dbb78 pc=0xb6a245&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:765 +0x227a fp=0xc0001dbfc0 sp=0xc0001dbc58 pc=0xb72cfa&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc0001dbfe0 sp=0xc0001dbfc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0001dbfe8 sp=0xc0001dbfe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0008a1cf8 sp=0xc0008a1cd8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:259 +0x44e fp=0xc0008a1d88 sp=0xc0008a1cf8 pc=0x43d7ae&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:145 +0x1d fp=0xc0008a1db8 sp=0xc0008a1d88 pc=0x43d33d&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0xa5 fp=0xc0008a1e20 sp=0xc0008a1db8 pc=0xbad2e5&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:553 +0x10a fp=0xc0008a1ec0 sp=0xc0008a1e20 pc=0xb6eb6a&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc9 fp=0xc0008a1f50 sp=0xc0008a1ec0 pc=0xb4ea89&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xe9 fp=0xc0008a1fe0 sp=0xc0008a1f50 pc=0xb4e8a9&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0008a1fe8 sp=0xc0008a1fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x28b&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0001dd838 sp=0xc0001dd818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0001dd998 sp=0xc0001dd838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0001ddac8 sp=0xc0001dd998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0001ddb40 sp=0xc0001ddac8 pc=0xc86050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc0001ddbe0 sp=0xc0001ddb40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0001ddc58 sp=0xc0001ddbe0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc0001ddfc0 sp=0xc0001ddc58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc0001ddfe0 sp=0xc0001ddfc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0001ddfe8 sp=0xc0001ddfe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0004d76e0 sp=0xc0004d76c0 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/netpoll.go:527 +0xf7 fp=0xc0004d7718 sp=0xc0004d76e0 pc=0x46a9f7&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/netpoll.go:306 +0x89 fp=0xc0004d7738 sp=0xc0004d7718 pc=0x4a1ba9&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/internal/poll/fd_poll_runtime.go:84 +0xbd fp=0xc0004d7780 sp=0xc0004d7738 pc=0x4fd8dd&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/internal/poll/fd_poll_runtime.go:89&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/internal/poll/fd_unix.go:167 +0x405 fp=0xc0004d7870 sp=0xc0004d7780 pc=0x4ff465&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/fd_posix.go:55 +0x51 fp=0xc0004d78d0 sp=0xc0004d7870 pc=0x7d4891&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/net.go:183 +0xb1 fp=0xc0004d7950 sp=0xc0004d78d0 pc=0x7ebcd1&#xA;&lt;autogenerated&gt;:1 +0x65 fp=0xc0004d7998 sp=0xc0004d7950 pc=0x80c805&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/transport.go:1943 +0x105 fp=0xc0004d7a18 sp=0xc0004d7998 pc=0x9a9225&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/bufio/bufio.go:106 +0x2ab fp=0xc0004d7aa8 sp=0xc0004d7a18 pc=0x5d550b&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/bufio/bufio.go:144 +0xd2 fp=0xc0004d7b30 sp=0xc0004d7aa8 pc=0x5d57d2&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/transport.go:2107 +0x2c8 fp=0xc0004d7fc0 sp=0xc0004d7b30 pc=0x9aa588&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/transport.go:1765 +0x3a fp=0xc0004d7fe0 sp=0xc0004d7fc0 pc=0x9a7e9a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0004d7fe8 sp=0xc0004d7fe0 pc=0x4a7fe1&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/transport.go:1765 +0x2586&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000605c40 sp=0xc000605c20 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000605da0 sp=0xc000605c40 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:191 +0x39a fp=0xc000605fe0 sp=0xc000605da0 pc=0xba141a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000605fe8 sp=0xc000605fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:178 +0x25b&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000755d50 sp=0xc000755d30 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000755eb0 sp=0xc000755d50 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:18 +0x17e fp=0xc000755fe0 sp=0xc000755eb0 pc=0xad90fe&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000755fe8 sp=0xc000755fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:16 +0x145&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00042d600 sp=0xc00042d5e0 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/netpoll.go:527 +0xf7 fp=0xc00042d638 sp=0xc00042d600 pc=0x46a9f7&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/netpoll.go:306 +0x89 fp=0xc00042d658 sp=0xc00042d638 pc=0x4a1ba9&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/internal/poll/fd_poll_runtime.go:84 +0xbd fp=0xc00042d6a0 sp=0xc00042d658 pc=0x4fd8dd&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/internal/poll/fd_poll_runtime.go:89&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/internal/poll/fd_unix.go:167 +0x405 fp=0xc00042d790 sp=0xc00042d6a0 pc=0x4ff465&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/fd_posix.go:55 +0x51 fp=0xc00042d7f0 sp=0xc00042d790 pc=0x7d4891&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/net.go:183 +0xb1 fp=0xc00042d870 sp=0xc00042d7f0 pc=0x7ebcd1&#xA;&lt;autogenerated&gt;:1 +0x65 fp=0xc00042d8b8 sp=0xc00042d870 pc=0x80c805&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/server.go:782 +0x23b fp=0xc00042d938 sp=0xc00042d8b8 pc=0x975ebb&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/bufio/bufio.go:106 +0x2ab fp=0xc00042d9c8 sp=0xc00042d938 pc=0x5d550b&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/bufio/bufio.go:144 +0xd2 fp=0xc00042da50 sp=0xc00042d9c8 pc=0x5d57d2&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/server.go:2030 +0xe28 fp=0xc00042dfa0 sp=0xc00042da50 pc=0x97ff08&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/server.go:3089 +0x59 fp=0xc00042dfe0 sp=0xc00042dfa0 pc=0x987219&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00042dfe8 sp=0xc00042dfe0 pc=0x4a7fe1&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/server.go:3089 +0x818&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000677838 sp=0xc000677818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000677998 sp=0xc000677838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000677ac8 sp=0xc000677998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000677b40 sp=0xc000677ac8 pc=0xc86050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000677be0 sp=0xc000677b40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000677c58 sp=0xc000677be0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000677fc0 sp=0xc000677c58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc000677fe0 sp=0xc000677fc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000677fe8 sp=0xc000677fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00049fc40 sp=0xc00049fc20 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc00049fda0 sp=0xc00049fc40 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:191 +0x39a fp=0xc00049ffe0 sp=0xc00049fda0 pc=0xba141a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00049ffe8 sp=0xc00049ffe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:178 +0x25b&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000189cd8 sp=0xc000189cb8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000189e38 sp=0xc000189cd8 pc=0x48413e&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc000189fc0 sp=0xc000189e38 pc=0xb015bd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc000189fe0 sp=0xc000189fc0 pc=0xb00e1a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000189fe8 sp=0xc000189fe0 pc=0x4a7fe1&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc92&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000435eb8 sp=0xc000435e98 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc000435f48 sp=0xc000435eb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:447 +0x18 fp=0xc000435f70 sp=0xc000435f48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc000435fe0 sp=0xc000435f70 pc=0xad958d&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000435fe8 sp=0xc000435fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000595bf0 sp=0xc000595bd0 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000595d50 sp=0xc000595bf0 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:291 +0x1c9 fp=0xc000595f10 sp=0xc000595d50 pc=0xb89c69&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:270 +0x42 fp=0xc000595f40 sp=0xc000595f10 pc=0xb89562&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:303 +0x86 fp=0xc000595fe0 sp=0xc000595f40 pc=0xb5c806&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000595fe8 sp=0xc000595fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:302 +0x3ea&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000229eb8 sp=0xc000229e98 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc000229f48 sp=0xc000229eb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:447 +0x18 fp=0xc000229f70 sp=0xc000229f48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc000229fe0 sp=0xc000229f70 pc=0xad958d&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000229fe8 sp=0xc000229fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00061dc58 sp=0xc00061dc38 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc00061ddb8 sp=0xc00061dc58 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:310 +0x47d fp=0xc00061df28 sp=0xc00061ddb8 pc=0xb5c63d&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:395 +0x6a fp=0xc00061dfa0 sp=0xc00061df28 pc=0xc4d00a&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:532 +0x3a fp=0xc00061dfe0 sp=0xc00061dfa0 pc=0xc4ec7a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00061dfe8 sp=0xc00061dfe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:531 +0xe5&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0005d3eb8 sp=0xc0005d3e98 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc0005d3f48 sp=0xc0005d3eb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:447 +0x18 fp=0xc0005d3f70 sp=0xc0005d3f48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc0005d3fe0 sp=0xc0005d3f70 pc=0xad958d&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0005d3fe8 sp=0xc0005d3fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0004ad600 sp=0xc0004ad5e0 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/netpoll.go:527 +0xf7 fp=0xc0004ad638 sp=0xc0004ad600 pc=0x46a9f7&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/netpoll.go:306 +0x89 fp=0xc0004ad658 sp=0xc0004ad638 pc=0x4a1ba9&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/internal/poll/fd_poll_runtime.go:84 +0xbd fp=0xc0004ad6a0 sp=0xc0004ad658 pc=0x4fd8dd&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/internal/poll/fd_poll_runtime.go:89&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/internal/poll/fd_unix.go:167 +0x405 fp=0xc0004ad790 sp=0xc0004ad6a0 pc=0x4ff465&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/fd_posix.go:55 +0x51 fp=0xc0004ad7f0 sp=0xc0004ad790 pc=0x7d4891&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/net.go:183 +0xb1 fp=0xc0004ad870 sp=0xc0004ad7f0 pc=0x7ebcd1&#xA;&lt;autogenerated&gt;:1 +0x65 fp=0xc0004ad8b8 sp=0xc0004ad870 pc=0x80c805&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/server.go:782 +0x23b fp=0xc0004ad938 sp=0xc0004ad8b8 pc=0x975ebb&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/bufio/bufio.go:106 +0x2ab fp=0xc0004ad9c8 sp=0xc0004ad938 pc=0x5d550b&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/bufio/bufio.go:144 +0xd2 fp=0xc0004ada50 sp=0xc0004ad9c8 pc=0x5d57d2&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/server.go:2030 +0xe28 fp=0xc0004adfa0 sp=0xc0004ada50 pc=0x97ff08&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/server.go:3089 +0x59 fp=0xc0004adfe0 sp=0xc0004adfa0 pc=0x987219&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0004adfe8 sp=0xc0004adfe0 pc=0x4a7fe1&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/server.go:3089 +0x818&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00053b6e0 sp=0xc00053b6c0 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/netpoll.go:527 +0xf7 fp=0xc00053b718 sp=0xc00053b6e0 pc=0x46a9f7&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/netpoll.go:306 +0x89 fp=0xc00053b738 sp=0xc00053b718 pc=0x4a1ba9&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/internal/poll/fd_poll_runtime.go:84 +0xbd fp=0xc00053b780 sp=0xc00053b738 pc=0x4fd8dd&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/internal/poll/fd_poll_runtime.go:89&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/internal/poll/fd_unix.go:167 +0x405 fp=0xc00053b870 sp=0xc00053b780 pc=0x4ff465&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/fd_posix.go:55 +0x51 fp=0xc00053b8d0 sp=0xc00053b870 pc=0x7d4891&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/net.go:183 +0xb1 fp=0xc00053b950 sp=0xc00053b8d0 pc=0x7ebcd1&#xA;&lt;autogenerated&gt;:1 +0x65 fp=0xc00053b998 sp=0xc00053b950 pc=0x80c805&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/transport.go:1943 +0x105 fp=0xc00053ba18 sp=0xc00053b998 pc=0x9a9225&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/bufio/bufio.go:106 +0x2ab fp=0xc00053baa8 sp=0xc00053ba18 pc=0x5d550b&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/bufio/bufio.go:144 +0xd2 fp=0xc00053bb30 sp=0xc00053baa8 pc=0x5d57d2&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/transport.go:2107 +0x2c8 fp=0xc00053bfc0 sp=0xc00053bb30 pc=0x9aa588&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/transport.go:1765 +0x3a fp=0xc00053bfe0 sp=0xc00053bfc0 pc=0x9a7e9a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00053bfe8 sp=0xc00053bfe0 pc=0x4a7fe1&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/transport.go:1765 +0x2586&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0004db9d8 sp=0xc0004db9b8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:387&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/sema.go:160 +0x20f fp=0xc0004dba40 sp=0xc0004db9d8 pc=0x4854ef&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/sema.go:77 +0x26 fp=0xc0004dba78 sp=0xc0004dba40 pc=0x4a3c66&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/sync/mutex.go:171 +0x213 fp=0xc0004dbac8 sp=0xc0004dba78 pc=0x4b8213&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/sync/mutex.go:90 +0x65 fp=0xc0004dbae8 sp=0xc0004dbac8 pc=0x4b7f25&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:165 +0x4a fp=0xc0004dbbd0 sp=0xc0004dbae8 pc=0xb5acea&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_client.go:88 +0x4c fp=0xc0004dbc28 sp=0xc0004dbbd0 pc=0xb6776c&#xA;&lt;autogenerated&gt;:1 +0x45 fp=0xc0004dbc58 sp=0xc0004dbc28 pc=0xb9e6c5&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:862 +0x15de fp=0xc0004dbfc0 sp=0xc0004dbc58 pc=0xb7205e&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc0004dbfe0 sp=0xc0004dbfc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0004dbfe8 sp=0xc0004dbfe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000535cf8 sp=0xc000535cd8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:259 +0x44e fp=0xc000535d88 sp=0xc000535cf8 pc=0x43d7ae&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:145 +0x1d fp=0xc000535db8 sp=0xc000535d88 pc=0x43d33d&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0xa5 fp=0xc000535e20 sp=0xc000535db8 pc=0xbad2e5&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:553 +0x10a fp=0xc000535ec0 sp=0xc000535e20 pc=0xb6eb6a&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc9 fp=0xc000535f50 sp=0xc000535ec0 pc=0xb4ea89&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xe9 fp=0xc000535fe0 sp=0xc000535f50 pc=0xb4e8a9&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000535fe8 sp=0xc000535fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x28b&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000214eb8 sp=0xc000214e98 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc000214f48 sp=0xc000214eb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:447 +0x18 fp=0xc000214f70 sp=0xc000214f48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc000214fe0 sp=0xc000214f70 pc=0xad958d&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000214fe8 sp=0xc000214fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000568838 sp=0xc000568818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000568998 sp=0xc000568838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000568ac8 sp=0xc000568998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000568b40 sp=0xc000568ac8 pc=0xc86050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000568be0 sp=0xc000568b40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000568c58 sp=0xc000568be0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000568fc0 sp=0xc000568c58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc000568fe0 sp=0xc000568fc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000568fe8 sp=0xc000568fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000537cd0 sp=0xc000537cb0 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000537e30 sp=0xc000537cd0 pc=0x48413e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/transport.go:2410 +0x1a9 fp=0xc000537fc0 sp=0xc000537e30 pc=0x9ad369&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/transport.go:1766 +0x3a fp=0xc000537fe0 sp=0xc000537fc0 pc=0x9a7e1a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000537fe8 sp=0xc000537fe0 pc=0x4a7fe1&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/net/http/transport.go:1766 +0x261a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0003c0cd8 sp=0xc0003c0cb8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0003c0e38 sp=0xc0003c0cd8 pc=0x48413e&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc0003c0fc0 sp=0xc0003c0e38 pc=0xb015bd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc0003c0fe0 sp=0xc0003c0fc0 pc=0xb00e1a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0003c0fe8 sp=0xc0003c0fe0 pc=0x4a7fe1&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc92&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0004394a8 sp=0xc000439488 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc000439538 sp=0xc0004394a8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:442 +0x18 fp=0xc000439560 sp=0xc000439538 pc=0x43e1b8&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x74 fp=0xc0004395f0 sp=0xc000439560 pc=0xc461d4&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:135 +0x542 fp=0xc000439738 sp=0xc0004395f0 pc=0xb68f82&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:402 +0x50f fp=0xc0004398c8 sp=0xc000439738 pc=0xb6c94f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:302 +0x11f fp=0xc000439b78 sp=0xc0004398c8 pc=0xb6b4ff&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:234 +0x325 fp=0xc000439c58 sp=0xc000439b78 pc=0xb6a245&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:765 +0x227a fp=0xc000439fc0 sp=0xc000439c58 pc=0xb72cfa&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc000439fe0 sp=0xc000439fc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000439fe8 sp=0xc000439fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00029d838 sp=0xc00029d818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc00029d998 sp=0xc00029d838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc00029dac8 sp=0xc00029d998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00029db40 sp=0xc00029dac8 pc=0xc86050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc00029dbe0 sp=0xc00029db40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00029dc58 sp=0xc00029dbe0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc00029dfc0 sp=0xc00029dc58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc00029dfe0 sp=0xc00029dfc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00029dfe8 sp=0xc00029dfe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00055d838 sp=0xc00055d818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc00055d998 sp=0xc00055d838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc00055dac8 sp=0xc00055d998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00055db40 sp=0xc00055dac8 pc=0xc86050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc00055dbe0 sp=0xc00055db40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00055dc58 sp=0xc00055dbe0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc00055dfc0 sp=0xc00055dc58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc00055dfe0 sp=0xc00055dfc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00055dfe8 sp=0xc00055dfe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000217838 sp=0xc000217818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000217998 sp=0xc000217838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000217ac8 sp=0xc000217998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000217b40 sp=0xc000217ac8 pc=0xc86050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000217be0 sp=0xc000217b40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000217c58 sp=0xc000217be0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000217fc0 sp=0xc000217c58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc000217fe0 sp=0xc000217fc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000217fe8 sp=0xc000217fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000141838 sp=0xc000141818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000141998 sp=0xc000141838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000141ac8 sp=0xc000141998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000141b40 sp=0xc000141ac8 pc=0xc86050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000141be0 sp=0xc000141b40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000141c58 sp=0xc000141be0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000141fc0 sp=0xc000141c58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc000141fe0 sp=0xc000141fc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000141fe8 sp=0xc000141fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00040beb8 sp=0xc00040be98 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc00040bf48 sp=0xc00040beb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:447 +0x18 fp=0xc00040bf70 sp=0xc00040bf48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc00040bfe0 sp=0xc00040bf70 pc=0xad958d&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00040bfe8 sp=0xc00040bfe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00017d4a8 sp=0xc00017d488 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc00017d538 sp=0xc00017d4a8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:442 +0x18 fp=0xc00017d560 sp=0xc00017d538 pc=0x43e1b8&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x74 fp=0xc00017d5f0 sp=0xc00017d560 pc=0xc461d4&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:135 +0x542 fp=0xc00017d738 sp=0xc00017d5f0 pc=0xb68f82&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:402 +0x50f fp=0xc00017d8c8 sp=0xc00017d738 pc=0xb6c94f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:302 +0x11f fp=0xc00017db78 sp=0xc00017d8c8 pc=0xb6b4ff&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:234 +0x325 fp=0xc00017dc58 sp=0xc00017db78 pc=0xb6a245&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:765 +0x227a fp=0xc00017dfc0 sp=0xc00017dc58 pc=0xb72cfa&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc00017dfe0 sp=0xc00017dfc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00017dfe8 sp=0xc00017dfe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0005574a8 sp=0xc000557488 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc000557538 sp=0xc0005574a8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:442 +0x18 fp=0xc000557560 sp=0xc000557538 pc=0x43e1b8&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x74 fp=0xc0005575f0 sp=0xc000557560 pc=0xc461d4&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:135 +0x542 fp=0xc000557738 sp=0xc0005575f0 pc=0xb68f82&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:402 +0x50f fp=0xc0005578c8 sp=0xc000557738 pc=0xb6c94f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:302 +0x11f fp=0xc000557b78 sp=0xc0005578c8 pc=0xb6b4ff&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:234 +0x325 fp=0xc000557c58 sp=0xc000557b78 pc=0xb6a245&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:765 +0x227a fp=0xc000557fc0 sp=0xc000557c58 pc=0xb72cfa&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc000557fe0 sp=0xc000557fc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000557fe8 sp=0xc000557fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000551838 sp=0xc000551818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000551998 sp=0xc000551838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000551ac8 sp=0xc000551998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000551b40 sp=0xc000551ac8 pc=0xc86050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000551be0 sp=0xc000551b40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000551c58 sp=0xc000551be0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000551fc0 sp=0xc000551c58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc000551fe0 sp=0xc000551fc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000551fe8 sp=0xc000551fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0005d2838 sp=0xc0005d2818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0005d2998 sp=0xc0005d2838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0005d2ac8 sp=0xc0005d2998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0005d2b40 sp=0xc0005d2ac8 pc=0xc86050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc0005d2be0 sp=0xc0005d2b40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0005d2c58 sp=0xc0005d2be0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc0005d2fc0 sp=0xc0005d2c58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc0005d2fe0 sp=0xc0005d2fc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0005d2fe8 sp=0xc0005d2fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00049dcd8 sp=0xc00049dcb8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc00049de38 sp=0xc00049dcd8 pc=0x48413e&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc00049dfc0 sp=0xc00049de38 pc=0xb015bd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc00049dfe0 sp=0xc00049dfc0 pc=0xb00e1a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00049dfe8 sp=0xc00049dfe0 pc=0x4a7fe1&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc92&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000175eb8 sp=0xc000175e98 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc000175f48 sp=0xc000175eb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:447 +0x18 fp=0xc000175f70 sp=0xc000175f48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc000175fe0 sp=0xc000175f70 pc=0xad958d&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000175fe8 sp=0xc000175fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;goroutine running on other thread; stack unavailable&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000549cf8 sp=0xc000549cd8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:259 +0x44e fp=0xc000549d88 sp=0xc000549cf8 pc=0x43d7ae&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:145 +0x1d fp=0xc000549db8 sp=0xc000549d88 pc=0x43d33d&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0xa5 fp=0xc000549e20 sp=0xc000549db8 pc=0xbad2e5&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:553 +0x10a fp=0xc000549ec0 sp=0xc000549e20 pc=0xb6eb6a&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc9 fp=0xc000549f50 sp=0xc000549ec0 pc=0xb4ea89&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xe9 fp=0xc000549fe0 sp=0xc000549f50 pc=0xb4e8a9&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000549fe8 sp=0xc000549fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x28b&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000659838 sp=0xc000659818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000659998 sp=0xc000659838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000659ac8 sp=0xc000659998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000659b40 sp=0xc000659ac8 pc=0xc86050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000659be0 sp=0xc000659b40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000659c58 sp=0xc000659be0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000659fc0 sp=0xc000659c58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc000659fe0 sp=0xc000659fc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000659fe8 sp=0xc000659fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00031feb8 sp=0xc00031fe98 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc00031ff48 sp=0xc00031feb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:447 +0x18 fp=0xc00031ff70 sp=0xc00031ff48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc00031ffe0 sp=0xc00031ff70 pc=0xad958d&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00031ffe8 sp=0xc00031ffe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00013d838 sp=0xc00013d818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc00013d998 sp=0xc00013d838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc00013dac8 sp=0xc00013d998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00013db40 sp=0xc00013dac8 pc=0xc86050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc00013dbe0 sp=0xc00013db40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00013dc58 sp=0xc00013dbe0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc00013dfc0 sp=0xc00013dc58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc00013dfe0 sp=0xc00013dfc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00013dfe8 sp=0xc00013dfe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000601838 sp=0xc000601818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000601998 sp=0xc000601838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000601ac8 sp=0xc000601998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000601b40 sp=0xc000601ac8 pc=0xc86050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000601be0 sp=0xc000601b40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000601c58 sp=0xc000601be0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000601fc0 sp=0xc000601c58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc000601fe0 sp=0xc000601fc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000601fe8 sp=0xc000601fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0000fbc38 sp=0xc0000fbc18 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0000fbd98 sp=0xc0000fbc38 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:291 +0x1c9 fp=0xc0000fbf58 sp=0xc0000fbd98 pc=0xb89c69&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:270 +0x42 fp=0xc0000fbf88 sp=0xc0000fbf58 pc=0xb89562&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:838 +0x76 fp=0xc0000fbfe0 sp=0xc0000fbf88 pc=0xb64a36&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0000fbfe8 sp=0xc0000fbfe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:834 +0xb9a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0004eb838 sp=0xc0004eb818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0004eb998 sp=0xc0004eb838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0004ebac8 sp=0xc0004eb998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0004ebb40 sp=0xc0004ebac8 pc=0xc86050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc0004ebbe0 sp=0xc0004ebb40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0004ebc58 sp=0xc0004ebbe0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc0004ebfc0 sp=0xc0004ebc58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc0004ebfe0 sp=0xc0004ebfc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0004ebfe8 sp=0xc0004ebfe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0006e5838 sp=0xc0006e5818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0006e5998 sp=0xc0006e5838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0006e5ac8 sp=0xc0006e5998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0006e5b40 sp=0xc0006e5ac8 pc=0xc86050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc0006e5be0 sp=0xc0006e5b40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0006e5c58 sp=0xc0006e5be0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc0006e5fc0 sp=0xc0006e5c58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc0006e5fe0 sp=0xc0006e5fc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0006e5fe8 sp=0xc0006e5fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00059beb8 sp=0xc00059be98 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc00059bf48 sp=0xc00059beb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:447 +0x18 fp=0xc00059bf70 sp=0xc00059bf48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc00059bfe0 sp=0xc00059bf70 pc=0xad958d&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00059bfe8 sp=0xc00059bfe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000667c58 sp=0xc000667c38 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000667db8 sp=0xc000667c58 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:310 +0x47d fp=0xc000667f28 sp=0xc000667db8 pc=0xb5c63d&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:395 +0x6a fp=0xc000667fa0 sp=0xc000667f28 pc=0xc4d00a&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:532 +0x3a fp=0xc000667fe0 sp=0xc000667fa0 pc=0xc4ec7a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000667fe8 sp=0xc000667fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:531 +0xe5&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00050d838 sp=0xc00050d818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc00050d998 sp=0xc00050d838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc00050dac8 sp=0xc00050d998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00050db40 sp=0xc00050dac8 pc=0xc86050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc00050dbe0 sp=0xc00050db40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00050dc58 sp=0xc00050dbe0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc00050dfc0 sp=0xc00050dc58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc00050dfe0 sp=0xc00050dfc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00050dfe8 sp=0xc00050dfe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00039f838 sp=0xc00039f818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc00039f998 sp=0xc00039f838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc00039fac8 sp=0xc00039f998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00039fb40 sp=0xc00039fac8 pc=0xc86050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc00039fbe0 sp=0xc00039fb40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00039fc58 sp=0xc00039fbe0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc00039ffc0 sp=0xc00039fc58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc00039ffe0 sp=0xc00039ffc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00039ffe8 sp=0xc00039ffe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000173838 sp=0xc000173818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000173998 sp=0xc000173838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000173ac8 sp=0xc000173998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000173b40 sp=0xc000173ac8 pc=0xc86050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000173be0 sp=0xc000173b40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000173c58 sp=0xc000173be0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000173fc0 sp=0xc000173c58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc000173fe0 sp=0xc000173fc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000173fe8 sp=0xc000173fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0004e94a8 sp=0xc0004e9488 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc0004e9538 sp=0xc0004e94a8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:442 +0x18 fp=0xc0004e9560 sp=0xc0004e9538 pc=0x43e1b8&#xA;/home/runner/work/ably-go/ably-go/ably/transitioner_integration_test.go:48 +0x74 fp=0xc0004e95f0 sp=0xc0004e9560 pc=0xc461d4&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:135 +0x542 fp=0xc0004e9738 sp=0xc0004e95f0 pc=0xb68f82&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:402 +0x50f fp=0xc0004e98c8 sp=0xc0004e9738 pc=0xb6c94f&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:302 +0x11f fp=0xc0004e9b78 sp=0xc0004e98c8 pc=0xb6b4ff&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:234 +0x325 fp=0xc0004e9c58 sp=0xc0004e9b78 pc=0xb6a245&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:765 +0x227a fp=0xc0004e9fc0 sp=0xc0004e9c58 pc=0xb72cfa&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc0004e9fe0 sp=0xc0004e9fc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0004e9fe8 sp=0xc0004e9fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000603bf0 sp=0xc000603bd0 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000603d50 sp=0xc000603bf0 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:291 +0x1c9 fp=0xc000603f10 sp=0xc000603d50 pc=0xb89c69&#xA;/home/runner/work/ably-go/ably-go/ably/state.go:270 +0x42 fp=0xc000603f40 sp=0xc000603f10 pc=0xb89562&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:303 +0x86 fp=0xc000603fe0 sp=0xc000603f40 pc=0xb5c806&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000603fe8 sp=0xc000603fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:302 +0x3ea&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000673838 sp=0xc000673818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000673998 sp=0xc000673838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000673ac8 sp=0xc000673998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000673b40 sp=0xc000673ac8 pc=0xc86050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000673be0 sp=0xc000673b40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000673c58 sp=0xc000673be0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000673fc0 sp=0xc000673c58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc000673fe0 sp=0xc000673fc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000673fe8 sp=0xc000673fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0005cfeb8 sp=0xc0005cfe98 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc0005cff48 sp=0xc0005cfeb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:447 +0x18 fp=0xc0005cff70 sp=0xc0005cff48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc0005cffe0 sp=0xc0005cff70 pc=0xad958d&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0005cffe8 sp=0xc0005cffe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000143838 sp=0xc000143818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000143998 sp=0xc000143838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000143ac8 sp=0xc000143998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000143b40 sp=0xc000143ac8 pc=0xc86050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000143be0 sp=0xc000143b40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000143c58 sp=0xc000143be0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000143fc0 sp=0xc000143c58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc000143fe0 sp=0xc000143fc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000143fe8 sp=0xc000143fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0005ceeb8 sp=0xc0005cee98 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc0005cef48 sp=0xc0005ceeb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:447 +0x18 fp=0xc0005cef70 sp=0xc0005cef48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc0005cefe0 sp=0xc0005cef70 pc=0xad958d&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0005cefe8 sp=0xc0005cefe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00065bcc0 sp=0xc00065bca0 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc00065be20 sp=0xc00065bcc0 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:893 +0x245 fp=0xc00065bf60 sp=0xc00065be20 pc=0xb65065&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:884 +0x7e fp=0xc00065bfe0 sp=0xc00065bf60 pc=0xb64dde&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00065bfe8 sp=0xc00065bfe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:882 +0x20f&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0006adc40 sp=0xc0006adc20 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0006adda0 sp=0xc0006adc40 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:191 +0x39a fp=0xc0006adfe0 sp=0xc0006adda0 pc=0xba141a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0006adfe8 sp=0xc0006adfe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ablytest/ablytest.go:178 +0x25b&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000210cf8 sp=0xc000210cd8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:259 +0x44e fp=0xc000210d88 sp=0xc000210cf8 pc=0x43d7ae&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:145 +0x1d fp=0xc000210db8 sp=0xc000210d88 pc=0x43d33d&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0xa5 fp=0xc000210e20 sp=0xc000210db8 pc=0xbad2e5&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:553 +0x10a fp=0xc000210ec0 sp=0xc000210e20 pc=0xb6eb6a&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc9 fp=0xc000210f50 sp=0xc000210ec0 pc=0xb4ea89&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xe9 fp=0xc000210fe0 sp=0xc000210f50 pc=0xb4e8a9&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000210fe8 sp=0xc000210fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x28b&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0005bf838 sp=0xc0005bf818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0005bf998 sp=0xc0005bf838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0005bfac8 sp=0xc0005bf998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0005bfb40 sp=0xc0005bfac8 pc=0xc86050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc0005bfbe0 sp=0xc0005bfb40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0005bfc58 sp=0xc0005bfbe0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc0005bffc0 sp=0xc0005bfc58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc0005bffe0 sp=0xc0005bffc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0005bffe8 sp=0xc0005bffe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0005bd6d0 sp=0xc0005bd6b0 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:387&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/sema.go:160 +0x20f fp=0xc0005bd738 sp=0xc0005bd6d0 pc=0x4854ef&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/sema.go:77 +0x26 fp=0xc0005bd770 sp=0xc0005bd738 pc=0x4a3c66&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/sync/mutex.go:171 +0x213 fp=0xc0005bd7c0 sp=0xc0005bd770 pc=0x4b8213&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/sync/mutex.go:90 +0x65 fp=0xc0005bd7e0 sp=0xc0005bd7c0 pc=0x4b7f25&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:135 +0x51 fp=0xc0005bd848 sp=0xc0005bd7e0 pc=0xb5a7b1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:55 +0x18a fp=0xc0005bd980 sp=0xc0005bd848 pc=0xb5a2ea&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_client.go:47 +0x8b7 fp=0xc0005bdaf8 sp=0xc0005bd980 pc=0xb670b7&#xA;/home/runner/work/ably-go/ably-go/ablytest/sandbox.go:210 +0x54 fp=0xc0005bdb40 sp=0xc0005bdaf8 pc=0xbaf534&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn_spec_integration_test.go:1771 +0x528 fp=0xc0005bdea8 sp=0xc0005bdb40 pc=0xc11608&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/testing/testing.go:1576 +0x217 fp=0xc0005bdfb0 sp=0xc0005bdea8 pc=0x5cadd7&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/testing/testing.go:1629 +0x48 fp=0xc0005bdfe0 sp=0xc0005bdfb0 pc=0x5cc8e8&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0005bdfe8 sp=0xc0005bdfe0 pc=0x4a7fe1&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/testing/testing.go:1629 +0x806&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000215cf8 sp=0xc000215cd8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:259 +0x44e fp=0xc000215d88 sp=0xc000215cf8 pc=0x43d7ae&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:145 +0x1d fp=0xc000215db8 sp=0xc000215d88 pc=0x43d33d&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0xa5 fp=0xc000215e20 sp=0xc000215db8 pc=0xbad2e5&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:553 +0x10a fp=0xc000215ec0 sp=0xc000215e20 pc=0xb6eb6a&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc9 fp=0xc000215f50 sp=0xc000215ec0 pc=0xb4ea89&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xe9 fp=0xc000215fe0 sp=0xc000215f50 pc=0xb4e8a9&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000215fe8 sp=0xc000215fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x28b&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000751eb8 sp=0xc000751e98 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:583 +0x42e fp=0xc000751f48 sp=0xc000751eb8 pc=0x43e64e&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:447 +0x18 fp=0xc000751f70 sp=0xc000751f48 pc=0x43e1f8&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:64 +0x8d fp=0xc000751fe0 sp=0xc000751f70 pc=0xad958d&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000751fe8 sp=0xc000751fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/internal/ablyutil/time.go:63 +0x26f&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000569838 sp=0xc000569818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000569998 sp=0xc000569838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000569ac8 sp=0xc000569998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000569b40 sp=0xc000569ac8 pc=0xc86050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000569be0 sp=0xc000569b40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000569c58 sp=0xc000569be0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000569fc0 sp=0xc000569c58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc000569fe0 sp=0xc000569fc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000569fe8 sp=0xc000569fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000509838 sp=0xc000509818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000509998 sp=0xc000509838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000509ac8 sp=0xc000509998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000509b40 sp=0xc000509ac8 pc=0xc86050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000509be0 sp=0xc000509b40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000509c58 sp=0xc000509be0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000509fc0 sp=0xc000509c58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc000509fe0 sp=0xc000509fc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000509fe8 sp=0xc000509fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000936cd8 sp=0xc000936cb8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000936e38 sp=0xc000936cd8 pc=0x48413e&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc000936fc0 sp=0xc000936e38 pc=0xb015bd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc000936fe0 sp=0xc000936fc0 pc=0xb00e1a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000936fe8 sp=0xc000936fe0 pc=0x4a7fe1&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc92&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000976cd8 sp=0xc000976cb8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000976e38 sp=0xc000976cd8 pc=0x48413e&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc000976fc0 sp=0xc000976e38 pc=0xb015bd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc000976fe0 sp=0xc000976fc0 pc=0xb00e1a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000976fe8 sp=0xc000976fe0 pc=0x4a7fe1&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc92&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000907cd8 sp=0xc000907cb8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000907e38 sp=0xc000907cd8 pc=0x48413e&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc000907fc0 sp=0xc000907e38 pc=0xb015bd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc000907fe0 sp=0xc000907fc0 pc=0xb00e1a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000907fe8 sp=0xc000907fe0 pc=0x4a7fe1&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc92&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000938cd8 sp=0xc000938cb8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000938e38 sp=0xc000938cd8 pc=0x48413e&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc000938fc0 sp=0xc000938e38 pc=0xb015bd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc000938fe0 sp=0xc000938fc0 pc=0xb00e1a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000938fe8 sp=0xc000938fe0 pc=0x4a7fe1&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc92&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00068d838 sp=0xc00068d818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc00068d998 sp=0xc00068d838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc00068dac8 sp=0xc00068d998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00068db40 sp=0xc00068dac8 pc=0xc86050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc00068dbe0 sp=0xc00068db40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00068dc58 sp=0xc00068dbe0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc00068dfc0 sp=0xc00068dc58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc00068dfe0 sp=0xc00068dfc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00068dfe8 sp=0xc00068dfe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000367cd8 sp=0xc000367cb8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000367e38 sp=0xc000367cd8 pc=0x48413e&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc000367fc0 sp=0xc000367e38 pc=0xb015bd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc000367fe0 sp=0xc000367fc0 pc=0xb00e1a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000367fe8 sp=0xc000367fe0 pc=0x4a7fe1&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc92&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0003bfcd8 sp=0xc0003bfcb8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0003bfe38 sp=0xc0003bfcd8 pc=0x48413e&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc0003bffc0 sp=0xc0003bfe38 pc=0xb015bd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc0003bffe0 sp=0xc0003bffc0 pc=0xb00e1a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0003bffe8 sp=0xc0003bffe0 pc=0x4a7fe1&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc92&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00090db18 sp=0xc00090daf8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:387&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/sema.go:160 +0x20f fp=0xc00090db80 sp=0xc00090db18 pc=0x4854ef&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/sema.go:77 +0x26 fp=0xc00090dbb8 sp=0xc00090db80 pc=0x4a3c66&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/sync/mutex.go:171 +0x213 fp=0xc00090dc08 sp=0xc00090dbb8 pc=0x4b8213&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/sync/mutex.go:90 +0x65 fp=0xc00090dc28 sp=0xc00090dc08 pc=0x4b7f25&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_channel.go:204 +0x8d fp=0xc00090dd80 sp=0xc00090dc28 pc=0xb5b36d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_client.go:37 +0x105 fp=0xc00090de20 sp=0xc00090dd80 pc=0xb672a5&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:553 +0x10a fp=0xc00090dec0 sp=0xc00090de20 pc=0xb6eb6a&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc9 fp=0xc00090df50 sp=0xc00090dec0 pc=0xb4ea89&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xe9 fp=0xc00090dfe0 sp=0xc00090df50 pc=0xb4e8a9&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00090dfe8 sp=0xc00090dfe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x28b&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0007ffcf8 sp=0xc0007ffcd8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:259 +0x44e fp=0xc0007ffd88 sp=0xc0007ffcf8 pc=0x43d7ae&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/chan.go:145 +0x1d fp=0xc0007ffdb8 sp=0xc0007ffd88 pc=0x43d33d&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0xa5 fp=0xc0007ffe20 sp=0xc0007ffdb8 pc=0xbad2e5&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:553 +0x10a fp=0xc0007ffec0 sp=0xc0007ffe20 pc=0xb6eb6a&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc9 fp=0xc0007fff50 sp=0xc0007ffec0 pc=0xb4ea89&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xe9 fp=0xc0007fffe0 sp=0xc0007fff50 pc=0xb4e8a9&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0007fffe8 sp=0xc0007fffe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x28b&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000211cd8 sp=0xc000211cb8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000211e38 sp=0xc000211cd8 pc=0x48413e&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc000211fc0 sp=0xc000211e38 pc=0xb015bd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc000211fe0 sp=0xc000211fc0 pc=0xb00e1a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000211fe8 sp=0xc000211fe0 pc=0x4a7fe1&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc92&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc00009f838 sp=0xc00009f818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc00009f998 sp=0xc00009f838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc00009fac8 sp=0xc00009f998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00009fb40 sp=0xc00009fac8 pc=0xc86050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc00009fbe0 sp=0xc00009fb40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc00009fc58 sp=0xc00009fbe0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc00009ffc0 sp=0xc00009fc58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc00009ffe0 sp=0xc00009ffc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00009ffe8 sp=0xc00009ffe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000793cd8 sp=0xc000793cb8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000793e38 sp=0xc000793cd8 pc=0x48413e&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc000793fc0 sp=0xc000793e38 pc=0xb015bd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc000793fe0 sp=0xc000793fc0 pc=0xb00e1a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000793fe8 sp=0xc000793fe0 pc=0x4a7fe1&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc92&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000571838 sp=0xc000571818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000571998 sp=0xc000571838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000571ac8 sp=0xc000571998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000571b40 sp=0xc000571ac8 pc=0xc86050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000571be0 sp=0xc000571b40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000571c58 sp=0xc000571be0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000571fc0 sp=0xc000571c58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc000571fe0 sp=0xc000571fc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000571fe8 sp=0xc000571fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000365cd8 sp=0xc000365cb8 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000365e38 sp=0xc000365cd8 pc=0x48413e&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:153 +0x23d fp=0xc000365fc0 sp=0xc000365e38 pc=0xb015bd&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0x3a fp=0xc000365fe0 sp=0xc000365fc0 pc=0xb00e1a&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000365fe8 sp=0xc000365fe0 pc=0x4a7fe1&#xA;/home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:114 +0xc92&#xA;goroutine running on other thread; stack unavailable&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x28b&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc0000a1838 sp=0xc0000a1818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc0000a1998 sp=0xc0000a1838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc0000a1ac8 sp=0xc0000a1998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0000a1b40 sp=0xc0000a1ac8 pc=0xc86050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc0000a1be0 sp=0xc0000a1b40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc0000a1c58 sp=0xc0000a1be0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc0000a1fc0 sp=0xc0000a1c58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc0000a1fe0 sp=0xc0000a1fc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0000a1fe8 sp=0xc0000a1fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:381 +0xd6 fp=0xc000671838 sp=0xc000671818 pc=0x4723f6&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/select.go:327 +0x8be fp=0xc000671998 sp=0xc000671838 pc=0x48413e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1d2 fp=0xc000671ac8 sp=0xc000671998 pc=0xbb63d2&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000671b40 sp=0xc000671ac8 pc=0xc86050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:972 +0xaa fp=0xc000671be0 sp=0xc000671b40 pc=0xb73eaa&#xA;&lt;autogenerated&gt;:1 +0x90 fp=0xc000671c58 sp=0xc000671be0 pc=0xb9e050&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:744 +0x23d fp=0xc000671fc0 sp=0xc000671c58 pc=0xb70cbd&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x3a fp=0xc000671fe0 sp=0xc000671fc0 pc=0xb6ceba&#xA;/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000671fe8 sp=0xc000671fe0 pc=0x4a7fe1&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:412 +0x6dc</failure>
		</testcase>
	</testsuite>
</testsuites>
