# 连接部分失败

> Handle partial connection failures.

在某些情况下，例如当应用程序在后台暂停时，与 Vivox 服务的连接可能会中断，因此语音通信会终止但不会将用户注销。

我们建议在用户注销（无论是自愿还是非自愿）后将用户与所有频道断开连接，然后在重新运行 [`VivoxService.Instance.LoginAsync`](https://docs.unity3d.com/Packages/com.unity.services.vivox@latest/index.html?subfolder=/api/Unity.Services.Vivox.IVivoxService.html#Unity_Services_Vivox_IVivoxService_LoginAsync_Unity_Services_Vivox_LoginOptions_) 时再重新加入频道。
