Edd Sowden
Edd Sowden
**Describe the bug** I'm seeing the following error in my `tmp/new_relic.log` ``` [ERROR] - 2022-08-17 19:34:18 - preconnect: (failed_request) {:failed_connect, [{:to_address, {'collector.eu01.nr-data.net', 443}}, {:inet, [:inet], :timeout}]} ``` Changing the [http...
We're seeing http connection timeouts due to slow server responses. This allows users to define custom configuration for the httpc request options so they can pass in a timeout that...
We're seeing quite a few exceptions due to our Redis connection timing out when using this adaptor. Is there a way of having a configuration to send regular `PING` commands...
If an XML file contains a leading [BOM](https://en.wikipedia.org/wiki/Byte_order_mark) Saxy fails to parse the file. ```elixir iex(1)> xml = "\uFEFF" iex(2)> Saxy.parse_string(data, MyEventHandler, []) "Start parsing document" {:error, %Saxy.ParseError{ reason: {:token,...