Closed DoctorMcKay closed 1 year ago
Due to wrapping event handlers in arrow functions, data and close event handlers never get cleaned up when waiting for data on a TCP connection.
data
close
My apologies for a late reply, but unfortunately I will not be merging this pull request as the library will be deprecated in the near future. Information about this deprecation is posted on the README.
Due to wrapping event handlers in arrow functions,
data
andclose
event handlers never get cleaned up when waiting for data on a TCP connection.