Kristin Davidson
Kristin Davidson
I ran into this issue a few times this morning. I was getting panics on writes to closed channels because the initial closed check passed in the loop but once...
This adds support for SSH extension negotiation via SSH_MSG_EXT_INFO as defined in RFC 8308 [1]. It also adds support for the `server-sig-algs` extension on both the client and server sides....
Right now the log level set on the base object set the lowest level anything can be logged at. It would be nice to be able to have a log...
Allow users to specify a log level per logger added to gomol. For example, debug can be logged to the console and info can be logged to a remote aggregator.
It appears that when adding a single Logger to multiple gomol Base instances it might be mixing up the attrs that are being logged. Explore if this is a possibility...