mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 06:45:43 +02:00
[180994] I still can't reproduce this problem but Martin pointed out that the ClientUpdateHandler is not finishing on disconnect. I've fixed that here by making sure that finish calls notifyAll().
This commit is contained in:
parent
bf9cf5a671
commit
6cfb4e0fba
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ public abstract class Handler extends Thread
|
|||
|
||||
_waitIncrement = 0;
|
||||
_keepRunning = false;
|
||||
notifyInput();
|
||||
|
||||
/* causes hang
|
||||
try
|
||||
|
|
Loading…
Add table
Reference in a new issue