apache / dubbo-getty

a netty like asynchronous network I/O library based on tcp/udp/websocket; a bidirectional RPC framework based on JSON/Protobuf; a microservice framework based on zookeeper/etcd
Apache License 2.0
220 stars 69 forks source link

fix issue 77: process the last package before handle eof error #78

Closed AlexStocks closed 2 years ago

AlexStocks commented 2 years ago

What this PR does:

process the last package before handle eof error

Which issue(s) this PR fixes:

Fixes #77

codecov-commenter commented 2 years ago

Codecov Report

Merging #78 (70fe756) into master (5496713) will decrease coverage by 0.14%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #78      +/-   ##
==========================================
- Coverage   69.05%   68.91%   -0.15%     
==========================================
  Files           8        8              
  Lines        1422     1422              
==========================================
- Hits          982      980       -2     
  Misses        347      347              
- Partials       93       95       +2     
Impacted Files Coverage Δ
session.go 69.58% <0.00%> (-0.44%) :arrow_down:

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 5496713...70fe756. Read the comment docs.

Lvnszn commented 2 years ago

LGTM