mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-10 01:36:17 +00:00
SocketIO authentication
This commit is contained in:
committed by
Anonymous275
parent
266303b09d
commit
ab44ac8c15
@@ -41,7 +41,7 @@ public:
|
||||
// Singleton pattern
|
||||
static SocketIO& Get();
|
||||
|
||||
void Emit(SocketIORoom Room, SocketIOEvent Event, const std::string& Data);
|
||||
void Emit(SocketIOEvent Event, const std::string& Data);
|
||||
|
||||
~SocketIO();
|
||||
|
||||
@@ -53,7 +53,6 @@ private:
|
||||
void ThreadMain();
|
||||
|
||||
struct Event {
|
||||
std::string Room;
|
||||
std::string Name;
|
||||
std::string Data;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user