Files
appium/lib/server
Jonathan Lipps 3c6a25b5ae fix async bug in ios crash waterfall
previously, we'd respond to the client's current callback and then start
the shutdown sequence. this opened up a situation where the client could
then call another command (say driver.quit) during shutdown, enabling
the possibility of two simultaneous shutdown flows causing undefined
behavior. this fix makes sure we don't respond to the client for a
command that caused a crash until we're done shutting down.
2014-08-29 14:05:39 -07:00
..
2014-01-30 16:58:19 +08:00
2014-08-19 12:00:13 -07:00
2014-06-04 09:07:58 +08:00
2014-08-20 10:01:14 -07:00
2014-08-18 10:12:39 -04:00
2014-06-26 22:53:59 +08:00