You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: