davidstump / SwiftPhoenixClient

Connect your Phoenix and iOS applications through WebSockets!
MIT License
506 stars 146 forks source link

Using SynchronizedArray to achieve threadsafe access to bindingsDel #236

Closed dsrees closed 1 year ago

dsrees commented 1 year ago

Using a simple SynchronizedArray to store bindings on the Channel to prevent multi-threading crashes.