Skip to content

Websocket Client wrong init Buffersize #6

@talun2075

Description

@talun2075

Hi,
I got an exception if I use your latests Master on init of the websocket "ListenToEvents".

I´m not so firm with git so I wrote what I changed here.
old:
var buffer = WebSocket.CreateClientBuffer(Constants.WEB_SOCKET_BUFFER_SIZE, 1);
new:
var buffer = WebSocket.CreateClientBuffer(Constants.WEB_SOCKET_BUFFER_SIZE, Constants.WEB_SOCKET_BUFFER_SIZE);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions