grid2: call Initialize in clean up

This commit is contained in:
c9s 2023-03-02 18:08:26 +08:00
parent 86584b01b9
commit c5e2acf0f5
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -1567,6 +1567,7 @@ func (s *Strategy) CleanUp(ctx context.Context) error {
s.session = s.ExchangeSession
}
_ = s.Initialize()
return s.cancelAll(ctx)
}