rsocket / rsocket-go

rsocket-go implementation
Apache License 2.0
511 stars 46 forks source link

Fix compile error on ARM 32 #117

Closed jjeffcaii closed 3 years ago

jjeffcaii commented 3 years ago

Fix compile error on ARM 32bit

Motivation:

Fix compile error on ARM 32bit

Modifications:

Fix compile error on ARM 32bit

Result:

Codes will be compiled correctly on ARM 32bits.

jjeffcaii commented 3 years ago

Fix #116

codecov-commenter commented 3 years ago

Codecov Report

Merging #117 (cb1e66b) into master (c005d31) will increase coverage by 2.90%. The diff coverage is 100.00%.

:exclamation: Current head cb1e66b differs from pull request most recent head 54a6d79. Consider uploading reports for the commit 54a6d79 to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##           master     #117      +/-   ##
==========================================
+ Coverage   62.54%   65.44%   +2.90%     
==========================================
  Files         100      100              
  Lines        4528     5354     +826     
==========================================
+ Hits         2832     3504     +672     
- Misses       1421     1569     +148     
- Partials      275      281       +6     
Impacted Files Coverage Δ
internal/bytesconv/bytesconv.go 100.00% <100.00%> (ø)
internal/common/bytedump.go 100.00% <100.00%> (ø)
internal/common/bytebuffer.go 80.64% <0.00%> (-4.36%) :arrow_down:
internal/session/session.go 41.17% <0.00%> (-4.28%) :arrow_down:
internal/fragmentation/joiner.go 68.62% <0.00%> (-3.60%) :arrow_down:
internal/fragmentation/types.go 55.55% <0.00%> (-1.59%) :arrow_down:
rx/mono/proxy_oneshot.go 26.92% <0.00%> (-0.24%) :arrow_down:
core/framing/writeable_request_response.go 75.86% <0.00%> (-0.14%) :arrow_down:
core/transport/tcp_transport.go 67.36% <0.00%> (-0.11%) :arrow_down:
rsocket.go 100.00% <0.00%> (ø)
... and 92 more

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 c005d31...54a6d79. Read the comment docs.