SuperSocket icon indicating copy to clipboard operation
SuperSocket copied to clipboard

Breaking changes were introduced in 2.0 beta.19.429

Open kerryjiang opened this issue 1 year ago • 1 comments

SuperSocket.Channel => SuperSocket.Connection ***Channel => ***Connection PipeChannel => PipeConnection

SuperSocket.Server.Abstractions => new project SuperSocket.SessionContainer => Removed SuperSocket.GZip => Removed

kerryjiang avatar Mar 20 '24 23:03 kerryjiang

@kerryjiang , I don't have much knowledge of protocols and communication channels, could you recommend some web content or a book to better understand these issues?

I'm starting out in the socket area in a company and I follow your work with this lib a lot.

Helder-Henderson avatar Mar 22 '24 02:03 Helder-Henderson

No, just some naming changes for user.

I would suggest you follow the samples in source code.

Paste the errors you got to here if you want.

kerryjiang avatar Apr 09 '24 04:04 kerryjiang