3.0.0
版本发布时间: 2021-11-06 00:08:18
davidstump/SwiftPhoenixClient最新发布版本:5.3.3(2024-07-30 21:22:10)
This is a BREAKING release. The following has changed to properly matched the phoenix.js library
-
message.payload.response
is now automatically unwrapped and returned asmessage.payload
forphx_reply
events. - The client now, by default, uses the JSON V2 Serializer which was added in phoenix 1.3. If you are still running 1.2 or earlier, then you will need to continue using SwiftPhoenixClient 2.x, or provide your own custom
vsn
,encoder
anddecoder
to theSocket
class.