pion / stun

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

Fix Public API Breakage #51

Closed Sean-Der closed 3 years ago

Sean-Der commented 3 years ago

stun.TransactionID can't be changed, reverting for now.

Resolves pion/demo-conference#7

codecov[bot] commented 3 years ago

Codecov Report

Merging #51 into master will decrease coverage by 0.00%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #51      +/-   ##
==========================================
- Coverage   99.22%   99.22%   -0.01%     
==========================================
  Files          18       18              
  Lines        1038     1037       -1     
==========================================
- Hits         1030     1029       -1     
  Misses          7        7              
  Partials        1        1              
Flag Coverage Δ
#go 99.22% <ø> (-0.01%) :arrow_down:
#wasm 54.77% <ø> (-0.05%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
stun.go 100.00% <ø> (ø)

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 85839ae...17dccab. Read the comment docs.