Skip to content

Fix incomplete socket send under certain timing conditions#99

Merged
dnachbaur merged 1 commit intoBlueBrain:masterfrom
dnachbaur:master
Jun 6, 2016
Merged

Fix incomplete socket send under certain timing conditions#99
dnachbaur merged 1 commit intoBlueBrain:masterfrom
dnachbaur:master

Conversation

@dnachbaur
Copy link
Copy Markdown
Contributor

Observed with Stream::asyncSend() and offscreen Equalizer-based application
streaming: the last frame before the applications is idling is not received
by the server, due to missing flush of the send buffer.

@rdumusc
Copy link
Copy Markdown

rdumusc commented Jun 3, 2016

+1, I hope this fixes the issue with the Qml Launcher as well...

@dnachbaur
Copy link
Copy Markdown
Contributor Author

No, it doesn't... :(

Observed with Stream::asyncSend() and offscreen Equalizer-based application
streaming: the last frame before the applications is idling is not received
by the server, due to missing flush of the send buffer.
@rdumusc
Copy link
Copy Markdown

rdumusc commented Jun 6, 2016

I've seen this too, but if the sending is fixed this at least narrows down the search for the problem.
Merge now?

@dnachbaur dnachbaur merged commit 829b559 into BlueBrain:master Jun 6, 2016
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.

3 participants