Open mirrorps opened 8 months ago
Hello @vyuldashev . Are there any updates regarding this issue? Having such configuration options is crucial, as a 3-second timeout may not be enough in some environments! I see you have a setter for the connection timeout, but you are not using it anywhere in the code!
+1
If someone can make a PR, I'm happy to help get it through.
Great package, saves a lot of time. Thanks!
Suggestion: It would be great if there is a config option (ex. array) to set the timeout options used in PhpAmqpLib\Connection\AMQPConnectionConfig: $connectionTimeout, $readTimeout, $writeTimeout
Now to achieve this one have to create a dedicated class extending AMQPStreamConnection, only to set 2 lines of code.
I can implement a PR if you like.