vapor-community / sockets

🔌 Non-blocking TCP socket layer, with event-driven server and client.
MIT License
575 stars 54 forks source link

closed var changed too late #105

Closed lgaches closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

Merging #105 into master will increase coverage by 0.43%.

@@            Coverage Diff             @@
##           master     #105      +/-   ##
==========================================
+ Coverage   66.18%   66.61%   +0.43%     
==========================================
  Files          29       29              
  Lines        1384     1396      +12     
==========================================
+ Hits          916      930      +14     
+ Misses        468      466       -2
Impacted Files Coverage Δ
Sources/SocksCore/TCPSocket.swift 83.58% <100%> (+1.02%) :white_check_mark:
Tests/SocksCoreTests/LifetimeTests.swift 82.35% <100%> (+2.35%) :white_check_mark:

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 b47313f...6177ca1. Read the comment docs.

lgaches commented 7 years ago

I've tried to improve error handling