lmahdi / as3-arduino-connector

Automatically exported from code.google.com/p/as3-arduino-connector
0 stars 0 forks source link

Timing on event creation is off when sending to AS3 #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Timing is off.  Should not rely on sleep() function in the thread to create 
events and poll data.

Original issue reported on code.google.com by Nicholas...@gmail.com on 18 Nov 2011 at 9:43

GoogleCodeExporter commented 8 years ago
Fixed in commit #13.  Event creation should mimic flash.net.Socket class.

Original comment by Nicholas...@gmail.com on 20 Nov 2011 at 12:39