xtaci / smux

A Stream Multiplexing Library for golang with least memory usage(TDMA)
MIT License
1.27k stars 189 forks source link

Add CloseChan function to session module #92

Closed zachzhaozy closed 1 year ago

zachzhaozy commented 1 year ago

In this commit a CloseChan function is added to session module.

By using this function, one can be notified immediately when a session is closed.