Michael Dodge created GEODE-3983:
------------------------------------
Summary: Reading of new protocol major version byte may be
non-blocking
Key: GEODE-3983
URL: https://issues.apache.org/jira/browse/GEODE-3983
Project: Geode
Issue Type: Bug
Components: client/server
Reporter: Michael Dodge
The new protocol has two bytes of out-of-band information sent first across the
socket: the communication mode (0x6E) and the major version (currently 0x01).
When using a selector, specific care is taken to read the communication mode in
a blocking fashion. Alas, the same care is *_not_* taken to read the major
version.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)