Skip to content

No log received when using log in future #282

@joente

Description

@joente

Describe the bug
When calling log(..) while using a socket connection, the client is supposed to receive the log. This works, but not when using log(..) in a future result.

To Reproduce

future(nil).then(|| {
    log('test');  // test is logged on the node, but not received by the client
});

Expected behavior
Expecting to receive the log on the client, also when used in a future (when the client uses a socket connection).

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions