davidstump / SwiftPhoenixClient

Connect your Phoenix and iOS applications through WebSockets!
MIT License
507 stars 147 forks source link

Made init public and added test for setting callBackqueue on transport #160

Closed eoinoconnell closed 4 years ago

eoinoconnell commented 4 years ago

Based off #159

I needed to be able to set the callback queue on the transport manually so made the init public.

Not 100% on the test as you need to manually call connect to populate the connection so you may want that moved elsewhere.

eoinoconnell commented 4 years ago

Closing this for now, came across an unexpected issue where when passing a queue the heartbeat timer is not executing so will look into that and re-open when resolved