dsrees/JavaPhoenixClient

ArrayIndexOutOfBoundsException on reconnect

dpreussler opened this issue · 3 comments

seeing this that takes down the whole app, not sure when it happens

java.lang.ArrayIndexOutOfBoundsException: length=3; index=3
at org.phoenixframework.PhxSocket$reconnectAfterMs$1.invoke(PhxSocket.kt:42)
at org.phoenixframework.PhxSocket$reconnectAfterMs$1.invoke(PhxSocket.kt:26)
at org.phoenixframework.PhxTimer.scheduleTimeout(PhxTimer.kt:31)
at org.phoenixframework.PhxChannel$1.invoke(PhxChannel.kt:71)
at org.phoenixframework.PhxChannel$1.invoke(PhxChannel.kt:6)
at org.phoenixframework.PhxTimer$scheduleTimeout$$inlined$schedule$1.run(Timer.kt:150)
at java.util.TimerThread.mainLoop(Timer.java:555)
at java.util.TimerThread.run(Timer.java:505)

Thanks, i'll take a look.

simple issue, opened PR

Resolved in 0.1.2