libhv icon indicating copy to clipboard operation
libhv copied to clipboard

🔥 比libevent/libuv/asio更易用的网络库。A c/c++ network library for developing TCP/UDP/SSL/HTTP/WebSocket/MQTT client/server.

Results 112 libhv issues
Sort by recently updated
recently updated
newest added

Not a problem, but may be better change `unsigned char block[64]` to `unsigned char *block` ``` In function 'HV_MD5Update', inlined from 'HV_MD5Final' at libhv/util/md5.c:86:5: libhv/util/md5.c:69:13: warning: 'HV_MD5Transform' accessing 64 bytes...

libuv通过命名管道、unix套接字实现了跨平台的进程间通信机制,如果libhv也能支持就好了 https://docs.libuv.org/en/v1.x/pipe.html