hippich / Bitcoin-Poker-Room

Sources for Bitcoin Poker Room.
http://betco.in
Other
132 stars 87 forks source link

There needs to be a 5 minute timeout so people can't just sit down and take up a seat all day without playing. #64

Closed hippich closed 13 years ago

anisoptera commented 13 years ago

Currently we punt users when they miss a certain number of hands. Is this a problem with heads-up tables?

hippich commented 13 years ago

So user can't just sit out forever, right? eventually it will be removed from seat if he did not play certain number of hands?

anisoptera commented 13 years ago

Yes, the only way someone can take up a seat "forever" is if no hands are ever played at the table. After they miss a certain number of hands in a row they will be removed (I think the default is 5 - it's configurable)

I can see this being a problem at heads-up tables, because if I'm sitting out at a table with 2 seats, no hands can be played at that table and I'll never be kicked out. But in that case I think the solution is spawning new HU tables when there aren't any empty ones.

hippich commented 13 years ago

Thank you for clarification. Closing.

hippich commented 13 years ago

Apparently, it do not work.. Today I seen three users sitting a very long time. Two one even without any stack on table.. Probably something somewhere broken.

anisoptera commented 13 years ago

That'll teach me to assume something works just because I read the implementation and it made sense.