Makes no sense!
Created by: librehome
AsyncSSLSocketWrapper.java
Line 491: writeList.add(writeBuf); assert !writeList.hasRemaining();
The assertion will fail! You just added a writeBuf, then you expect the remaining is 0?
Created by: librehome
AsyncSSLSocketWrapper.java
Line 491: writeList.add(writeBuf); assert !writeList.hasRemaining();
The assertion will fail! You just added a writeBuf, then you expect the remaining is 0?