What's Changed
-
fix(connection): Move close
msgBuffChan
to 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/net
to version 0.23.0
升级golang.org/x/net
到版本 0.23.0
by @aceld in #328 -
Bump
google.golang.org/protobuf
from 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
AddedisClose
method check in connection to prevent program panic whenc.ctx
is absent
by @yunxi177 in #330
New Contributors
-
@dependabot made their first contribution in #329
Full Changelog: v1.2.5...v1.2.6