cancel 方法

void cancel()

取消连接尝试。

这也会导致 socket FutureSocketException 错误完成。

实现

void cancel() {
  _onCancel();
}