885886887888889890891892893894895
{ if(_connectionEndpoint != null && _connectionEndpoint.getLocalState() == EndpointState.CLOSED && !_isCloseSent) { if(!hasSendableMessages(null)) { Close close = new Close(); // TODO - populate; _isCloseSent = true;