Open
Description
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