influxdb-client-swift icon indicating copy to clipboard operation
influxdb-client-swift copied to clipboard

fix: memory leaks

Open dankinsoid opened this issue 2 months ago • 2 comments

Closes #63 Closes #65

Proposed Changes

  • Replace classes with structs and lazy vars with computed vars

Checklist

  • [x] CHANGELOG.md updated
  • [x] Rebased/mergeable
  • [x] A test has been added if appropriate
  • [x] swift test completes successfully
  • [x] Commit messages are conventional
  • [x] Sign CLA (if not already signed)

dankinsoid avatar May 01 '24 13:05 dankinsoid

@bednar swift test doesn't pass on master branch, it waits for http://localhost:8086/

dankinsoid avatar May 02 '24 10:05 dankinsoid

I don't know how to fix the last one

dankinsoid avatar May 02 '24 19:05 dankinsoid