Loading…
|
Translation changed |
|
|
String added in the repository |
|
Loading…
|
Translation changed |
|
|
String added in the repository |
|
Timeout notifications are delivered to the caller by invoking the completion handler for an outstanding asynchronous read operation with the error code [link beast.ref.boost__beast__error `error::timeout`]. The implementation will close the socket or stream before delivering this error. It is not necessary to manually shut down the connection, as it will already be shut down. A read operation must be outstanding for the error to be delivered.超时通知会通过调用未完成的异步读操作的完成处理器传达给调用方,同时附带错误码 [link beast.ref.boost__beast__error `error::timeout`]。在传递此错误之前,实现会关闭套接字或流,因此无需手动关闭连接。要收到该错误,必须存在一个未完成的读操作。