[Beepcore-java-users] race in org.beepcore.beep.lib.Reply
Status: Beta
Brought to you by:
huston
|
From: Lawrence G. <le...@an...> - 2003-06-13 18:34:14
|
The Reply class has a pretty serious race condition in it: hasNext() fails to check the pending replies after coming off of the wait(). Patch attached. My patch also inserts a while() loop around the wait(), which is generally good form. Larry |