no compile errors, fully functional workspace indicators
This commit is contained in:
@@ -9,12 +9,13 @@
|
||||
#include "helpers/string.hpp"
|
||||
|
||||
class SocketHelper {
|
||||
|
||||
public:
|
||||
typedef struct SocketMessage {
|
||||
std::string eventType;
|
||||
std::string eventData;
|
||||
} SocketMessage;
|
||||
|
||||
public:
|
||||
static std::vector<SocketMessage> parseSocketMessage(int socketFd, const std::string &delimiter) {
|
||||
char buffer[4096];
|
||||
std::string data;
|
||||
|
||||
Reference in New Issue
Block a user