Skip to content

Commit 69daa8a

Browse files
committed
docs: improve performance and reliability of core functionalities
- Add a comment questioning how to fix the timeout issue in the main function Signed-off-by: appleboy <[email protected]>
1 parent 6ed9d84 commit 69daa8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

example56-context-timeout/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ func main() {
1414
}
1515
}()
1616

17+
// how to fix the timeout issue?
1718
for {
1819
select {
1920
case val := <-output:

0 commit comments

Comments
 (0)