Eric Kidd
Eric Kidd
Please feel free to go ahead and update and/or merge this! I finally ran into enough issues keeping a Slack connection open that I converted our internal stuff to a...
Got a repro here: ``` thread 'Chatbot Slack Receiver' panicked at 'unexpected error ErrorSyscall with ret -1', /root/.cargo/registry/src/github.com-0a35038f75765ae4/openssl-0.6.7/src/ssl/mod.rs:983 error receiving outgoing messages: receiving on a closed channel ``` This makes...
Thank you for the great library and the quick response! I think there's actually two separate problems here: 1. Something's going wrong in the Slack interface code, causing a panic....
I noticed we're running against an old version of the Slack adapter, so it may be worth updating first: ``` diff --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ path...
I tried quickly upgrading to 0.11 but I got stuck with various internal Slack errors. It's probably just a dumb mistake. I'm going to put (1) aside for the moment,...
OK, I have a fix for issue (2) in #24. I probably won't have time to track down issue (1) for a couple of days, but at least this will...
I spoke to @eddyb on #rust yesterday, and he thought it might be reasonable to send messages on a channel from a stack guard. So yes, I think it might...
I'm happy to transfer control of my crates (and the names on crates.io) to people actively working on duktape. Please don't hesitate to ask.
@flosse @moosingin3space Could you two perhaps work out a plan for who wants to be charge of maintaining this crate in the future? Thank you for any suggestions!
@dflemstr, your high-level wrappers look really useful. What's the consensus here? I'm willing to consider turning over the name if everybody agrees on which crate should have it. :-)