WokerTask/vendor/textalk/websocket/tests/scripts/client.connect-failed.json

19 lines
374 B
JSON
Raw Normal View History

2023-12-27 14:06:33 +08:00
[
{
"function": "stream_context_create",
"params": [],
"return": "@mock-stream-context"
},
{
"function": "stream_socket_client",
"params": [
"tcp:\/\/localhost:8000",
null,
null,
5,
4,
"@mock-stream-context"
],
"return": false
}
]