You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add several configuration options for setting up KCP connections. (新增若干配置项用于设置KCP Connection) #299
In an independent coroutine, addclosecallback() can add any number of callback methods to conn, and execute them in the order they were added when conn.stop() is called.(独立协程中,addclosecallback()可为conn添加任意个回调方法,并在conn.stop时按添加顺序执行) #301
Update the way of cyclically registering HeartBeat routes. (更新循环注册HeartBeat路由的方式) #304
The management of Request objects is changed to be handled by a sync pool object pool, and the usage of Request context is enhanced. (Request 对象改由sync pool 对象池管理,并且增强 Request 上下文使用) #305
When WebSocket starts, console prompts.(websocket 启动时,控制台提示) #311