Tinder / Scarlet

A Retrofit inspired WebSocket client for Kotlin, Java, and Android
Other
3.2k stars 236 forks source link

Supports fragmentation? #186

Open arpanbag001 opened 3 years ago

arpanbag001 commented 3 years ago

Any example of how to handle uploading large files (say, 100MB) for a server which has a message size limit (say, 2KB per websocket message) through fragmentation?

Is the feature supported?