mirror of
https://github.com/edubart/otclient.git
synced 2025-12-29 02:47:12 +01:00
fix critial network delay issue
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
|
||||
class Connection : public std::enable_shared_from_this<Connection>, boost::noncopyable
|
||||
{
|
||||
typedef std::function<void(boost::system::error_code&)> ErrorCallback;
|
||||
typedef std::function<void(const boost::system::error_code&)> ErrorCallback;
|
||||
typedef std::function<void(uint8*, uint16)> RecvCallback;
|
||||
|
||||
enum {
|
||||
|
||||
Reference in New Issue
Block a user