Stop stops the connection and ends its current state. (停止连接,结束当前连接状态)
()
| 310 | // Stop stops the connection and ends its current state. |
| 311 | // (停止连接,结束当前连接状态) |
| 312 | func (c *WsConnection) Stop() { |
| 313 | c.cancel() |
| 314 | } |
| 315 | |
| 316 | func (c *WsConnection) GetConnection() net.Conn { |
| 317 | return nil |