barneygale / mark2

minecraft server wrapper, written in python with twisted
Other
105 stars 27 forks source link

~cancel sometimes fails #66

Open edk0 opened 11 years ago

edk0 commented 11 years ago

sometimes ~cancel tries to cancel an old delayed call instead of the current one. this renders the restart or shutdown in question impossible to cancel since it's popped from the cancel stack. hopefully this gets fixed free in new events, but I think it needs an issue anyway

edk0 commented 11 years ago

I've never been able to reproduce this since making this issue.

edk0 commented 11 years ago

Or not, it's still happening in some cases. Not sure why.