firecamp icon indicating copy to clipboard operation
firecamp copied to clipboard

Feature request: Filter for SocktIO listeners

Open viktorvorobev opened this issue 5 years ago • 0 comments

I've got a project, that emits me a several broadcasts with different payloads that looks something like that:

{
    "name": "my_frist_broadcast",
    "payload": {
        "some_usefull": "data"
    }
}


{
    "name": "my_second_broadcast",
    "payload": {
        "another_usefull": "data"
    }
}

It would be great if I could filter out messages from one listener by a payload that it consists of. Thanks!

viktorvorobev avatar Dec 23 '19 10:12 viktorvorobev