1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-03 22:35: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:
David McKnight 2007-04-11 13:01:17 +00:00
parent bf9cf5a671
commit 6cfb4e0fba

View file

@ -84,6 +84,7 @@ public abstract class Handler extends Thread
_waitIncrement = 0;
_keepRunning = false;
notifyInput();
/* causes hang
try