azure-service-bus-java
azure-service-bus-java copied to clipboard
Issues with closing an entity object
Two sub issues here.
- If closeAsync or close throws an exception, it still leaves the object in closing state. If we call close again, it will not do anything as object is already in closing state.
- When a SubscriptionClient like object is being closed, it will close multiple internal objects one after the other. A failure or exception in closing one of those internal objects will not close subsequent objects in the close order.
Thanks @yvgopal . I have asked our clients to check on the timeout issues. Would you be able to provide a timeline for the 1.2.14 release I could quote to the client?
@yvgopal Is this issue resolved? We can see version 1.2.14 is available in maven, but the issue is still open here?
No. It is not resolved yet. Your client's issue will not go away unless they identify why close is failing.