imkira / cukunity

cukunity is an automation/testing framework that simplifies BDD testing of Unity 3D games.
http://github.com/imkira/cukunity
MIT License
81 stars 20 forks source link

Data Lost in 2nd Connection #8

Open mirkara opened 9 years ago

mirkara commented 9 years ago

In unity_client.rb the client_connect_original() is unable to send data to the CukunityServer. In OnReadComplete() in CukunityServer, byteCount is always <= 0 leading to the client termination.