/async_request_exp

Experiments for simple http requests for sync, async and with gather.

Primary LanguagePython

Testing async requests

This is a test of the guide here

Setup env

With git bash or bash or another shell emulation run install_reqs.sh (requires conda).

Run Test script

run script run_experiments.sh (assumes conda env regExp active)

Event loop close bug

Initially there was a bug on windows, fix added referencing: this