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

Move ReceiveMessageAsync to poller #327

Merged
merged 2 commits into from
Jul 4, 2019

Conversation

earlbread
Copy link
Contributor

@earlbread earlbread commented Jul 3, 2019

This fixes #321 using NetMQPoller to receive messages.

@earlbread earlbread self-assigned this Jul 3, 2019
@earlbread earlbread force-pushed the receive-message-poller branch 2 times, most recently from e2edca2 to 2ca072f Compare July 4, 2019 04:45
@codecov
Copy link

codecov bot commented Jul 4, 2019

Codecov Report

Merging #327 into master will decrease coverage by 0.11%.
The diff coverage is 66.66%.

@@            Coverage Diff             @@
##           master     #327      +/-   ##
==========================================
- Coverage   87.81%   87.69%   -0.12%     
==========================================
  Files         189      189              
  Lines       12781    12749      -32     
==========================================
- Hits        11223    11180      -43     
- Misses       1308     1319      +11     
  Partials      250      250
Impacted Files Coverage Δ
Libplanet/Net/Swarm.cs 77.53% <66.66%> (-0.82%) ⬇️
Libplanet/Net/NoSwarmContextException.cs 0% <0%> (-25%) ⬇️
Libplanet/Net/NetMQSocketExtension.cs 31.91% <0%> (-10.64%) ⬇️

@earlbread earlbread marked this pull request as ready for review July 4, 2019 04:51
@earlbread earlbread requested review from longfin and dahlia July 4, 2019 04:52
@earlbread earlbread added the bug Something isn't working label Jul 4, 2019
@earlbread earlbread added this to the 0.4.0 milestone Jul 4, 2019
CHANGES.md Outdated Show resolved Hide resolved
Libplanet/Net/Swarm.cs Outdated Show resolved Hide resolved
Libplanet.Tests/Net/SwarmTest.cs Outdated Show resolved Hide resolved
dahlia
dahlia previously approved these changes Jul 4, 2019
@earlbread earlbread force-pushed the receive-message-poller branch 3 times, most recently from 85f64ed to fa1ae9b Compare July 4, 2019 06:45
@earlbread earlbread requested review from longfin and dahlia July 4, 2019 06:51
longfin
longfin previously approved these changes Jul 4, 2019
earlbread and others added 2 commits July 4, 2019 16:05
Co-Authored-By: Swen Mun <longfinfunnel@gmail.com>
@earlbread
Copy link
Contributor Author

I rebased this because #330 has been merged.

@dahlia dahlia merged commit 9a2699b into planetarium:master Jul 4, 2019
@earlbread earlbread deleted the receive-message-poller branch July 8, 2019 04:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

An unexpected exception occured during ReceiveMessageAsync()
3 participants