aceld / zinx

A lightweight concurrent server framework based on Golang.
https://github.com/aceld/zinx/wiki
MIT License
7.05k stars 1.21k forks source link

fix(connection): move close msgBuffChan to write side to avoid send t… #321

Closed GStones closed 4 months ago

GStones commented 4 months ago

move close msgBuffChan to write side to avoid send to closed channel panic