Joannis Orlandos
Joannis Orlandos
An excellent example that I've had people ask time and time again: > How do I connect to my backend from an iOS app? `127.0.0.1` doesn't work.
Gave it another look. Apparently, you need PermitUserEnvironment=yes in your openssh config - which is why some servers work differently here.
Oh, interesting question! I'd vote for an option here, but think that this type of option is inherently so undiscoverable I don't think it'll be used in practice.
Thanks for the report, and the repro!
Thanks for this PR!
Gave it another look. Apparently, you need `PermitUserEnvironment=yes` in your openssh config - which is why some servers work differently here.
Hey @Iomegan can you try the other `execute`-style methods? For example, the overload with `mergeStreams: true`? I'm considering deprecating the specific method you're using, since it's proven unwieldy.
`withTTY` is the most correct variant of this API, but requires a bit more setup for handling streaming messages.
Hey! I don't actively develop the 6.x series of MongoKitten, but given the nature of the bug I've submitted a patch #355 Let me know if this solves your issue....
@elihwyma is it possible that you're running into MongoKitten's timeouts?