Skip to content

Broadcasting original message without b64 encode/decode #3

@nikg

Description

@nikg

We're still encoding / decoding messages. Do we know why?

*Receive:
lines 61/62:
var message = new Buffer(data).toString('base64');
wsDst.broadcast(message);

*Broadcast:
line24:
allSocks[key].send(new Buffer(data, "base64"));

investigate not having any encoding?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions