Jan Kryl
Jan Kryl
Not a good solution but a temporary fix just for FTP uploads. You can extract the top most commit in my branch based on master and use it to patch...
I got bitten by this problem again. This time with list command. Client does not wait for final answer from list and continues with another command before the previous one...
The patch works fine for me, although I'm using it for a project where only list and put FTP commands are used. That said I think that get command works...
@simonh1000 : no, it has not been merged. I lost interest in this project so I'm not sure if the patch which I provided in the past still applies cleanly...
let me correct myself. The keep-alives shown by tcpdump were not keep-alives sent by the watcher but they are sent by the api server every 3 minutes: ``` ... 11:32:59.239617...
yes, I tend to agree. It would be interesting to know what golang watcher does - given that it's kinda referential implementation for k8s watchers. I decided to work around...
@DocX : As @brendanburns suggests I have a special code in my watcher wrapper that restarts the watcher after being idle for too long. Snippet from my current code: ```...
@thedodd : your idea sounds good to me! Though I'm not a rust expert so take my opinion with a pinch of salt. Let me know if I can help...
We have been using a simple service router to run 2 services on a single endpoint for quite a long time already. It's rather simple but it is usable and...
@jkozlowski thanks for your prompt response! I submitted a PR with the changes. In a long term, using static libraries would be probably even more useful. But yea, good to...