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

24 lines
399 B
JSON
Raw Normal View History

2023-09-12 15:20:31 +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": ""
}
]