Version: 5.4

ConnectionConfig.WebSocketReceiveBufferMaxSize

Switch to Manual
public ushort WebSocketReceiveBufferMaxSize ;

Description

Defines received buffer size for web socket host; you should set this to the size of the biggest legal frame that you support. If the frame size is exceeded, there is no error, but the buffer will spill to the user callback when full. In case zero 4k buffer will be used. Default value is zero.