Skip to content
This repository was archived by the owner on Aug 13, 2018. It is now read-only.
This repository was archived by the owner on Aug 13, 2018. It is now read-only.

opcodes are incorrect #70

Open
Open
@tdhsmith

Description

@tdhsmith

My connections seem to have incorrectly flagged opcodes/frame types. All of the outgoing frames are marked TEXT (opcode 0x1) and all the incoming frames are marked CONTINUATION (opcode 0x0), regardless of ground truth.

Here are the same 4 frames, shown first in the socket monitor and then in wireshark:
screen shot 2017-01-06 at 2 09 57 pm
screen shot 2017-01-06 at 2 20 21 pm
As seen in the right column, their true values are TEXT, TEXT, TEXT, BINARY, which was confirmed by dissection as well.

I understand it is likely an underlying issue and not one with this package itself, but I wanted to file the issue while I was dealing with it to investigate later. (Would this again be stemming from the SDK or from something closer to FF internals?)

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