Open
Description
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.
Is there a reason the capacity is set to 10? Do you think increasing the capacity could cause other issues?
Thanks
Metadata
Metadata
Assignees
Labels
No labels