WokerTask/vendor/textalk/websocket/tests/scripts/server.construct.json

11 lines
192 B
JSON
Raw Permalink Normal View History

2023-12-27 14:06:33 +08:00
[
{
"function": "stream_socket_server",
"params": [
"tcp://0.0.0.0:8000",
null,
null
],
"return": "@mock-socket"
}
]