Skip to content

Using subscribeRaw() causes buffer to grow indefinitely on Android #470

@samturneruk

Description

@samturneruk

BluetoothSerial.java accumulates all data ever received during a connection in the buffer StringBuffer, which is never emptied when receiving raw bytes using subscribeRaw().

One workaround is to keep calling clear().

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions