Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

disable AutoComplete on SessionHandlerOptions #673

Closed
wants to merge 6 commits into from
Closed

disable AutoComplete on SessionHandlerOptions #673

wants to merge 6 commits into from

Conversation

ryandanthony
Copy link

Disable AutoComplete on SessionHandlerOptions in order to match the fact that sessions are manually handled in the code.
This stops "Microsoft.Azure.ServiceBus.SessionLockLostException: The session lock has expired on the MessageSession. Accept a new MessageSession." from happening.
This resolves JasperFx/JasperAzure#3

ryandanthony and others added 6 commits August 26, 2021 11:22
Disable AutoComplete on SessionHandlerOptions in order to match the fact that sessions are manually handled in the code. 
This stops "Microsoft.Azure.ServiceBus.SessionLockLostException: The session lock has expired on the MessageSession. Accept a new MessageSession." from happening.
adding blank CommonAssemblyInfo.cs to allow azure build process to continue.
Remove src/CommonAssemblyInfo.cs from ignore
Resolve error: "The configured user limit (128) on the number of inotify instances has been reached"
@ryandanthony ryandanthony closed this by deleting the head repository Apr 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

azure service bus SessionLockLostException
2 participants