#8 Finalization RequestUpdate and RequestClose.

This commit is contained in:
Gorbunov Kirill Andreevich
2024-03-21 14:36:32 +03:00
parent 1680270c0a
commit 785e8e368e
10 changed files with 131 additions and 393 deletions

View File

@@ -201,7 +201,7 @@ func main() {
defer func() {
if err := cw.Stop(); err != nil {
logger.Error(ctx, err)
logger.Error(ctx, err.Error())
}
}()