chisel icon indicating copy to clipboard operation
chisel copied to clipboard

Support direct control of the server listener for easier integration

Open csweichel opened this issue 5 years ago • 0 comments

Integrating a chisel server into an existing component is somewhat tricky right now, because there's no direct control over the net.Listener the chisel server uses. E.g. when trying to integrate chisel with cmux that becomes a problem.

This PR enables direct control over the chisel server's net.Listener. Using this change we were able to integrate chisel using cmux.

csweichel avatar Apr 26 '21 10:04 csweichel