-
Notifications
You must be signed in to change notification settings - Fork 3
Description
I am developing an application heavy on requests but I send exactly one request at a time and most of the time it is working fine but from time to time i get this error
info [DEBUG-11:01:02 AM.398] {"jsonrpc":"hmV1.0","method":{"module":"worker.console.out","action":"log"},"params":{"level":5,"appId":-1,"timestamp":1711616462238,"scope":"w-proc-p(db74ca93b9aa7-d4f07855d359d-1ef5d8fc1b275d-f8f84386aa535)-i(26660)-s(3)-d(20)-s(2006)-m(0)-r(1)","name":"worker-channel-rpc","tag":"-","message":"an error happened d001031047d93-101a50163d4777-13125a5c1029e3-195a3574a47d7b {"message":"Exceeded maximum queue limit(5)","code":-32502}"}}
info [DEBUG-11:01:02 AM.431] {"jsonrpc":"hmV1.0","method":{"module":"worker.console.out","action":"log"},"params":{"level":5,"appId":-1,"timestamp":1711616462249,"scope":"w-proc-p(db74ca93b9aa7-d4f07855d359d-1ef5d8fc1b275d-f8f84386aa535)-i(26660)-s(3)-d(20)-s(2006)-m(0)-r(1)","name":"worker-channel-rpc","tag":"-","message":"request error {"message":"Exceeded maximum queue limit(5)","code":-32502}"}}
UPDATE: I had to uninstall and reinstall zepp app for it to re-work.