You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);
The text was updated successfully, but these errors were encountered:
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);
The text was updated successfully, but these errors were encountered: