projects2080
projects2080
@twopirllc any idea when this will be in main release? i cannot use dev branches and this is blocking pandas upgrade
FWIW I think plain text match across files is by far the more useful feature. I use it in vim for complex refactors where naming conventions change (looking for pattern...
My workaround was to assume that anytime the await connect() call ends unless specifically closed by me, it's an exception. I do still recommend re-raising the ConnectionClosedError if reconnects >...
All they need to do is make `_run_forever()` public and stop swallowing the general Exception type there
To be clear, this request REALLY should be implemented. It is a basic async app requirement that the task should be manageable externally, because real-world async apps will usually already...
@bdraco sorry I can't trace through that library at the moment to understand the approach. I was thinking in `session.ws_connect` have a flag (not sure what to call it, maybe...
@bdraco you are awesome for looking at this does that #11765 seem like it will make it in eventually?
hi @bdraco on holiday atm, will try it soon, thank you