Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
b2fc998a
Unverified
Commit
b2fc998a
authored
Sep 16, 2018
by
Guy Korland
Committed by
GitHub
Sep 16, 2018
Browse files
typo fix
parent
c560ade8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/modules/helloblock.c
View file @
b2fc998a
...
@@ -77,7 +77,7 @@ void *HelloBlock_ThreadMain(void *arg) {
...
@@ -77,7 +77,7 @@ void *HelloBlock_ThreadMain(void *arg) {
/* An example blocked client disconnection callback.
/* An example blocked client disconnection callback.
*
*
* Note that in the case of the HELLO.BLOCK command, the blocked client is now
* Note that in the case of the HELLO.BLOCK command, the blocked client is now
* owned by the thread calling sleep(). In this speci
i
fc case, there is not
* owned by the thread calling sleep(). In this specif
i
c case, there is not
* much we can do, however normally we could instead implement a way to
* much we can do, however normally we could instead implement a way to
* signal the thread that the client disconnected, and sleep the specified
* signal the thread that the client disconnected, and sleep the specified
* amount of seconds with a while loop calling sleep(1), so that once we
* amount of seconds with a while loop calling sleep(1), so that once we
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment