You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: