Skip to content

Polling and Websocket have different effect in event callback #793

@NeatGuyCoding

Description

@NeatGuyCoding

same code, but different effect for various protocols

for:

client1.on(testEvent, args -> {
          receivedData1.set(args[0]);
      });

For Polling:

Image

For Websocket:

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions