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

Fixing a NullPointerException in RequestResponseLink #359

Closed yvgopal closed 5 years ago

yvgopal commented 5 years ago

After a connection drop, there is a possibility that sendLink or ReceiveLink is still being created and NULL when a request is received.