Skip to content

upsertList not working on Windows #257

@Avgariat

Description

@Avgariat

upsertList uses LineStreamReader.php for response processing. Then LineStreamReader uses php constant PHP_EOL in order to detect multiple lines.
However, on Windows PHP_EOL is equal \r\n which breaks LineStreamReader.

Above issue occurs with configuration client - Windows <--> server - Linux.

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