You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @samcday 👋 I was wondering you can help me with an idea I was trying to use this module, stream-buffers, for.
I accept a Socket from a TCP connection
Pipe to a transform stream
Pipe to writable stream buffer
Try to get Host: 127.0.0.1:1234 from the transform
Connect to some other host
Pipe writable stream buffer out to other host
I don't think this is a problem with the module at all. I think I'm not understanding how it works. Have you ever done this or thought about this scenario? If so I would be happy to hear your thoughts or read a resource you recommend.
Thank you 👍
The text was updated successfully, but these errors were encountered:
Hi @samcday 👋 I was wondering you can help me with an idea I was trying to use this module,
stream-buffers
, for.Socket
from a TCP connectionHost: 127.0.0.1:1234
from the transformI don't think this is a problem with the module at all. I think I'm not understanding how it works. Have you ever done this or thought about this scenario? If so I would be happy to hear your thoughts or read a resource you recommend.
Thank you 👍
The text was updated successfully, but these errors were encountered: