Louis F

Results 1 comments of Louis F

Oh okay thanks but maybe it might be a good idea to force the good habits like : ```c++ void connect(std::string_view addr) { connect(std::string(addr)); } ``` Same for `bind`, `disconnect`,...