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
f39bb410
Unverified
Commit
f39bb410
authored
Sep 17, 2018
by
Salvatore Sanfilippo
Committed by
GitHub
Sep 17, 2018
Browse files
Merge pull request #5352 from gkorland/patch-3
typo fix
parents
394b9749
b2fc998a
Changes
1
Show whitespace changes
Inline
Side-by-side
src/modules/helloblock.c
View file @
f39bb410
...
...
@@ -77,7 +77,7 @@ void *HelloBlock_ThreadMain(void *arg) {
/* An example blocked client disconnection callback.
*
* 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
* 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
...
...
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