Jonathan (JT) Cho
Results
2
comments of
Jonathan (JT) Cho
To add another data point, I ran into this while trying the simple example of broadcasting to multiple clients when a client has disconnected - it blocks entirely until the...
@rsyring Perhaps you've figured this out in the interim, but the workaround that I've come up for this is to mock out `click.testing.make_input_stream` and replace the [returned value](https://github.com/pallets/click/blob/467fb8dfa466b2bf7daa678f6829fb01ec8fe840/click/testing.py#L180) with the...