MCPcopy Create free account
hub / github.com/acl-dev/acl / on_ws_handshake

Function on_ws_handshake

lib_acl_cpp/include/acl_cpp.cn/http/http_aclient.hpp:245–249  ·  view source on GitHub ↗

* �� websocket ���ֳɹ���Ļص����� * @return {bool} ���� false ��ʾ��Ҫ�ر����ӣ�������� */

Source from the content-addressed store, hash-verified

243 * @return {bool} ���� false ��ʾ��Ҫ�ر����ӣ��������
244 */
245 virtual bool on_ws_handshake() {
246 // ��ʼ�첽�� websocket ����
247 this->ws_read_wait(0);
248 return true;
249 }
250
251 /**
252 * �� websocket ����ʧ�ܺ�Ļص�����

Callers

nothing calls this directly

Calls 1

ws_read_waitMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…