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

24 lines
399 B
JSON
Raw Normal View History

2023-12-27 14:06:33 +08:00
[
{
"function": "get_resource_type",
"params": [
"@mock-stream"
],
"return": "stream"
},
{
"function": "fclose",
"params": [
"@mock-stream"
],
"return": true
},
{
"function": "get_resource_type",
"params": [
"@mock-stream"
],
"return": ""
}
]