sjrmanning / Birdsong

:bird::musical_score: Swift WebSockets client for Phoenix Channels.
MIT License
127 stars 37 forks source link

Memory leaks #10

Closed codeOfRobin closed 7 years ago

codeOfRobin commented 7 years ago

There appear to be a few memory leaks in Birdsong, specifically in Presence.swift.

screen shot 2017-02-06 at 12 27 40 pm

codeOfRobin commented 7 years ago

I'm going to fork and try digging in to see where this is coming from. Will make a PR if something comes up.

codeOfRobin commented 7 years ago

Looks like I made it worse. Made this modern art 🖼 though. screen shot 2017-02-06 at 12 46 24 pm

codeOfRobin commented 7 years ago

Is fixed in PRs #12 and #11 . Now closing the issue.