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
Nodemcu Firmware
Commits
3118fa57
Commit
3118fa57
authored
Jun 05, 2015
by
Vowstar
Browse files
Merge pull request #465 from cal101/dev096
Fix Problem with multiple MQTT subscriptions #459
parents
1eea5ab1
fdcb9823
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/modules/mqtt.c
View file @
3118fa57
...
...
@@ -374,7 +374,7 @@ READPACKET:
if
(
mud
->
mqtt_state
.
message_length
<
mud
->
mqtt_state
.
message_length_read
)
{
length
-=
mud
->
mqtt_state
.
message_length
;
pdata
+=
mud
->
mqtt_state
.
message_length
;
in_buffer
+=
mud
->
mqtt_state
.
message_length
;
NODE_DBG
(
"Get another published message
\r\n
"
);
goto
READPACKET
;
...
...
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