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
In order to handle scenario where a user cancels an operation while init is in progress, we'll need to gracefully abort the init process and close the connection, so as to not result in zombie connections and hanging of applications.
This issue is to track efforts for updating init() usages across operations (send, receive, etc.) in Event Hubs.
The text was updated successfully, but these errors were encountered:
In order to handle scenario where a user cancels an operation while init is in progress, we'll need to gracefully abort the init process and close the connection, so as to not result in zombie connections and hanging of applications.
This issue is to track efforts for updating
init()
usages across operations (send, receive, etc.) in Event Hubs.The text was updated successfully, but these errors were encountered: