J. Nick Koston
J. Nick Koston
I gave up on the typing and closed https://github.com/aio-libs/aiohttp/pull/11764. It doesn't seem like we should add hundreds of lines of typing just to support this change
Another option would be to add the option to `receive` and a new api to `receive_text_bytes`
alternate approach which doesn't try to make it a Generic because that ballooned into something awful https://github.com/aio-libs/aiohttp/pull/11765
TBH, I'm not sure if we want to go with https://github.com/aio-libs/aiohttp/pull/11764 or https://github.com/aio-libs/aiohttp/pull/11765. 11764 got very large and is likely to be another 300 lines larger to fully finish it....
@projects2080 can you give https://github.com/aio-libs/aiohttp/pull/11764 a try?
Looks good. Let me put it on production and test as well
Core works as expected but the frontend doesn't handle this well once its reloaded the flow in the ui is still pointing to the old flow so when you click...
Please see the warning about the RTL based adapters here https://www.home-assistant.io/integrations/bluetooth/#realtek-rtl8761bu-adapters Short version is they sometimes lock up and you need to unplug and replug them or power down to...
This still needs tests
> This causes widespread localhost service access failures, aiohappyeyeballs defaults to IPv6-first resolution, but most localhost services only listen on IPv4. Are you saying it causes failures when happyeyeballs is...