rsocket / rsocket-go

rsocket-go implementation
Apache License 2.0
511 stars 44 forks source link

support fully fragmentation. #22

Closed jjeffcaii closed 5 years ago

jjeffcaii commented 5 years ago

Support fragmentation:

// for Server
rsocket.Receive().Fragment(128)
// for Client
rsocket.Connect().Fragment(128)