autobahn-java icon indicating copy to clipboard operation
autobahn-java copied to clipboard

POJOCallExamples::callResultListPOJOs does not work

Open azamat-sharapov opened this issue 6 years ago • 1 comments

I tried using RPC call example, where result should be List, but it didn't work. After some research, I see it's actually known bug. By deleting .get(0) from file 335, I got it working, but that probably breaks other use cases. If such bugs are known, I think you should add note in readme about them, or at lease say "work in progress".

Thanks

azamat-sharapov avatar Jan 05 '20 13:01 azamat-sharapov

This seems bad in multiple ways, agreed. sorry to waste your time=( we actually do want to make it work too for this case .. needs some investigation/thinking ..

oberstet avatar Jan 07 '20 12:01 oberstet