This should resolve #30. All identifyable bugs/issues that affect functionality has been resolved.
There still seems to be a few odd cases of streams taking a while to time out and close, unsure if any of them completely stay open. In the long run, if they don't time out or close, it may result in a stream leak. This can be solved in the future with SetDeadline().
This should resolve #30. All identifyable bugs/issues that affect functionality has been resolved.
There still seems to be a few odd cases of streams taking a while to time out and close, unsure if any of them completely stay open. In the long run, if they don't time out or close, it may result in a stream leak. This can be solved in the future with
SetDeadline()
.