Skip to content

ASH frame handler - receive queue is full #1362

Open
@mikomarrache

Description

@mikomarrache

We encountered cases where the receiving queue of the ASH frame handler is full. Therefore, received frames are rejected (IllegalStateException : Queue full).

Here, we can see the queue capacity is set to 10. Also, the library doesn't expose methods to set the capacity during initialization.

private final BlockingQueue<EzspFrameResponse> recvQueue = new ArrayBlockingQueue<>(RX_QUEUE_LEN);

Is there a reason the capacity is set to 10? Do you think increasing the capacity could cause other issues?

Thanks

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