workflow-core
workflow-core copied to clipboard
service bug error
Describe the bug A sessionful message receiver cannot be created on an entity that does not require sessions. Ensure RequiresSession is set to true when creating a Queue or Subscription to enable sessionful behavior.
We are getting this error ijn the logs. Application has stopped working suddenly. it works sometimes and then stops. This was working well 3-4 days back.
To Reproduce Steps to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen.
Additional context Add any other context about the problem here.
Do i have to enable RequireSession property of the service bus to true?
I am using 3.2.5 release version.