David Ryan
David Ryan
As suggested on Slack, this very ugly hack works. 'hello.js': > export function hello(x) { > print('hello here ' + x); > return true; > } 'test.js': > import {...
+1 - This would be very useful. At the very least the documentation should note that this is not currently supported.
We've observed this using 42.2.8. Is there a way to code around this issue? Will setting a timeout work? ` at java.net.SocketOutputStream.socketWrite0([email protected]/Native Method) at java.net.SocketOutputStream.socketWrite([email protected]/Unknown Source) at java.net.SocketOutputStream.write([email protected]/Unknown Source) at...
We've found that reducing the batch size avoids the behaviour. In addition, we made sure the operating system TCP configuration have larger allocated buffers. e.g. net.core.rmem_max = 134217728 net.core.wmem_max =...