Morten Mertner
Morten Mertner
I've been trying to use the Orleans serializer as a stand-alone library, and think that it'd be good for discoverability (and ease of use) if it were to only use...
It is common for developers to have initialization logic in class constructors, e.g. to pre-calculate some internal state that wasn't part of the serialized data. Currently (v4), Orleans always pre-instantiates...
When enabling the GenerateFieldIds setting, Orleans fails to generate code for records that do not have any explicit `[Id]` markings (like the `EmptyAbstractRecord` in the unit tests project). Orleans should...
The socket option ZMQ_XPUB_NODROP (69) is supposed to toggle the behavior of the socket when SENDHWM is reached. If 0/false (the default), messages are silently dropped. If 1/true, sending a...