uber / cadence-java-samples

Other
96 stars 60 forks source link

worker.wait() is throwing java.lang.IllegalMonitorStateException #6

Closed rajeshbr closed 5 years ago

rajeshbr commented 5 years ago

https://github.com/uber/cadence-java-samples/blob/e86ff27cd109b87938bd81ded00d1e6bbf12961c/src/main/java/com/uber/cadence/samples/hello/HelloSignal.java#L107

Commenting it out is allowing program to run properly, I think!

mfateev commented 5 years ago

Thanks for pointing it out. This line certainly shouldn't be there.

mfateev commented 5 years ago

Fixed by https://github.com/uber/cadence-java-samples/pull/9