davidstump / SwiftPhoenixClient

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

Open `URLSessionTransport` methods #234

Closed ejensen closed 1 year ago

ejensen commented 1 year ago

A continuation of d9daa3fd7a8ba37ac38e9d8be815dd9283450b7d, this PR makes the methods of URLSessionTransport open so subclasses can override them.

dsrees commented 1 year ago

Thanks!