singlebear

Results 2 issues of singlebear

evpp::TCPServer server(&loop, addr, "L", 1); server.SetMessageCallback(&Message); server.SetConnectionCallback(&Connection); server.Init(); server.Start(); loop.Run(); std::cout Stop(); conn->Close(); 请问要如何实现继续运行loop.Run();后续语句?谢谢

### Feature description ![image](https://github.com/rikyoz/bit7z/assets/48552037/79a513a3-a4d2-4763-8972-b5728440d64b) I need to convert character encoding from native to UTF8. But I found that the input parameters std::map and std::vector behave differently. When examining the source...