Christopher Lai
Results
3
comments of
Christopher Lai
@ankhers I ran into a similar issue as well. `Mongo.Auth.SCRAM.first/5` expects `conversationId` to be `1`, but in my situation that number was much higher (`17842` as an example). I would...
I also noticed that `Mongo.Auth.SCRAM.second/2` receives `"done" => true` instead of `false`.
@ankhers and @jethro-solve thanks for looking into this.