Skip to content

Bugfix: Make receive function only get the exact data it needs.#10

Open
mossblaser wants to merge 3 commits into
ziberna:masterfrom
mossblaser:master
Open

Bugfix: Make receive function only get the exact data it needs.#10
mossblaser wants to merge 3 commits into
ziberna:masterfrom
mossblaser:master

Conversation

@mossblaser

Copy link
Copy Markdown

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