xtaci / smux

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

Which version is the last? #63

Closed Green7 closed 4 years ago

Green7 commented 4 years ago

I ask because:

I'm using modules I realized that I am still using version 2.0.1. So I want to update the version. Which one should I use? (1.5.10 or 2.1.0?)

xtaci commented 4 years ago

1.5.10 , all features in 2.x.x branch have been merged into 1.x.x

Green7 commented 4 years ago

Thank you for the information. It is safe to change version from 2.0.1 to 1.5.10 or should I expect problems and major changes in the code?

xtaci commented 4 years ago

it's safe!

Green7 commented 4 years ago

Great :)

xtaci commented 4 years ago

just remember to set the Version in smux.Config,if you are using version:2