Closed cnutshell closed 4 years ago
In zookeeper 3.4.5, If zookeeper service discover an old client, it would close that connection. Client binding would get EOF when reading from that connection. I think that EOF should be considered as ErrSessionExpired.
old client
ErrSessionExpired
In zookeeper 3.4.5, If zookeeper service discover an
old client
, it would close that connection. Client binding would get EOF when reading from that connection. I think that EOF should be considered asErrSessionExpired
.