0x4b53 / amqp-rpc

🐰 Framework to use RabbitMQ as RPC
MIT License
45 stars 8 forks source link

Set the Request.response chan buffer to 1 #92

Closed akarl closed 1 week ago

akarl commented 3 years ago

This ensures that the responses for each request can be added to each Request.response without blocking the next response.

bombsimon commented 3 years ago

We need to fix up CI, we should move GolangCI to github-actions and probably everything else as well. I started in #91 but forgot about that.

bombsimon commented 3 years ago

Eruh, that's not the correct button to press.

codeclimate[bot] commented 3 years ago

Code Climate has analyzed commit cd1fb39b and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 90.9% (-0.5% change).

View more on Code Climate.