-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sample: fix issue with sending malformed payload on autoconnect
KRKNWK-18805 The issue has been investigated, and it was caused by the `sid_put_msg` performing shallow copy of the data to send. This was not intended, and will be fixed in next release. Temporary fix for this issue, is to track the payload passed to `sid_put_msg` and free it when message has been send, or when there will be no further attempts with sending. So this commit is temporary and should be reverted for the next release. Signed-off-by: Robert Gałat <[email protected]>
- Loading branch information
1 parent
c89cbf9
commit c08bec3
Showing
5 changed files
with
80 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters