Skip to content

Commit

Permalink
docs: improve performance and reliability of core functionalities
Browse files Browse the repository at this point in the history
- Add a comment questioning how to fix the timeout issue in the main function

Signed-off-by: appleboy <[email protected]>
  • Loading branch information
appleboy committed Dec 21, 2024
1 parent 6ed9d84 commit 69daa8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example56-context-timeout/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ func main() {
}
}()

// how to fix the timeout issue?
for {
select {
case val := <-output:
Expand Down

0 comments on commit 69daa8a

Please sign in to comment.