go-zeromq / zmq4

[WIP] Pure-Go implementation of ZeroMQ-4
BSD 3-Clause "New" or "Revised" License
341 stars 56 forks source link

Fix REP socket races on client connection #120

Closed egorse closed 2 years ago

egorse commented 2 years ago

Fixes #119

codecov[bot] commented 2 years ago

Codecov Report

Merging #120 (a2ecc40) into master (a8dffa5) will increase coverage by 0.38%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #120      +/-   ##
==========================================
+ Coverage   67.18%   67.56%   +0.38%     
==========================================
  Files          29       29              
  Lines        1813     1813              
==========================================
+ Hits         1218     1225       +7     
+ Misses        493      488       -5     
+ Partials      102      100       -2     
Impacted Files Coverage Δ
rep.go 69.17% <100.00%> (ø)
socket.go 83.04% <100.00%> (ø)
internal/inproc/inproc.go 72.15% <0.00%> (+1.26%) :arrow_up:
conn.go 56.32% <0.00%> (+2.29%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a8dffa5...a2ecc40. Read the comment docs.