fauna / fauna-dotnet

Fauna FQL v10 driver for C#
Mozilla Public License 2.0
1 stars 1 forks source link

feat(streaming): Handle failed requests #164

Closed cynicaljoy closed 2 months ago

cynicaljoy commented 2 months ago

Stacked PR:

Description

Handle HTTP failure responses from Fauna

Motivation and context

We're not currently handling non-200 responses from Fauna, consumers end up in an infinite loop.

How was the change tested?

Integration test included

Screenshots (if appropriate):

Change types

Checklist:


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.