mirror of
https://github.com/xaionaro-go/streamctl.git
synced 2025-10-10 09:50:15 +08:00
Upgrade some dependencies
This commit is contained in:
@@ -37,7 +37,7 @@ func (wmh *XWindowManagerHandler) WindowFocusChangeChan(ctx context.Context) <-c
|
||||
logger.Debugf(ctx, "WindowFocusChangeChan")
|
||||
ch := make(chan WindowFocusChange)
|
||||
|
||||
observability.Go(ctx, func() {
|
||||
observability.Go(ctx, func(ctx context.Context) {
|
||||
defer logger.Debugf(ctx, "/WindowFocusChangeChan")
|
||||
defer func() {
|
||||
close(ch)
|
||||
|
Reference in New Issue
Block a user