Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ on_ws_frame_binary
Method
on_ws_frame_binary
lib_acl_cpp/samples/aio/websocket/main.cpp:198–203 ·
view source on GitHub ↗
@override
Source
from the content-addressed store, hash-verified
196
197
// @override
198
bool on_ws_frame_binary(void)
199
{
200
printf(
">>> got frame binaray type\r\n"
);
201
fflush(stdout);
202
return true;
203
}
204
205
// @override
206
void on_ws_frame_closed(void)
Callers
1
handle_websocket
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected