Post

Replies

Boosts

Views

Activity

Reply to 100% CPU usage in Apple SSH and node.js apps when NETransparentProxyProvider is running
The interesting thing is that a more recent version of OpenSSH has a fix that properly detect this unexpected behavior Eventually, Apple SSH and libuv (nodejs) may adopt to this behaviour too... But it will not be an ideal solution, socket continues to behave in a way that usual socket doesn't, and there are may be other apps that doesn't expect this. :(
Jun ’21
Reply to 100% CPU usage in Apple SSH and node.js apps when NETransparentProxyProvider is running
Hello! It is very important that SSH should be connected while no transparent network extensions are running in the system. Then I start network extension and just press a key in SSH, and voila: It is also reproduced with node.js with SSL. If I run the following code with link to large file: https = require('https') https.get('link_to_large_file'); And then start transparent proxy network extension, and in minute node.js will eat CPU too.
Jun ’21