Skip to content

networkDecodeNoCache super call passes Stream instead of Buffer #182

@lowlines

Description

@lowlines

The super call this function makes parses the Stream instead of Buffer, which throws an error since new Stream(stream) doesn't type check that it is a buffer and handle accordingly.

super.networkDecodeNoCache(stream, sectionCount)

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