Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 256 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 256 Bytes

Start Hypercorn Server

pip install -r requirements.txt
hypercorn app:app

Run aiohttp Websockt Client with Concurrent Recv and Close

python client.py

Results

Waiting for message
Closed code: None

The closed code is None.