Async is slower than Sync, which means I did not properly implement async/await functions in my http loop. On top of this, my async code is a straight copy of sync code with .await on some function calls. Every time I make a change to my sync code, I also got to do the same to my async code and vice versa.
Async is slower than Sync, which means I did not properly implement async/await functions in my http loop. On top of this, my async code is a straight copy of sync code with .await on some function calls. Every time I make a change to my sync code, I also got to do the same to my async code and vice versa.