galphanet
galphanet
We would like an option to disable SQS and only use Bluetooth (or USB as #139) communication between the phone and the computer. The reason is we think that to...
When using Symfony 4, this bundle cannot be called with ` $this->getContainer()->get('minishlink_web_push');` The fix is to declare the `minishlink_web_push` service as `public`. Thanks !
When setting the `wait_for_header`, the result is in the form of a float (for example: `3247.4306001663`) When we set `wait_for_header: 'Retry-After'`, the `Retry-After` should be an integer (see https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Retry-After) The...