Closed fsteff closed 6 years ago
_handleOpen wasn´t called on open
With this the client is able to connect to my server and send messages to a peer. For some reason it is not able to receive the messages from the peer.
I might be doing something wrong with the Duplex Stream.
here is where it should be getting data and sending it down to the server.
here is where I'm piping the replication stream into the ProxyStream
_handleOpen wasn´t called on open
With this the client is able to connect to my server and send messages to a peer. For some reason it is not able to receive the messages from the peer.