pion / stun

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

Fix cmd/stun-client nil error #76

Closed jerry-tao closed 3 years ago

jerry-tao commented 3 years ago

Description

Fix cmd/stun-client nil error.

Reference issue

codecov[bot] commented 3 years ago

Codecov Report

Merging #76 (8b545a1) into master (a8e78b7) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #76   +/-   ##
=======================================
  Coverage   98.16%   98.16%           
=======================================
  Files          20       20           
  Lines        1091     1091           
=======================================
  Hits         1071     1071           
  Misses         14       14           
  Partials        6        6           
Flag Coverage Δ
go 98.16% <ø> (ø)
wasm 55.43% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out 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 a8e78b7...8b545a1. Read the comment docs.

Sean-Der commented 3 years ago

Thanks for fixing this @jerry-tao !