evaera / RbxSync

[ARCHIVED] Third party IDE support for Roblox Studio.
GNU General Public License v3.0
31 stars 12 forks source link

Resolve evaera/RbxSync#17 #18

Closed GixxerK3 closed 6 years ago

GixxerK3 commented 6 years ago

Roblox seems to be doing more work at the start of a game than previously. Before checking IsRunning, wait at least until after the first heartbeat then an additional half second to account for the additional work. It'd be even better to locate some consistent status indicator that Roblox's initialization code has completed and use that here instead of waiting an arbitrary length of time.

evaera commented 6 years ago

Thanks, I'll have a new build out in a few hours.