IFL-CAMP / simple

S.I.M.P.L.E. - Smart Intuitive Messaging Platform with Less Effort. A Cross-Platform C++ Library to Exchange Data Across Network.
Mozilla Public License 2.0
22 stars 5 forks source link

GenericSocket hotfix #31

Closed SalvoVirga closed 6 years ago

SalvoVirga commented 6 years ago

The comparison between the received topic name and the one it is supposed to get was wrong. Now we check the first 4 chars that arrive.

codecov-io commented 6 years ago

Codecov Report

Merging #31 into master will decrease coverage by 0.03%. The diff coverage is 60%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #31      +/-   ##
==========================================
- Coverage   99.75%   99.71%   -0.04%     
==========================================
  Files          58       56       -2     
  Lines        4000     3881     -119     
==========================================
- Hits         3990     3870     -120     
- Misses         10       11       +1
Impacted Files Coverage Δ
include/simple/generic_socket.hpp 90.78% <60%> (-1.11%) :arrow_down:
include/simple/client.hpp 100% <0%> (ø) :arrow_up:
include/simple/server.hpp 100% <0%> (ø) :arrow_up:
tests/test_client.cpp

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 9907353...f49a9ff. Read the comment docs.