Simon Whitty
Simon Whitty
Updates Headers to only expose publicly; - Bagel.h - BagelCarrierDelegate.h - BagelConfiguration.h - BagelDeviceModel.h - BagelProjectModel.h All other headers are project headers with forward declarations are added where required. Adds...
The unstructured child task used to track iterators is not cancelled when the parent task is cancelled. An explicit cancellation handler is required.
Cobertura files include overall coverage statistics on the root `` element of the file. When packages or targets are excluded via `--exclude-packages`, `--exclude-targets` these overall statistics are no longer valid....
**Describe the bug** `LDStreamingMode.streaming` can cause `start()` / `setOnline(true)` to timeout behind some proxy servers. We observe that 2% of our customers appear to be behind proxy servers that cause...
**Is your feature request related to a problem? Please describe.** The current Swift API is lacking support for async / await. While developers can naively wrap the existing methods with...