pion / stun

A Go implementation of STUN
https://pion.ly/
MIT License
625 stars 94 forks source link

Fix Client crash on ARM #18

Closed Sean-Der closed 5 years ago

Sean-Der commented 5 years ago

Align 64bit atomic fields, see https://golang.org/pkg/sync/atomic/#pkg-note-BUG

codecov[bot] commented 5 years ago

Codecov Report

Merging #18 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #18   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          19     19           
  Lines        1207   1207           
=====================================
  Hits         1207   1207
Impacted Files Coverage Δ
client.go 100% <ø> (ø) :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 92f4e21...1259995. Read the comment docs.