immrmonero / web-socket-proxy

Allows you to proxy web socket requests to servers.
3 stars 2 forks source link

websocket agent problem #1

Open zhanghzong opened 6 years ago

zhanghzong commented 6 years ago

miner started (6887ddc9-62e5-4d0a-b536-8719ead76fa8) miner connection closed (6887ddc9-62e5-4d0a-b536-8719ead76fa8) miner disconnected (6887ddc9-62e5-4d0a-b536-8719ead76fa8) miner connected (a70d1813-c80d-4950-9223-dd7c96407b0b) miner started (a70d1813-c80d-4950-9223-dd7c96407b0b) miner connection error (a70d1813-c80d-4950-9223-dd7c96407b0b): read ECONNRESET miner disconnected (a70d1813-c80d-4950-9223-dd7c96407b0b)

const Proxy = require("web-socket-proxy"); const proxy = new Proxy({ host: "localhost", port: 6443 }); proxy.listen(8080);

immrmonero commented 6 years ago

Hi, Can you please elaborate on what you were trying to achieve? That would be helpful for us to assist you.

Thanks