pcdv
pcdv
I agree that the strongly typed API is one of the strengths of the current design, but it makes it a bit rigid: modifying the XML dictionary implies a regeneration...
If the PR is too intrusive, it can be reduced to the bare minimum: keep a buffer field (+ length, or use DirectBufferVector) and a setter in `CommonEncoderImpl`. The contents...
Sorry, missed the notification. What did you do to get this error? Is it reproducible? A real socket is used for the handshake between client and server. Probably your network...
Found out that the behavior is a bit better if I set primary="second". At least, the first split cannot make the blue div disappear. But the green div can still...
Hi @wojciech-adaptive , Thanks, the encoder part looks like it could be useful. It is not obvious to me whether there is any support for "AnyFields" in the decoder part....
I confirm it fixes the window icon (e.g. no more blank icon when doing Alt-Tab to switch between windows)
Reading #361 (_Don't revert ownership of offline sessions to the Engine in Sole Library mode_) seems to indicate that this is a bug.
FYI this is what I do: several processes embed their own engine + library, even though that is not the original philosophy behind artio (and is heavier in terms of...
In issue #503, another example of message (SequenceReset) sent without going through SessionProxy.
It looks like the Framer can send some Logon and Logout messages on its own without going through SessionProxy. Which makes sense since the Framer exists at Engine level and...