-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[Event Hubs] investigate connection disconnect behavior in linux #6118
Comments
Confirmed that this is an issue in our amqp-based sdks. We can make use of the So far I've encountered 2 issues when trying to use amqp/rhea#264 (resolved) amqp/rhea#266 |
amqp/rhea#267 has been merged which fixes amqp/rhea#266, so there shouldn't be any blockers left. Next steps are:
|
Should we release an update for Service Bus with this fix? |
#6507 updates service bus and event hubs to take in these changes. |
This fix is present in:
It will also go out in the next version of |
Some other language SDKs could keep a connection open despite a socket no longer receiving traffic in linux. A fix in those SDKs was to add an idle timeout. A quick search suggests the JS SDK already has an idle timeout of 60 seconds, but this issue is to track confirming that it is working correctly.
The text was updated successfully, but these errors were encountered: