aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorFrancis Giraldeau <francis.giraldeau@gmail.com>2018-07-26 19:10:14 -0400
committerItay Grudev <itay-grudev@users.noreply.github.com>2018-07-27 02:10:14 +0300
commitf975da90ccbb70b4dda4142be629e0b54841a71f (patch)
tree66d9f225b7aad8a6dad460286e10e8ae39ea19d3 /CHANGELOG.md
parentreplace -lAdvapi32 with -ladvapi32 which broke the build on mxe (#43) (diff)
downloadsingleapplication-f975da90ccbb70b4dda4142be629e0b54841a71f.tar.xz
Fix sendmessage (#46)
* Fix send message example If a secondary instance sends a message immediately after connecting, the message follows the init message. This causes the slotConnectionEstablished to read and consume the tail of the message and interpret it as the checksum. The checksum fails and the connection becomes invalid. To avoid this race, we prefix the init message with its length. This way, we consume only the data relevant to the init message. This patch fixes the sending_arguments example. Signed-off-by: Francis Giraldeau <francis.giraldeau@gmail.com> * Fix include file case Signed-off-by: Francis Giraldeau <francis.giraldeau@nrc-cnrc.gc.ca>
Diffstat (limited to 'CHANGELOG.md')
0 files changed, 0 insertions, 0 deletions