shareup / phoenix-apple

Phoenix channels client used in our https://new.space/app iOS app
3 stars 0 forks source link

Make default coders public #19

Closed atdrendel closed 4 years ago

atdrendel commented 4 years ago

This pull request makes the default encoder for OutgoingMessage and the default decoder for IncomingMessage public to make it easier for consumers to defer to the default coders inside of their own custom coders, if needed.