v1.2.6
What's Changed
-
fix(connection): Move close
msgBuffChanto the write side to avoid sending to a closed channel.
修复(连接): 将关闭msgBuffChan的操作移动到写入端,以避免向已关闭的通道发送消息。
by @GStones in #321 -
增加kcp-go的 fec配置
Added FEC configuration for kcp-go
by @luodaoyi in #322 -
fix(decoder): Move decoder to interceptor head
修复(解码器): 将解码器移至拦截器头部
by @GStones in #325 -
Upgrade
golang.org/x/netto version 0.23.0
升级golang.org/x/net到版本 0.23.0
by @aceld in #328 -
Bump
google.golang.org/protobuffrom 1.26.0 to 1.33.0
将google.golang.org/protobuf从 1.26.0 升级到 1.33.0
by @dependabot in #329 -
connection
isClose方法判断,防止c.ctx不存在导致程序 panic
AddedisClosemethod check in connection to prevent program panic whenc.ctxis absent
by @yunxi177 in #330
New Contributors
-
@dependabot made their first contribution in #329
Full Changelog: v1.2.5...v1.2.6