While performing receive operation using
var session = await subscriptionClient.AcceptMessageSessionAsync(sessionId);
in Topic/subscription SessionEnabled I am getting following execption "Microsoft.ServiceBus.Messaging.SessionCannotBeLockedException".
"ExceptionMessage": "The requested session 'sessionID' cannot be accepted. It may be locked by another receiver.
How should I handle the above exception?
Thanks in Advance.