pachadotdev / analogsea

Digital Ocean R client
https://pacha.dev/analogsea/
Apache License 2.0
154 stars 24 forks source link

fix68: added wait after power-off #69

Closed behrica closed 9 years ago

behrica commented 9 years ago

For fixing #68

hadley commented 9 years ago

This should happen automatically already because droplet_power_off() should return an action, and as.droplet.action waits for the action to complete.

behrica commented 9 years ago

Hmmm. I had errors saying 'the droplet has already a pending event' or similar whi ch went away after the change. I will try to come up with a reproducible szenario.