It was quite a fun one to track down. It turns out async runtimes mixing sometimes don't behave well.
Here we're trying to make sure async_std is going to drive the mock server listener.
Let's have a look at the original test case and see if this one fixes it (it works on my machine).
this one will hopefully fix #7
It was quite a fun one to track down. It turns out async runtimes mixing sometimes don't behave well. Here we're trying to make sure async_std is going to drive the mock server listener.
Let's have a look at the original test case and see if this one fixes it (it works on my machine).