-
Couldn't load subscription status.
- Fork 21
Open
Description
When I started to use PAM auth, it always got stuck.
webdav-server-rs/pam/src/pamclient.rs
Line 144 in 50318a6
| match rx.await { |
Workaround:
replace the following code
webdav-server-rs/pam/src/pamclient.rs
Line 261 in 50318a6
| let _ = resp_chan.send(resp.result); |
std::thread::spawn(move || {
let _ = resp_chan.await(resp.result);
});I'm still wondering why it works.
Metadata
Metadata
Assignees
Labels
No labels