Good Day,
Should we get request_timeout on completed requests?
For example, a fetch is issued to an endpoint, and it returns successfully with a [200, data]
We still receive a request_timeout after a while.
Is this expected behavior, and if so why?
Also, request_timeout comes without any info, adding [self()] might give some context to this event.
Cheers.