mirror of
https://github.com/fatedier/frp.git
synced 2026-08-02 00:02:55 +08:00
feat: use binary codec for SUDP packets (#5461)
This commit is contained in:
@@ -35,7 +35,7 @@ func newGracefulCloseTestService() *Service {
|
||||
doneCh: make(chan struct{}),
|
||||
}
|
||||
ctl.pm = proxy.NewManager(ctx, common, nil, nil, nil, "")
|
||||
ctl.vm = visitor.NewManager(ctx, "graceful-close-race", common, nil, nil, nil)
|
||||
ctl.vm = visitor.NewManager(ctx, "graceful-close-race", common, nil, nil, nil, "")
|
||||
return &Service{ctl: ctl, cancel: context.CancelCauseFunc(func(error) {})}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user