Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to set HTTP timeout cap for SignalR client in Azure Functions #282

Open
bm77525-kr opened this issue Dec 6, 2021 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@bm77525-kr
Copy link

We are using the SignalR extension to output messages via the signalR binding in a NodeJS function to multiple user ID's. Occasionally, there are transient errors when the SignalR extension is sending messages via POST requests (i.e. POST /api/v1/hubs/<hub name>/users/<username>. The real issue we have with this is the requests can hang up to 1.3 minutes before giving up and throwing an exception. These messages are time sensitive so ideally we would like to cap that timeout to something much lower which, while not preventing an exception, would at least allow us to retry the function execution in a more timely manner.

@Y-Sindo Y-Sindo added the enhancement New feature or request label Dec 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants