Patric Schenke

Results 2 comments of Patric Schenke

@dnkoutso if I understand this PR correctly, it "only" adds another generated module map to make Obj-C accessible from Swift. so it would solve the interop part of #9023. however,...

The root cause is [line 71 in AgentProxy](https://github.com/ymnk/jsch-agent-proxy/blob/master/jsch-agent-proxy-core/src/main/java/com/jcraft/jsch/agentproxy/AgentProxy.java#L71), where the buffer is initialized with a size of 1024. A temporary fix would be using a bigger constant here. However, since...