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
I came across a minor bug when using this on a relatively low powered RPi. When discovering a service of which there were many instances, the http.request was throwing a timeout and ultimately crashing as the server (which was hosting all these services) failed to respond quickly enough.
To overcome it I increased the timeout in req.setTimeout by a factor of 10, but i'm sure there is a more elegant way of handling this situation.
The text was updated successfully, but these errors were encountered:
I came across a minor bug when using this on a relatively low powered RPi. When discovering a service of which there were many instances, the http.request was throwing a timeout and ultimately crashing as the server (which was hosting all these services) failed to respond quickly enough.
To overcome it I increased the timeout in req.setTimeout by a factor of 10, but i'm sure there is a more elegant way of handling this situation.
The text was updated successfully, but these errors were encountered: