Closed txdv closed 14 years ago
This is not a Cinch-related issue.
Yes it isn't, but maybe for a future record if one tries to use ActiveRecord with cinch:
ActiveRecord::Base.establish_connection( .... :pool => 20 )
Will solve avoid this deadlock happening.
http://pastebin.com/ADyt7Kic this is the script. http://pastebin.com/cPK4Gv7i this is the behavior. Flooding the bot with commands results in total unresponsiveness of the actually command, when it uses ActiveRecord objects. I tried it with the google example, but failed to reproduce this particular bug(?).