server-sdk-dotnet icon indicating copy to clipboard operation
server-sdk-dotnet copied to clipboard

Message 里面的方法太乱了

Open ichynul opened this issue 9 years ago • 3 comments

每个 发送方法的 message类型都不统一,应该写个 IMesssage 接口 ,然后所有message都实现它 interface IMesssage { string getType(); string toString(); }

ichynul avatar Dec 07 '16 03:12 ichynul

很多消息都发送不了

bangq avatar Aug 31 '17 12:08 bangq

I have done a .NET Core 1.0 branch with some fixes and enhancements. Some naming problems are kept as they are for compabilities to follow their code base. Welcome to join me with this branch. https://github.com/LonghronShen/server-sdk-dotnet/tree/v4-netcore

LonghronShen avatar Jan 17 '18 12:01 LonghronShen

已更新,请关注,欢迎及时评论,反馈

changxiaoqiang avatar Aug 29 '19 08:08 changxiaoqiang