* �� websocket ���ֳɹ���Ļص����� * @return {bool} ���� false ��ʾ��Ҫ�ر����ӣ�������� */
| 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 ����ʧ�ܺ�Ļص����� |
nothing calls this directly
no test coverage detected
searching dependent graphs…