-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
Some alternative servers, such as soketi, allow configuring the server to accept payloads larger than 10kB, however the code here will still reject it with
pusher-http-rust/src/client.rs
Lines 337 to 339 in 18ba21e
| if body.len() > 10240 { | |
| return Err("Data must be smaller than 10kb".to_string()); | |
| } |
Please consider removing that restriction, make it configurable or some other means to make use of larger payloads when the server supports it.
Metadata
Metadata
Assignees
Labels
No labels