Hassan H. Monfared

Results 5 comments of Hassan H. Monfared

## with this modification, error disappears : ``` if(socket_) { // TODO: maybe close() does not affect socket_ pointer itself. So, delete socket_ does not have to be inside the...

Hi, Thanks, It worked fine, except that the performance was dropped about 1000 transactions per second comparing with my modified version. I got following result with same benchmarking options: Total...

Hi @sebjameswml , thanks for the reply. of course shared_ptr is faile-safe, but can't you call 'delete' operator explicitly as I did ? : if(socket_) { socket_->close([=](){}); delete socket_; }

any update on this?

actually. it's. python package. pip3 install utils