ZLMediaKit / ZLToolKit

一个基于C++11的轻量级网络框架,基于线程池技术可以实现大并发网络IO
MIT License
1.94k stars 581 forks source link

修复派生socket类不能使用SockSender中其他版本的send函数的bug #194

Closed dongdan002 closed 9 months ago

dongdan002 commented 10 months ago

SockSender有多个版本的send重载函数,派生类SocketHelper只重写了其中一个,导致未被重写的send不可访问。 使用using SockSender::send; 来使能其他未被重写的send函数

CLAassistant commented 10 months ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


malei seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

xia-chu commented 10 months ago

@dongdan002 感谢pr !麻烦签署下cla协议