Closed sinnwise closed 1 year ago
Describe the bug
Currently when you run driftwood, it loops within the main client for loop and then doesn't ever exit.
driftwood
This is because driftwood doesn't throw a fatal exception during the loop and exit upon receiving a non HTTP-OK response.
To Reproduce Steps to reproduce the behaviour:
Expected behavior The program:
The API:
Screenshots
Desktop (please complete the following information):
Additional context Let me know if you want a PR for adding non-ok pattern matching
This is resolved.
Describe the bug
Currently when you run
driftwood
, it loops within the main client for loop and then doesn't ever exit.This is because
driftwood
doesn't throw a fatal exception during the loop and exit upon receiving a non HTTP-OK response.To Reproduce Steps to reproduce the behaviour:
Expected behavior The program:
The API:
Screenshots
Desktop (please complete the following information):
Additional context Let me know if you want a PR for adding non-ok pattern matching