jalmasi / vrspace

VRSpace: Multiuser Virtual Reality Engine
Apache License 2.0
173 stars 79 forks source link

websocket buffer limit #18

Open jalmasi opened 2 years ago

jalmasi commented 2 years ago

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;