justeat / JustLog

JustLog brings logging on iOS to the next level. It supports console, file and remote Logstash logging via TCP socket with no effort. Support for logz.io available.
https://tech.justeattakeaway.com/
Apache License 2.0
519 stars 90 forks source link

Fix completion handler callback on force send and tentative crash fix #106

Closed gigisommo closed 3 years ago

gigisommo commented 3 years ago

This PR fixes an issue that was preventing the completion handler to be called if forceSend was called before the end of the previous batch send. By rewriting the callback logic this PR tries also to address a crash related to over-released objects.