Skip to content

Should channels be case insensitive? or maybe just always lower case? #102

@jwoertink

Description

@jwoertink

I need to test it, but I think this would broadcast to two different channels:

Channel.broadcast_to("room:1", "hi")
Channel.broadcast_to("ROOM:1", "hi")

I feel like it should always be the same, and if it's not, then we should make that change. But if you're expecting "Room", then all of a sudden send "room" and it doesn't work, that would be a breaking change

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