Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
9.2.2023: Due to updates GitLab will be unavailable for some minutes between 9:00 and 11:00.
Open sidebar
dcdb
dcdb
Commits
8ab33c8d
Commit
8ab33c8d
authored
Oct 20, 2016
by
Michael Ott
Browse files
Break once an empty slot has been found in SimpleMQTTServerMessageThread::assignConnections()
parent
d9b1cb48
Changes
1
Hide whitespace changes
Inline
Side-by-side
CollectAgent/simplemqttserverthread.cpp
View file @
8ab33c8d
...
...
@@ -422,6 +422,7 @@ void SimpleMQTTServerMessageThread::assignConnections()
cout
<<
"Assigned connection ("
<<
this
<<
", "
<<
i
<<
", "
<<
fds
[
i
].
fd
<<
")...
\n
"
;
coutMtx
.
unlock
();
#endif
break
;
}
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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