mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Threading: Fixed possible data races after making auth queries async by moving their processing to boost::asio::io_service::run threads
This commit is contained in:
@@ -169,6 +169,8 @@ protected:
|
||||
MessageBuffer _writeBuffer;
|
||||
#endif
|
||||
|
||||
boost::asio::io_service& io_service() { return _socket.get_io_service(); }
|
||||
|
||||
private:
|
||||
void ReadHandlerInternal(boost::system::error_code error, size_t transferredBytes)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user