Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dji Tello Halt does not terminate all the related goroutines and may …
…wait forever when it is called multiple times Halt method waits forever when at least one of the goroutines is blocked by its Read method. To avoid this, I make Halt method close the connections before writing to doneCh.
- Loading branch information