Overview

Request 944476 superseded

- Update to version 0.7.10
+ Remove using of try_lock Pre-release
* Try lock is not available in Windows Server 2008. Remove it from our debug build
- from version 0.7.9
+ Empty payload fixes Pre-release
* Fix a crash on Windows when the will payload was empty (precondition
is turned into a fatal assert on Windows CD builds still)
* Fix a decode error when receiving a message with an empty payload
- from version 0.7.8
+ Stability fix Pre-release
* Fixes a crash due to a race condition in the mqtt connection logic
- from version 0.7.7
+ Allow for null on-message callbacks in subscribe Pre-release
* Fixes a crash when the on-message callback is null for a subscription
* Updates the public API documentation with some missing parameters and
annotations as to what parameters can be null
- from version 0.7.6
+ Data race fixes Pre-release
* Fixes several data races related to the outstanding requests table
and a request's timeout task.
- from version 0.7.5
+ Fix non-threadsafe hash-table accesses (take 2) Pre-release
* fix test function (#190)
- from version 0.7.4
+ Fix non-threadsafe hash-table accesses Pre-release
* Fix unsafe hash-table accesses (#189)
* Fact: It's not safe to mutate aws_hash_table while holding an aws_hash_element.
* Fact: `outstanding_requests_table` is accessed by multiple threads.
We always hold a lock while accessing it.
* Bug: There were several places where we release the lock, but continue to hold an

Loading...
Request History
John Paul Adrian Glaubitz's avatar

glaubitz created request

- Update to version 0.7.10
+ Remove using of try_lock Pre-release
* Try lock is not available in Windows Server 2008. Remove it from our debug build
- from version 0.7.9
+ Empty payload fixes Pre-release
* Fix a crash on Windows when the will payload was empty (precondition
is turned into a fatal assert on Windows CD builds still)
* Fix a decode error when receiving a message with an empty payload
- from version 0.7.8
+ Stability fix Pre-release
* Fixes a crash due to a race condition in the mqtt connection logic
- from version 0.7.7
+ Allow for null on-message callbacks in subscribe Pre-release
* Fixes a crash when the on-message callback is null for a subscription
* Updates the public API documentation with some missing parameters and
annotations as to what parameters can be null
- from version 0.7.6
+ Data race fixes Pre-release
* Fixes several data races related to the outstanding requests table
and a request's timeout task.
- from version 0.7.5
+ Fix non-threadsafe hash-table accesses (take 2) Pre-release
* fix test function (#190)
- from version 0.7.4
+ Fix non-threadsafe hash-table accesses Pre-release
* Fix unsafe hash-table accesses (#189)
* Fact: It's not safe to mutate aws_hash_table while holding an aws_hash_element.
* Fact: `outstanding_requests_table` is accessed by multiple threads.
We always hold a lock while accessing it.
* Bug: There were several places where we release the lock, but continue to hold an


John Paul Adrian Glaubitz's avatar

glaubitz superseded request

superseded by 944713

openSUSE Build Service is sponsored by