mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 10:31:29 +00:00
Update console_server_connection.cpp
This commit is contained in:
parent
aa8b0570d6
commit
6b65dd3a00
@ -24,9 +24,7 @@ EQ::Net::ConsoleServerConnection::ConsoleServerConnection(ConsoleServer *parent,
|
||||
ClearBuffer();
|
||||
|
||||
m_keepalive = std::make_unique<EQ::Timer>(1000, true, [this](EQ::Timer *t) {
|
||||
EQ::Net::DynamicPacket clear;
|
||||
clear.PutUInt8(0, 0);
|
||||
m_connection->Write((const char*)clear.Data(), clear.Length());
|
||||
m_connection->Write("", 0);
|
||||
});
|
||||
|
||||
auto addr = m_connection->RemoteIP();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user