Bimde / Blackjack-Server

MIT License
0 stars 1 forks source link

Remove waiting? #37

Closed ecnivo closed 8 years ago

ecnivo commented 8 years ago

Make a version for AIs that remove sleeps, so that I don't have to wait twenty minutes for a single game to complete?

xuwilliam01 commented 8 years ago

Yeah we can just remove all the sleeps and publish that as a separate file. Though it may be buggy idk On Dec 8, 2015 2:07 PM, "Vince" notifications@github.com wrote:

Make a version for AIs that remove sleeps, so that I don't have to wait twenty minutes for a single game to complete?

— Reply to this email directly or view it on GitHub https://github.com/Bimde/Blackjack-Server/issues/37.

Bimde commented 8 years ago

We might slightly reduce the delay time if all other clients approve it. However we will not be adding any new features from today onward due to the possibility of creating more bugs. You can create this yourself for your testing using the 'DELAY' constant in the Server class, which could be changed to your heart's content.

ecnivo commented 8 years ago

Thank you.

ecnivo commented 8 years ago

Can you also put a flag on the sysouts? It slows down things when testing. Thanks!

Also when setting DELAY to 0, there's still pausing somewhere or another...