Arryboom

Results 6 comments of Arryboom

try to modify the code in site-packages\uvicorn\protocols\utils.py ``` def get_remote_addr(transport: asyncio.Transport) -> Optional[Tuple[str, int]]: socket_info = transport.get_extra_info("socket") if socket_info is not None: try: info = socket_info.getpeername() print("info:") print(info) return (str(info[0]),...

> wont have a windows machine at hand to reproduce that, would you throw up a PR that would make our CI fail ? my way to make it back...

it's quite weired problem,when I first use the 0.14 and code I provide above it was normal,but another day rerun its broken.it's totally the same code.and I can only fix...

confirmed again 20/12/2021. 1. ``` docker network create sqlnet docker network create nginxnet docker run --name web --network sqlnet webimage docker run --name sql --network sqlnet sqlimage docker network connect...

and further,if we use stristr_local,no matter how it will consistently return 1 >at this time addr 0x00007FF70C97EB30 still was "PAUSE_MENU_HEADERNTAL_BUTTONS",and this addr never use "test" string in it. ![image](https://user-images.githubusercontent.com/28295452/127237365-39bc3c1d-8039-4cfc-9b1a-2b2e3aaee08e.png) the...