moozzyk / SignalR-Client-Swift

Swift SignalR Client for Asp.Net Core SignalR server
MIT License
356 stars 136 forks source link

Fix memory leak #293

Closed YuryNiakhai closed 9 months ago

YuryNiakhai commented 9 months ago

More about problem and decision: https://stackoverflow.com/a/63000970

moozzyk commented 9 months ago

Can you provide a memory profile showing the memory leak and how it looks after the fix?

YuryNiakhai commented 9 months ago

Can you provide a memory profile showing the memory leak and how it looks after the fix?

before:

before

after:

after