vrspace icon indicating copy to clipboard operation
vrspace copied to clipboard

websocket buffer limit

Open jalmasi opened this issue 3 years ago • 0 comments

8193 characters max length

tomcat buffer size https://stackoverflow.com/questions/49989369/how-do-i-override-the-websocket-textbuffersize-property-of-an-embedded-tomcat-wi

Also make configurable SessionManager: public static final int BUFFER_SIZE = 64 * 1024;

jalmasi avatar Jul 09 '22 13:07 jalmasi