davidstump / SwiftPhoenixClient

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

Handle all Inbound Messages using new Serializer #268

Closed dsrees closed 1 month ago

dsrees commented 1 month ago

All inbound messages received by the websocket are now passed through PhoenixSerializer, converted to the refactored Message structure and passed through correctly