Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
dcdb
dcdb
Commits
797e1cbe
Commit
797e1cbe
authored
Oct 14, 2020
by
Alessio Netti
Browse files
Minor fix to "hosts" REST API query
parent
dec5bcc5
Changes
1
Hide whitespace changes
Inline
Side-by-side
collectagent/simplemqttserverthread.cpp
View file @
797e1cbe
...
...
@@ -378,9 +378,9 @@ void SimpleMQTTServerMessageThread::run()
*/
if
(
rbytes
==
0
)
{
releaseConnection
(
connectionId
);
}
else
{
lastSeen
[
connectionId
].
lastSeen
=
getTimestamp
();
}
lastSeen
[
connectionId
].
lastSeen
=
getTimestamp
();
while
(
lbytes
>
0
)
{
/*
...
...
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