sdoeringNew
sdoeringNew
It is not the GC. So any other GC algorithm will not improve the latency. In fact there are two garbage collections during the whole test run. On start and...
@fredoboulo Thanks four your test. I've used an improved version of your test code. Your receiving time might not include the transfer time. Also the initialization order of the sockets...
The changed test. private static final long THRESHOLD = TimeUnit.MICROSECONDS.toNanos(4000L); @Test public void slowReceive() throws InterruptedException { final AtomicLong sendTime = new AtomicLong(); final AtomicLong recvTotal = new AtomicLong(); final...
Can anybody now confirm the issue?
Still the same with the latest Snapshot. Can anybody now confirm the issue?
I narrowed the problem down on the receiving side. It's not sending that has a low latency it's only the receiving that might be slow. With another test I was...
I think adding ``ts-nocheck`` is a bit harsh as TypeScript is supposed to add some sort of type safety. Unfortunately TypeScript does not give us the opportunity to ignore specific...
> So I think adding the nocheck option to every generated file should be the solution, too. I stand corrected! If I'm looking at the ``typescript-axios`` generator the TypeScript compilation...
*bump* Time to merge? It's the same solution like typescript-axios already has. So it can't be bad for typescript-axios.
What is taking so long? Merge it already. It's the same solution as done in typescript-axios.