Hi, does OkHttp handle defragmented Websocket Fram...
# squarelibraries
n
Hi, does OkHttp handle defragmented Websocket Frames automatically? as per the spec the client/server can set the
FIN
flag to indicate if this is the final fragment in a message. The
onMessage
callback in WebSocketListener doesn’t mention if the returned payload is the defragmented message or no?
thank you color 1
👌 4