Durable object throws "Can't read from request stream because client disconnected"
I have a worker whose job is to return data from a durable object. I added two more go clients that are sending requests to this worker, but while after adding the first one i see no issue, the second one started making the durable object throw
Can't read from request stream because client disconnected
, while on the go client the request fails with error http2: server sent GOAWAY and closed the connection; LastStreamID=799, ErrCode=PROTOCOL_ERROR, debug=""
, an this happens for about 1/3 of the requests made by such client (the other one is having no impact). Could be this related to the increasing traffic the second client is bringing to the worker?0 Replies