davidstump / SwiftPhoenixClient

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

Improve message parsing safety #230

Closed ejensen closed 1 year ago

ejensen commented 1 year ago

This change prevents crashing if a message is received with a value missing in the response array

dsrees commented 1 year ago

Could you provide an example where the phoenix server would return a message without the full response?