package
1.0.0
Repository: https://github.com/ouqiang/mars.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# Functions

NewHub 创建session集合实例.
NewRouter 创建实例.
NewSession 创建session实例.
WithSessionHeartBeatTimeout 心跳超时.
WithSessionHeartBeatTimeoutTimes 心跳超时次数.
WithSessionReadLimit 读取最大字节数.
WithSessionReadTimeout 读取超时.
WithSessionReceiveQueueSize 接收队列大小.
WithSessionSendQueueSize 发送队列大小.
WithSessionWriteTimeout 写入超时.

# Structs

Context 上下文信息.
Hub session管理.
router 路由.
Session 对应一个客户端连接.

# Interfaces

SessionHandler 事件处理.

# Type aliases

Handler 路由处理器.
HandlersChain 路由处理器链.
SessionOption 可选项.