Commit graph

7 commits

Author SHA1 Message Date
Daisuke Maki f2b92f5758 Fix tests
refs #260
2015-09-28 17:00:00 +09:00
Daisuke Maki a18faef700 remove unused parameter from SendDraw 2015-03-17 15:37:50 +09:00
Daisuke Maki e8915c03cb More refactoring for testing 2015-03-17 15:37:48 +09:00
Daisuke Maki 4c078d6505 Fix a race condition that existed between clear status and print status
For whatever reason I was thinking at the time, I had split the channels
to receive request to print to and clear the status message. This
basically means that, even if you meant to print X and then clear it
in 500 milliseconds, the clear request could actually arrive BEFORE
the print message.

This change basically puts all the status related request into one
channel, so that all requests can come sequentially
2014-09-08 14:41:06 +09:00
Daisuke Maki 3b2b1fe07a Because I love @mattn 2014-08-27 14:17:13 +09:00
Daisuke Maki ddec4d4901 oops, the other way around 2014-08-27 11:28:52 +09:00
Daisuke Maki 5f22bda676 Add tests for hub 2014-08-27 11:27:37 +09:00