0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-06-13 20:09:36 +03:00

Update dependencies

This commit is contained in:
世界
2022-07-16 09:32:54 +08:00
parent e459daaaf6
commit 7d52ded2a3
5 changed files with 16 additions and 15 deletions

View File

@ -176,7 +176,7 @@ func (i *MultiUserInbound) NewPacketConnection(ctx context.Context, conn N.Packe
return bufio.CopyPacketConn(ctx, conn, outConn)
}
func (i *MultiUserInbound) HandleError(err error) {
func (i *MultiUserInbound) NewError(ctx context.Context, err error) {
if E.IsClosed(err) {
return
}