stomp-rs
stomp-rs copied to clipboard
Make read buffer size configurable
The buffer used to read from the connection to the server is hardcoded as 1024*64 bytes. This should be a configuration option settable on the SessionBuilder
.