JKRhb / dtls2

A DTLS library for Dart based on OpenSSL.
MIT License
3 stars 0 forks source link

fix!(client): throw SocketException if not connected anymore #92

Closed JKRhb closed 1 year ago

JKRhb commented 1 year ago

Resolves #91.

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage has no change and project coverage change: +0.11 :tada:

Comparison is base (77bcc62) 83.21% compared to head (492f7c2) 83.33%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #92 +/- ## ========================================== + Coverage 83.21% 83.33% +0.11% ========================================== Files 11 11 Lines 727 726 -1 ========================================== Hits 605 605 + Misses 122 121 -1 ``` | [Impacted Files](https://app.codecov.io/gh/JKRhb/dtls2/pull/92?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jan+Romann) | Coverage Δ | | |---|---|---| | [lib/src/dtls\_client.dart](https://app.codecov.io/gh/JKRhb/dtls2/pull/92?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jan+Romann#diff-bGliL3NyYy9kdGxzX2NsaWVudC5kYXJ0) | `79.54% <ø> (+0.35%)` | :arrow_up: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.