socket: Remove datapath::error from on_close
This commit is contained in:
@@ -32,7 +32,7 @@ extern "C" {
|
||||
|
||||
namespace datapath {
|
||||
namespace windows {
|
||||
class socket : public isocket {
|
||||
class socket : public isocket, public std::enable_shared_from_this<datapath::windows::socket> {
|
||||
bool is_connected;
|
||||
HANDLE socket_handle;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user