Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Address lack of Socket read timeout for async reads #1497

Merged
merged 1 commit into from
Feb 19, 2024

Conversation

lukebakken
Copy link
Contributor

Fixes #1492

  • Adds tests that use toxiproxy to create read timeouts

@lukebakken lukebakken self-assigned this Feb 14, 2024
@lukebakken lukebakken added this to the 7.0.0 milestone Feb 14, 2024
@lukebakken lukebakken force-pushed the rabbitmq-dotnet-client-1492 branch 2 times, most recently from b401bb8 to 903a590 Compare February 19, 2024 14:43
@lukebakken lukebakken marked this pull request as ready for review February 19, 2024 14:43
Fixes #1492

* Add dedicated test class for Toxiproxy
* Start Toxiproxy via docker on GHA ubuntu runner
* Start Toxiproxy in same Powershell session as `dotnet test` on GHA
  windows runner
* Add toxiproxy-netcore as a submodule so that we can strong-name it.
* Remove use of socket read timeout, and depend on heartbeats instead.
* Remove duplicate tests
* Use `ConcurrentBag` where necessary
@lukebakken lukebakken merged commit 2c54f96 into main Feb 19, 2024
11 checks passed
@lukebakken lukebakken deleted the rabbitmq-dotnet-client-1492 branch February 19, 2024 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Async API - socket read timeout has no effect
1 participant