server-sdk-dotnet
server-sdk-dotnet copied to clipboard
Message 里面的方法太乱了
每个 发送方法的 message类型都不统一,应该写个 IMesssage 接口 ,然后所有message都实现它
interface IMesssage { string getType(); string toString(); }
很多消息都发送不了
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
已更新,请关注,欢迎及时评论,反馈