crossbario / autobahn-java

WebSocket & WAMP in Java for Android and Java 8
https://crossbar.io/autobahn
MIT License
1.52k stars 426 forks source link

POJOCallExamples::callResultListPOJOs does not work #463

Open azamat-sharapov opened 4 years ago

azamat-sharapov commented 4 years ago

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

oberstet commented 4 years ago

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 ..