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

Fixed TurnClient's cancellation bug #916

Merged
merged 1 commit into from
Jul 7, 2020

Conversation

longfin
Copy link
Member

@longfin longfin commented Jul 7, 2020

This PR addresses that TurnClient.SendMessageAsync() hadn't been applied cancellation token as expected.

@longfin longfin added bug Something isn't working network Related to networking (Libplanet.Net) labels Jul 7, 2020
@longfin longfin self-assigned this Jul 7, 2020
@longfin longfin marked this pull request as ready for review July 7, 2020 05:42
@codecov
Copy link

codecov bot commented Jul 7, 2020

Codecov Report

Merging #916 into master will decrease coverage by 0.03%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #916      +/-   ##
==========================================
- Coverage   87.82%   87.78%   -0.04%     
==========================================
  Files         258      258              
  Lines       23961    23962       +1     
==========================================
- Hits        21044    21036       -8     
- Misses       1517     1523       +6     
- Partials     1400     1403       +3     
Impacted Files Coverage Δ
Libplanet.Stun/Stun/TurnClient.cs 76.95% <100.00%> (+0.10%) ⬆️
Libplanet/Net/BlockCompletion.cs 92.15% <0.00%> (-2.91%) ⬇️
Libplanet/Net/Protocols/KademliaProtocol.cs 65.20% <0.00%> (-0.39%) ⬇️
Libplanet/Net/NetMQTransport.cs 82.44% <0.00%> (+0.12%) ⬆️
Libplanet.RocksDBStore/RocksDBStore.cs 95.56% <0.00%> (+0.31%) ⬆️

@longfin longfin merged commit 6241b1f into planetarium:master Jul 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working network Related to networking (Libplanet.Net)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants