You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library is currently coupled to reqwest, which is convenient, but it also means it can't be used in environments where reqwest is not available or async is hard to use (i.e. game engines). It should be possible to refactor the code to be sans-IO, and then offer a reqwest API over it that works the same as the current API.
The text was updated successfully, but these errors were encountered:
https://www.firezone.dev/blog/sans-io
This library is currently coupled to
reqwest
, which is convenient, but it also means it can't be used in environments wherereqwest
is not available orasync
is hard to use (i.e. game engines). It should be possible to refactor the code to be sans-IO, and then offer areqwest
API over it that works the same as the current API.The text was updated successfully, but these errors were encountered: