Why does Javascript WebSockets fail where Python's works?

前端 未结 0 1688

I\'m trying the following:

import asyncio, websockets
async def hello():
    uri = "ws://relay.magic-wormhole.io:4000/v1"
    async with websockets.         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题