You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unwrap response from message.payload.response for phx_reply events.
For your convenience, message.rawPayload will behave as message.payload prior to 0.7.0. However message.payload will now only return the value received from the phoenix server.
Support for custom JSON encode and decode functions
BREAKING
The Socket constructor API has changed to accept an encode and decode closures instead of taking a gson instance. If you still want to use a custom gson instance, you will need to wrap it in and EncodeClosure and DecodeClosure. See Defaults.kt for the defaults as an example.