immux / immux1

https://immux.com
0 stars 0 forks source link

Enable keeping socket after each message for use in Mongo #63

Closed blaesus closed 5 years ago

blaesus commented 5 years ago

Currently, TCP server will terminate socket after handling it (when stream is out of lifetime). This works for HTTP access point but not Mongo. This PR enables using the same socket for multiple messages.