vnavascues
vnavascues
> @vnavascues It looks like #1579 may resolve issue 3 from the list. Hope you didn't sink too much time into that one. Thank you for this quick fix, works...
> > The only thing I'm not sure is the new case-insensitive `options`. Query parameters are case sensitive and with this change consumers don't have to be 100% accurate (as...
Interesting cause as I said above, triggering the `shouldNotServeInputUsingWS()` did not work. This is the method that returns `true` for non-ws coinmetrics endpoints and calls the expected [execute()](https://github.com/smartcontractkit/external-adapters-js/blob/develop/packages/core/bootstrap/src/lib/middleware/ws/index.ts#L35): ```typescript shouldNotServeInputUsingWS:...
Here another kind of log: ``` ObjectDisposedException: The object was used after being disposed. System.Net.WebConnection.BeginWrite (System.Net.HttpWebRequest request, System.Byte[] buffer, Int32 offset, Int32 size, System.AsyncCallback cb, System.Object state) System.Net.WebConnectionStream.BeginWrite (System.Byte[] buffer,...