Closed UedaTakeyuki closed 2 years ago
@UedaTakeyuki hi, see https://github.com/olahol/melody/blob/master/session.go#L109 - so you can increase read limit with MaxMessageSize (512 byte by default).
Please note that this package seems unmaintained for a long time. My advice – switch to sth else if you are just starting your project. Or be ready to fork/learn the internals.
Thank you FZambia!
I can success to read big data.
I can't receive big (about 1Kbyte) data with the following error:
websocket: read limit exceeded
How can I configure my Melody to inclease this limit? Thank you for your help!