We use Monkeybread's WebHook class of functions on our FMI Server to support a webhook service.
As the server runs longer, it seems like the webhook associated functions tend to lag.
We have confirmed this with WebHook.GetPort".
When we first reboot the server, WebHook.GetPort will respond with the port number in <1 second.
However, after the server has been running a period of time, WebHook.GetPort responds after, say, 10 seconds... which is obviously a very long time.
Does anyone have any suggestions on how to approach trouble shooting?