clientContext cleanup

This commit is contained in:
Matej Sekoranja
2012-07-30 11:24:38 +02:00
parent 835ce323f1
commit 878f44ffb8
3 changed files with 86 additions and 61 deletions

22
TODO
View File

@@ -4,4 +4,26 @@ opt) connection validation message sends max paylaod size
readSize checks if size is in limits of size_t?
1. protected void destroy(boolean createRequestFailed) {
2. reuse on reconnect !!!
3. initResponse failed: should I give non-null instance or thisPtr?
4. channelArray need to lock offset, conut, ..
// should be called without any lock hold
// TODO in Java as in C++ ? reportChannelStateChange();
else
// TODO not only first
// TODO minor version
// TODO what to do if there is no channel, do not search in a loop!!! do this in other thread...!
searchResponse(CAConstants.CA_MINOR_PROTOCOL_REVISION, addresses[0]);
void transportUnresponsive() { not implemented (also in Java)