Skip to content

IoHandler not possible to configure keepAliveAck and keepAliveForward #14

@markdegrootnl

Description

@markdegrootnl

When creating a new LlrpClient, the class creates an IoHandler. The IoHandler's constructor parameters keepAliveAck and keepAliveForward always default to true, false.

It would be nice if we could somehow configure these values if needed.

private IoHandler createHandler(LlrpContext context) {
IoSession ioSession = new IoSession() {
@Override
public void send(ByteBuffer data) {
nioClient.send(data);
}
};
return new IoHandler(context, ioSession, true, false);
}

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