Azure / azure-service-bus-java

☁️ Java client library for Azure Service Bus
https://azure.microsoft.com/services/service-bus
MIT License
60 stars 59 forks source link

Issues with closing an entity object #366

Open yvgopal opened 5 years ago

yvgopal commented 5 years ago

Two sub issues here.

  1. 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.
  2. 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.
NairRahulMohanan commented 5 years ago

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?

NairRahulMohanan commented 5 years ago

@yvgopal Is this issue resolved? We can see version 1.2.14 is available in maven, but the issue is still open here?

yvgopal commented 5 years ago

No. It is not resolved yet. Your client's issue will not go away unless they identify why close is failing.