Skip to content

Conversation

@mossblaser
Copy link

The socket receive function originally grabbed an (essentially) arbitrary amount
of data from the socket meaning that all but the first message received would be
corrupt. In particular, this meant that watching for subscriptions would crash
because the data read would be garbage.

The socket receive function originally grabbed an (essentially) arbitrary amount
of data from the socket meaning that all but the first message received would be
corrupt. In particular, this meant that watching for subscriptions would crash
because the data read would be garbage.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants