Skip to content

when new data is published to redis without an instance id, it fails to parse #3

@ericraio

Description

@ericraio

If i were to publish to directly to redis with the same channel name that i use in socketcluster and my message contains "/" in it, it parses the data incorrectly, this makes it a little brittle.

I need to send my message similar to this format. which seems like a hack

uuid.v4() + "/" + messageData

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