Skip to content

ShellStream.ReadLine only recognises CrLf as a line ending #748

Closed
@martingbrown

Description

@martingbrown

I am connecting to a server that ends its lines with a single Cr. Because ShellStream.ReadLine is looking for CrLf it is not finding the end of the line.

I propose that this method be changed to look for CrLf or Cr or Lf that should cover most cases.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions