This repository has been archived by the owner. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 50
java.lang.IndexOutOfBoundsException: null
when access.transition
is called too often in a short time
#370
Comments
the real problem is that I use |
for the same problem, another stack trace is
|
If I understand correctly, |
with
|
It seems something in |
You right, Levsha is not thread safe, but there is a lock to Korolev level. I should check. |
Closed
# for free
to subscribe to this conversation on GitHub.
Already have an account?
#.
I have a stable way to reproduce this error.
does
access
has some kind of a lock? that could explain thenull
error. whenaccess.transition
is called, the previous call is still running and holding the lock.Correct me if I'm wrong.
The text was updated successfully, but these errors were encountered: