我试图在简单Java (使用java.net.http.WebSocket类)和使用google-chrome --remote-debugging-port=9222 --user-data-dir=.运行的远程google-chrome之间创建通信
发送和接收小消息就像预期的那样工作,但是如果消息更大,则有一个问题,即16 in。var uri = new URI("ws://127.0.0.1:9222/devtools/page/C0D7
在Python语言中,我对websocket客户端使用了"websockets“库。import asyncio uri = "wss://echo.websocket.org/"async with websockets.connect(uri) as websocket:
name = input("What's your nam