lailongwei / llbc

一个简洁、高效、跨平台、多语言支持的服务端开发框架,面向Service及Component,底层c++实现。
MIT License
103 stars 33 forks source link

【llbc】LLBC_Service::Send支持非Coder类型对象 #220

Open lailongwei opened 10 months ago

lailongwei commented 10 months ago

当前LLBC_ServiceSendMulticastBroadcast均只支持:BytesLLBC_Coder类型数据,在实际使用时并不太能满足要求,需要支持非Coder的收发,如protobuf message