You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.