Aleksei Gagarin

Results 236 comments of Aleksei Gagarin

Related with https://github.com/temporalio/sdk-php/pull/526 > This situation can occur when the Workflow neither accepts nor rejects the Update due to: > - No available workers > - Workflow Task fails in...

> `$this->testService->lockTimeSkipping();` Are you using the Test Server? Does it already support updates?

> And how can I find out that the test server supports updates? I didn't find it in the documentation. This is not in the documentation. The temporal-test-server is taken...

Hi. The feature looks good, however we have the MySQL driver but we don't have separated MariaDB driver. If we want to add DBMS-specific feature then we have to add...

> NotSupported exception We don't need to throw an exception there because the same schema might be used on different databases (tests: sqlite, prod: mysql). Just subscribe supported DBMS in...

It would be nice if you provide the value of the `$message` variable when the [exception is happened](https://github.com/buggregator/server/blob/76290b296bce6cabb43b85fc26a4cffbe24a03e0/app/modules/VarDumper/Application/Dump/MessageParser.php#L27)

@FluffyDiscord This payload decodes correctly. I'm curious how this data looks on the Buggregator side.

Hi. Looks like just sockets checking. Is it Linux?

> What socket are we talking about? Maybe it's too often? Socket accepts: https://github.com/buggregator/trap/blob/17f299e2e93c3492c75537f2c6f6be565737903e/src/Socket/Server.php#L85 And socket select https://github.com/buggregator/trap/blob/17f299e2e93c3492c75537f2c6f6be565737903e/src/Socket/Client.php#L80 It happens every tick. I don't experience such issues on Windows, probably...

The higher this value, the slower the content will be delivered to the browser, and it directly affects TTFB. What value are you using? I think it can be used...