...
This commit is contained in:
@@ -267,6 +267,7 @@ public:
|
||||
std::function<void(SocketT*)> onOpen;
|
||||
std::function<void(SocketT*, std::error_code)> onClose;
|
||||
std::function<void(SocketT*, std::span<const char>)> onData;
|
||||
std::function<void(SocketT*, std::error_code)> onError;
|
||||
};
|
||||
|
||||
|
||||
@@ -277,6 +278,8 @@ public:
|
||||
{
|
||||
}
|
||||
|
||||
void stop() {}
|
||||
|
||||
protected:
|
||||
ServerControls _serverControls;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user