Valery Piashchynski
Valery Piashchynski
> > @agratushniy Could you please update your example and provide a complete worker which reproduces this problem? > > is an example still required ? Not anymore.
Hey @Volonda :wave: You don't need to hide or suppress the message. Just use our [lock](https://github.com/roadrunner-php/lock) plugin to have mutable access to the declaration of the metric. For example: ```php...
Hey @Volonda π Has that advice helped you? Have you resolved your problem?
I'm still not sure about this ticket. According to the benchmarks, `slog` is much much slower than `zap`: [link](https://github.com/uber-go/zap?tab=readme-ov-file#performance).
@Kaspiman btw, if you want to contribute, I can suggest you this ticket: https://github.com/roadrunner-server/roadrunner/issues/1742. Here, you may use json-rpc like payloads with method mapping to the RR RPC methods.
To move to the official packages, it has to be at least not so behind the `zap` in terms of performance. I don't think, that the `slog` update happened this...
Hey @revenkroz ππ» > Something inside RoadRunner is changing the contents of the request. I'm not quite sure that I understand the problem. What kind of changes do you mean?...
@revenkroz I mean, what is different? How did you check this? Have you tried saving and comparing files?
@revenkroz I'm a little suspicious of that line: ```php parse_str((string)$request->getBody(), $decodedBody); ``` RR sends byte-encoded data and casting it to string type might be wrong. Are you getting the same...
@revenkroz Oh, I missed that. Are you trying to send a file with `application/x-www-form-urlencoded` ? That is incorrect. If you wanted to send a file, you should use `multipart/form-data` `Content-Type`....