David N. Welton
David N. Welton
Well if there's some other code that's going to be used anyway, like qdate, perhaps this code could be stuffed in there (it's liberally licensed). Or maybe that can be...
Oops, I thought I'd mentioned ezic myself - that's what I was looking at. I'll see if we end up needing to do the time zone stuff in a heavy...
I think @edhollandAL wrote some of this code - have time to take a look?
Thinking out loud: rather than using the process dictionary, is there a way to, say, pass the `Conn` into the `fun()` or something?
I like the new code without the process dictionary - it feels cleaner in any case. Other thoughts?
I'll have to think about this some, but I do think that, given the small number of users, if we need to change the API to improve the code, it's...
@aktungmak is there a way to trigger that that always works, so I can test it out? I do not like 'catch all' handlers, as they may let problems sneak...
@aktungmak ok... that works. What kind of real world code was causing something like that?
Would it make sense to do something like wrap the other library with a receive looking for its exit?
@aktungmak would your refactoring still work if we include your patch, without the 'catchall' `handle_info` ?