Skip to content

vertx.eventBus.send() always registers a reply handler #24

Closed
@Narigo

Description

@Narigo

IIRC this is a leak, if you don't send a reply back from the server side. It would register a handler but that would never be executed.

I guess the default value should just be null and it be disregarded by Vert.x in the Java core. Not sure whether this is the best approach, though. Probably better use an Option and then call the according Java API function.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions