jamesalexscott
jamesalexscott
This is occurring in Android when a RPC request to the app times out (easy to simulate with a breakpoint) java.lang.ArrayIndexOutOfBoundsException: length=2; index=2 at io.deepstream.RpcHandler.handle(RpcHandler.java:159) at io.deepstream.Connection$3.run(Connection.java:223) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113) at...
I'm running a Jersey/Spring based API on Tomcat 8 that uses the deepstream Java client to connect to deepstream and then send various RPC requests. I've been developing and testing...