You are viewing a single comment's thread from:

RE: dsteem playground

in #steemdev7 years ago

Yeah that is a implementation limitation, feel free to open an issue about it. However in your case you don't want to create a new stream for every client that connects, that would be very inefficient. Instead create a proxy stream that you pipe to your connections and unpipe when they disconnect