Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

too many open and close connection when instance is restore #769

Open
xinkyo opened this issue Aug 16, 2023 · 1 comment
Open

too many open and close connection when instance is restore #769

xinkyo opened this issue Aug 16, 2023 · 1 comment

Comments

@xinkyo
Copy link

xinkyo commented Aug 16, 2023

RESTORE_SESSIONS_ON_START_UP=true
when the server restart, the instance restore automatically ,or through link /instance/restore they are too many open and close connections flooding, it could not restore successfuly, I have to open new connection.
below is just few.

'ctwhatappreceiver start'
stdClass::__set_state(array(
'type' => 'connection',
'body' =>
stdClass::__set_state(array(
'connection' => 'open',
)),
'instanceKey' => '92dbcc4d-652e-4def-afb1-01bc7653aac7',
))
'ctwhatappreceiver'
'ctwhatappreceiver start'
stdClass::__set_state(array(
'type' => 'connection',
'body' =>
stdClass::__set_state(array(
'connection' => 'close',
)),
'instanceKey' => '92dbcc4d-652e-4def-afb1-01bc7653aac7',
))
'ctwhatappreceiver'
'ctwhatappreceiver start'
stdClass::__set_state(array(
'type' => 'connection',
'body' =>
stdClass::__set_state(array(
'connection' => 'open',
)),
'instanceKey' => '92dbcc4d-652e-4def-afb1-01bc7653aac7',
))
'ctwhatappreceiver'
'ctwhatappreceiver start'
stdClass::__set_state(array(
'type' => 'connection',
'body' =>
stdClass::__set_state(array(
'connection' => 'close',
)),

@ibkhall
Copy link

ibkhall commented Oct 29, 2023

I have same issue

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants