Skip to content
This repository has been archived by the owner on Mar 22, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1 from benvan/master
Browse files Browse the repository at this point in the history
[FIXED] 'next' action triggered too soon, causing DataWriters to uninitialise prematurely
  • Loading branch information
mnogu committed May 23, 2015
2 parents 8d31725 + 9ba3e78 commit 04967cd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -240,11 +240,12 @@ class MqttRequestAction(
if (isSuccess) OK else KO,
message)

next ! session

connection.disconnect(null)
}
})

next ! session
}
}
}

0 comments on commit 04967cd

Please sign in to comment.