Windows Support - SASL implementation requires SSPI to compile
When we added SASL we introduced a dependency on GSAPI which will not compile on Windows.
For Windows we need an [SSPI implementation](https://github.com/killvxk/sspi-rs-Devolutions).
For the short term we can probably limit SASL support to being platform specific and this would at least allow windows user to have basic connectivity.
0 条评论