I want to reuse the same socket across all Promise executor function invocations. However, this socket reuse introduces a new problem that once response comes i
Promise