`asyncio.streams.LimitOverrunError: Separator is not found, and chunk exceed the limit` with `tap-facebook` on v1.43.0
Al Whatmough reported [on Slack](https://meltano.slack.com/archives/CFG3C3C66/p1596698620412600):
>>>
I've noticed that going from the 1.42.0 to 1.43.0 release, the tap-postgres extractor isn't working (at least for me). When I run the pipeline, I see the following error from Singer:
`asyncio.streams.LimitOverrunError: Separator is not found, and chunk exceed the limit `
>>>
This may indicate we've regressed on https://gitlab.com/meltano/meltano/-/issues/2166 / https://gitlab.com/meltano/meltano/-/merge_requests/1782, although the error message we saw there was slightly different: `Separator is found, but chunk is longer than limit`.
The issue may be with the new `StreamReader` introduced in https://gitlab.com/meltano/meltano/-/merge_requests/1788: https://gitlab.com/meltano/meltano/-/blob/master/src/meltano/core/logging/output_logger.py#L192, which doesn't have a `limit` set yet.
issue