Begin path recording trials
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
#include <string>
|
||||
#include <utility>
|
||||
|
||||
class websocket
|
||||
class Websocket
|
||||
{
|
||||
private:
|
||||
char lastPath[513] = "";
|
||||
@@ -30,8 +30,8 @@ private:
|
||||
std::function<void(std::string)> toLog;
|
||||
|
||||
public:
|
||||
explicit websocket(std::function<void(const std::string)> toLog);
|
||||
~websocket();
|
||||
explicit Websocket(std::function<void(const std::string)> toLog);
|
||||
~Websocket();
|
||||
void onClientMessageCallback(
|
||||
std::shared_ptr<ix::ConnectionState> &connectionState,
|
||||
ix::WebSocket &ws,
|
||||
|
||||
Reference in New Issue
Block a user