Azure / azure-functions-servicebus-extension

Service Bus extension for Azure Functions
MIT License
65 stars 35 forks source link

Function fails to start/process messages with "Can't create session when the connection is closing" #117

Open tomkerkhove opened 3 years ago

tomkerkhove commented 3 years ago

Function fails to start/process messages with "Can't create session when the connection is closing" and stops working. Since we are running this on Kubernetes we have to manually kill the pod so that it restarts which is a high-prio issue in production.

Relates to https://github.com/Azure/azure-sdk-for-net/issues/13637

alrod commented 2 years ago

@tomkerkhove, it looks like the issue was fixed in 5.1.0 https://github.com/Azure/azure-sdk-for-net/issues/13637#issuecomment-732409303 do you experience the issue with 5.1.0?

ghost commented 2 years ago

This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment.

tomkerkhove commented 2 years ago

Hi,

This has been a while since I opened the issue and no longer recall what version it was running nor I can test it - Sorry!