-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactored TelemetrySender.send function
- Loading branch information
1 parent
a330e91
commit ac20ea6
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I asked about moving 'future' creation outside of lock just because it is good practice to hold a lock for a very minimum time and only when it is needed. Here it is needed only to check and increase queue size