Skip to content

wscat is not support binary data send to the server #158

@Zjmainstay

Description

@Zjmainstay
image
ws.send(Buffer.from(data, 'hex')); //send binary data
vs
ws.send(data); //send hex data

We should add an option to support that custom the data type to send or receive.

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