Skip to content

Windows 8 / WP8 - send issue #79

Description

@iw1qlh

I am trying to send a string on Windows 8 / WP8

window.tlantic.plugins.socket.send(
        function () { },
        function () { console.log("send failed") },
        connectionId,
        "IW1QLH" + String.fromCharCode(13)
        );

Like you can see in the image (payload is highligthed), extra bytes are added to the begin of the string (they seem the string length):
cdv-capture

This is the same string (without CR) sent using a telnet program, no extra bytes are added
telnet-capture

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