campfire-bot
campfire-bot copied to clipboard
Configurable Timeout?
I've noticed that my long-running campfire-bot, most likely after periods of inactivity, leaves the campfire room, though the campfire bot process continues to run, without being connected to any rooms.
There's a hardcoded timeout parameter of "6" in campfire-bot, which does eventually get passed down to EventMachine::connect. I'm not sure this is the parameter I need to change, or if there' an additional inactivity kind of timeout I need to change. Does anyone have experience with this?
Yeah, this should be configurable. Want to submit a patch?