Version: 5.4

ConnectionConfig.WebSocketReceiveBufferMaxSize

매뉴얼로 전환
public ushort WebSocketReceiveBufferMaxSize ;

설명

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.