Roc
Roc
嗯,我的意思是,你这样写暴露给别人用的话,已经把libuv原有的接口全部隐藏了 真正别人想用到libuv其他的接口反而拿不到了 比如说 loop是由你自己的模块生成的,而不是外部提供的 uv_run这个已经被你的kcpuv_run给封装掉了,使用者不能自己直接调用uv_run 这样代码改动太大 如果别人要用你的库,就得替换掉原有项目的uv_run 个人觉得不应该入侵别人的代码去做封装 不知道我有没有没说清楚 我先读一下connection管理那块的代码 改天有空了实现一版我说的方式
How can you say it is a orderedmap? with O(1) ?
I got the same trouble. There's one string (base64 encoded) as value which's very large in a dict , and I need to write this streaming string into socket peer...
That's not my point. How about making the first parameter `data []byte` for each function as an `io.Reader`, and the value we get as an `io.Writer` if it is a...
@Sempran Have you got any good idea? I got the same issue.
@pisto you're right,thanks.
@Sempran So you succeed to change outgoingPeerID from enet_uint16 to enet_uint32 ? Could you share the code? Thank you ~
> for most Chinese users, run `python3 -m pip install git+https://ghproxy.com/https://github.com/TencentARC/GFPGAN.git@8d2447a2d918f8eba5a4a01463fd48e45126a379 --prefer-binary` very helpful !!!
use client:settimeout(0) and receive without 'pattern' http://www.lua.org/pil/9.4.html
Much sorry for late reply, I appreciate your commit.