channelaccess / ca_matlab

4 stars 2 forks source link

Timeout for futures does not work #9

Closed simongregorebner closed 8 years ago

simongregorebner commented 8 years ago
f.get(java.lang.Long(1), java.util.concurrent.TimeUnit.SECONDS)

does not work

No method 'get' with matching signature found for class 'ch.psi.jcae.impl.WaitFuture'.

Error in ca_test_script_dscr_wago (line 76)
  f.get(java.lang.Long(1), java.util.concurrent.TimeUnit.SECONDS)  %-> not working
simongregorebner commented 8 years ago

signature of get is long, TimeUnit not Long, TimeUnit - documentation needs to be fixed