Commits


leleftheriades authored and GitHub committed 12ae2153f6e
SSLSocketInitiator timeout fix, SSLSocketAcceptor monitor fix (#399) * SSLSocketInitiator: Added timeout for ssl handshake removed ssl handshake spinloop, processQueue and readFromSocket now will exit if they are waiting for data to be read/written first. SSLSocketAcceptor: removes socket from monitor if accept ssl fails * removed unused code