Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remote the displaying of fatal messages. #54

Merged
merged 1 commit into from
Sep 3, 2013
Merged

Conversation

milianw
Copy link
Member

@milianw milianw commented Sep 2, 2013

This is achieved by forwarding the data to the client and waiting
for the data to finish writing. Then the server exits.

The client gets the message, displays the dialog. The problem
is now that the server disconnected and we currently show another
dialog for that (which hides the backtrace) and on accept closes
the client.

@vkrause
Copy link
Contributor

vkrause commented Sep 3, 2013

Looks good to me, thanks!

This is achieved by forwarding the data to the client and waiting
for the data to finish writing. Then the server exits.

The client gets the message, displays the dialog. The problem
is now that the server disconnected and we currently show another
dialog for that (which hides the backtrace) and on accept closes
the client.
milianw added a commit that referenced this pull request Sep 3, 2013
Remote the displaying of fatal messages.
@milianw milianw merged commit 3b6e2cb into master Sep 3, 2013
@milianw milianw deleted the remote-messagehandler branch September 3, 2013 10:34
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