medito-app icon indicating copy to clipboard operation
medito-app copied to clipboard

Events: The request connection took longer than 0:00:30.000000. It was aborted.

Open scouech opened this issue 6 months ago • 5 comments

Events endpoint

{error: DioException [connection timeout]: The request connection took longer than 0:00:30.000000. It was aborted., endpoint: events, response: null, serverMessage: The request connection took longer than 0:00:30.000000. It was aborted.}

However the events endpoint doesn't need to await for a response, as it's a simple POST with no response needed. Maybe let's do it so that we need to wait for a response and keep trying till we get 200? What would be the best approach?

scouech avatar Dec 11 '23 10:12 scouech