Skip to content

ConcurrentModificationException #115

@marcin-adamczewski

Description

@marcin-adamczewski

Hello,

We have some crashes related to following exception on version 1.1.2.
It is the same as #97 issue which was fixed in 1.1.2.

Fatal Exception: java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextEntry(HashMap.java:788) at java.util.HashMap$KeyIterator.next(HashMap.java:815) at java.util.AbstractCollection.addAll(AbstractCollection.java:76) at com.pusher.client.connection.websocket.WebSocketConnection.updateState(WebSocketConnection.java:148) at com.pusher.client.connection.websocket.WebSocketConnection.access$500(WebSocketConnection.java:29) at com.pusher.client.connection.websocket.WebSocketConnection$1.run(WebSocketConnection.java:73) at com.pusher.client.util.Factory$1.run(Factory.java:105) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588) at java.lang.Thread.run(Thread.java:818)

Looking forward for fix. Thank you in advance !

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions