Skip to content
This repository was archived by the owner on Jun 5, 2020. It is now read-only.
This repository was archived by the owner on Jun 5, 2020. It is now read-only.

Can you implement the WithChannel Feature ? #8

@Xsmael

Description

@Xsmael

Can you implement the WithChannel Feature that allows you to get the channel on wich the message was sent in case you subscribe to multiple channels like so:


client.subscribe('/foo/*').withChannel(function(channel, message) {
  // handle message
});

some usefull links maybe:
https://faye.jcoglan.com/browser/subscribing.html
faye/faye#385
faye/faye@52d6df2

Thanks!

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