Closed osrf-migration closed 8 years ago
Original comment by jasonzliang NA (Bitbucket: jasonzliang).
Original comment by jasonzliang NA (Bitbucket: jasonzliang).
I have added a fix here: https://osrf-migration.github.io/osrf-projects-gh-pages/#!/osrf/robocup3ds/pull-requests/43/fix-for-issue-14/diff
Original comment by Stefan Glaser (Bitbucket: umscht).
Hi Jason,
I can confirm that your fix resolves this issue. I'm now able to disconnect properly without crashing the server.
Thanks for your effort!
Original comment by jasonzliang NA (Bitbucket: jasonzliang).
Still need to merge pull request
Original comment by Carlos Agüero (Bitbucket: caguero, GitHub: caguero).
See pull request #43
Original report (archived issue) by Stefan Glaser (Bitbucket: umscht).
The server crashes after I disconnect my client from it with the following message:
To reproduce the problem, simply take the magma-protocol-tester from issue 12 (http://chaosscripting.net/files/magma-protocol-tester.zip), then:
It seems like the server still tries to send messages to closed sockets, or doesn't handle the exception when the other side disconnects during a send-call.