it seems as if when a client reconnects to the proxy and is given its previous state object again the new HelloPacket is rejected by the server either due to invalid format(very unlikely though since the newly created packet parses fine in my test code) or the server-sided ciphers haven't reset.
it seems as if when a client reconnects to the proxy and is given its previous state object again the new
HelloPacketis rejected by the server either due to invalid format(very unlikely though since the newly created packet parses fine in my test code) or the server-sided ciphers haven't reset.