Andreas Dirnberger
Andreas Dirnberger
@PaulHigin Can the `PowerShell` output of `PSDataCollection` be used for a command that executes over 7-300 days and generates 100MB / day ?
@PaulHigin thanks for explanation, I didn't see it. I bit strange that the enumerator has the side effect of removing the items from the list. If the `steamingOut.EnumeratorNeverBlocks = true`...
The base concept should not require mutex locking, the naming and design of `PipelineReader` is much better. I am already fine that the `PSDataCollection` does not store the enumerated items...
I am new to OpenFaas and this was one of my first converses to try/deploy it. What does exactly mean **NOT** to scale to zero? Is only one watchdog for...
I answered my question myself, dotnet 6 and kestel will be initiated as singleton over the fo-watchdog The issue with dotnet6 kestrel is, that it uses relative much memory, to...
This is my first issue with NSec I am trying to implement 'Noise_IKpsk2_25519_ChaChaPoly_BLAKE2b' like in https://www.wireguard.com/protocol/ The biggest Problem with this Key class is, that it is a class and...
Related: https://github.com/akkadotnet/akka.net/issues/3811
The issue has nothing to do with prober serialization/deserialization If cluster nodes do not have the same binaries and one node tries to send an unknown exception type back then...
> you shouldn't send exceptions over the wire This is exactly the issue and we need to change it. Many libs made this misstake one of them was System.Runtime.Remoting
It is the combination of .) polymorphism of exceptions .) unknown type of raised exception .) the strict requirement of akka.remote to deserialize every object Example: 1) NodeA has user...