Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the dev script to use the proper token endpoint and log settings | Vika | 2022-02-21 | 1 | -2/+2 |
| | |||||
* | WIP: convert to Tokio and Warp | Vika | 2022-02-15 | 1 | -1/+1 |
| | | | | | | | | | | | Warp allows requests to be applied as "filters", allowing to flexibly split up logic and have it work in a functional style, similar to pipes. Tokio is just an alternative runtime. I thought that maybe switching runtimes and refactoring the code might allow me to fish out that pesky bug with the whole application hanging after a certain amount of requests... | ||||
* | Added a dev env script | Vika | 2022-02-14 | 1 | -0/+9 |