resp:
assert resp.status == 200
return await resp.text()
def on_message(ws, message):
start_time = time.time()
print("WSS: ",ws)
async def go_https():
async with aiohttp.ClientSession() as client:
html = await fetch(client)
print("HTTPS: ")
asyncio.run(go_https())
теперь смотрим сюда: https://websockets.readthedocs.io/en/stable/intro.html
Обсуждают сегодня