evpp icon indicating copy to clipboard operation
evpp copied to clipboard

A modern C++ network library for developing high performance network services in TCP/UDP/HTTP protocols.

Results 119 evpp issues
Sort by recently updated
recently updated
newest added

Hi, I was wondering if evpp provides HTTPS or ssl socket support. It is a major requirement in the project i am working on using Evpp. I don't want to...

Now the **evpp** has **https** support but there is no example of use. Is there a plan to do that? Thanks from Brazil! Manoel Teixeira

xxxClass::Message(const evpp::TCPConnPtr &connection, evpp::Buffer *msg) { ...... const std::string reqstr = msg->ToString(); LOG_DEBUG

`FdChannel::FdChannel(EventLoop* l, evpp_socket_t f, bool r, bool w) : loop_(l), attached_(false), event_(nullptr), fd_(f) { DLOG_TRACE

Connector::~Connector() { DLOG_TRACE; assert(loop_->IsInLoopThread()); if (status_ == kDNSResolving) { assert(!chan_.get()); assert(!dns_resolver_.get()); assert(!timer_.get()); } else if (!IsConnected()) { // A connected tcp-connection's sockfd has been transfered to TCPConn. // But the...

I met this error when I run cmake -DCMAKE_BUILD_TYPE=Debug .. I install Boost by using yum install boost, but cmake cnnot find boost. Then I install boost by source code....

该库功能强大, 用起来很棒。只是我技术水平不高,目前还停留在使用层面上。 我想添加一些流媒体协议(RTSP\RTMP\HLS\SIP)应该如何开始呢?或者说应该怎样将这些协议与该库更好的融合在一起呢?希望可以给予指点。谢谢。 期待evpp更优秀。

help wanted

这是编译环境: ``` compiling evn: Apple clang version 11.0.0 (clang-1100.0.33.8) Target: x86_64-apple-darwin19.0.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin ``` 这是编译错误: ``` /Users/3rdParty/vcpkg/buildtrees/evpp/src/v0.7.0-3c45459401/evpp/server_status.h:28:9: error: multiple conversions from switch condition type 'const std::atomic' to...

I have an `evnsq` consumer application that connects to `nsqd`. When the consumer is stopped by attaching `gdb` it is expected that the TCP connection to `nsqd` will break. But...

help wanted

编译环境:Ubuntu18.04 cmake:3.10.2 make:4.1 Thrift v0.12.0 In file included from /work/evpp/labs/evthrift/thrift_conn.cc:1:0: /work/evpp/labs/evthrift/thrift_conn.h:45:39: error: field ‘nullTransport_’ has incomplete type ‘boost::shared_ptr’ boost::shared_ptr nullTransport_; ^~~~~~~~~~~~~~ In file included from /usr/local/include/boost/throw_exception.hpp:36:0, from /usr/local/include/boost/numeric/conversion/converter_policies.hpp:16, from /usr/local/include/boost/numeric/conversion/converter.hpp:14,...

help wanted