File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -154,17 +154,17 @@ namespace SL {
154154 read_deadline.cancel ();
155155 write_deadline.cancel ();
156156 }
157- asio::basic_waitable_timer<std::chrono::steady_clock> read_deadline;
158- asio::basic_waitable_timer<std::chrono::steady_clock> write_deadline;
159157 unsigned char * ReceiveBuffer = nullptr ;
160158 size_t ReceiveBufferSize = 0 ;
161159 unsigned char ReceiveHeader[14 ];
162160 bool CompressionEnabled = false ;
163161
164162 OpCode LastOpCode = OpCode::INVALID;
165- SOCKETTYPE Socket;
166163 std::weak_ptr<PARENTTYPE> Parent;
164+ SOCKETTYPE Socket;
167165
166+ asio::basic_waitable_timer<std::chrono::steady_clock> read_deadline;
167+ asio::basic_waitable_timer<std::chrono::steady_clock> write_deadline;
168168 asio::strand strand;
169169 std::deque<SendQueueItem> SendMessageQueue;
170170 };
You can’t perform that action at this time.
0 commit comments