mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-25 15:54:31 +01:00
* Fix #14587: Send queued packets before disconnecting the client * Log better information during network authentication
This commit is contained in:
@@ -541,6 +541,7 @@ public:
|
||||
{
|
||||
shutdown(_socket, SHUT_RDWR);
|
||||
}
|
||||
_status = SocketStatus::Closed;
|
||||
}
|
||||
|
||||
size_t SendData(const void* buffer, size_t size) override
|
||||
|
||||
Reference in New Issue
Block a user