salemove / freddy

Messaging api supporting request-response and acknowledgements.
MIT License
9 stars 0 forks source link

Use shorter timeouts for connect/read/write operations on the TCP socket #76

Closed take-five closed 2 years ago

take-five commented 2 years ago

Default timeouts for establishing connection to RabbitMQ and read/write operations on the TCP socket are rather conservative (30 seconds each). Use more aggressive defaults to detect failures early and have a change to recover quickly.

take-five commented 2 years ago

!squash