durable object socket multiple instance error?

have a question
client connect socketA, and when connected, socketA connect socket B

when socketB send msg to socketA, socketA again send client

socket A is durable object mutiple instance

it works well

when client msg to socketA
socketA request http GET or PATCH
and return to client

that process occured error(delay)

GET is all ok
PATCH occured delay

first and second patch request is work well

but third is occured delay 30s-1m

what is situation

please help me
Was this page helpful?