Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvements with communication stability #64

Merged
merged 1 commit into from
Oct 25, 2017

Commits on Oct 25, 2017

  1. Work on stability improvements

    - Correct implementation of slim semaphores in `SendBufferAsync()`, `ReadBufferAsync()` and `PerformRequestAsync()`
    - Remove ConfigureAwaitChecker Analyzer
    - Global remove ConfigureAwait(false) because context is required on 99% of the code
    - Correct code in SerialPort to use IsDevicesEnumerationComplete (regression)
    - Rework code on `PerformRequestAsync()`
    - Simplified several nested calls to remove the _repeated_ await
    
    Signed-off-by: José Simões <jose.simoes@eclo.solutions>
    josesimoes committed Oct 25, 2017
    Configuration menu
    Copy the full SHA
    6247a7b View commit details
    Browse the repository at this point in the history