Results 10 issues of pcdv

#### Describe the bug When I have two nested SplitPanes, the deepest one can be dragged above (or under) its parent. Not sure if it is a bug or I'm...

Adds support for custom tags in encoders (second part of #462) * only `int `and `CharSequence `values can be set for now (other types can be added easily) * TODO:...

Artio codecs are nice in the sense that they are fast and make it easy to read values of known fields. One thing that is hard is to be able...

To supplement close() methods and shutdown hook, a heartbeat could be used to detect dead sockets (eg. when peer process has been killed with -9 or under windows where shutdown...

enhancement

In case of library timeout, the [Framer](https://github.com/real-logic/artio/blob/5c2068d24cb1cbe27b60157f2ad0a242008bbe3b/artio-core/src/main/java/uk/co/real_logic/artio/engine/framer/Framer.java#L483-L483) acquires the sessions of the library. Once acquired, messages can be sent to the session without going through the library (e.g. Heartbeat or...

Hi When term.js and ace.js are both used on the same page, keyboard events do not propagate to the ACE editor. See http://jsfiddle.net/rD52T/1/ for a demo Looks like term.js handles...

enhancement

See issue #503 When using an asynchronous SessionProxy and an external cluster, if we detect a gap when receiving a Logon message, and the Logon message is immediately followed by...

Consider the following scenario: * There are two FIX counterparties: ARTIO and EXCHANGE * After a disconnection, ARTIO has lastReceivedSeqNo = 6 and EXCHANGE has lastReceivedSeqNo = 4 * For...