philippseith / signalr

SignalR server and client in go
MIT License
141 stars 41 forks source link

chg: #67 improve debug logging #69

Closed philippseith closed 3 years ago

philippseith commented 3 years ago

invocationMessage arguments of type json.RawMessage should be logged as string

codecov[bot] commented 3 years ago

Codecov Report

Merging #69 (42423f6) into master (d0f92ed) will increase coverage by 0.15%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #69      +/-   ##
==========================================
+ Coverage   80.01%   80.16%   +0.15%     
==========================================
  Files          29       29              
  Lines        1916     1926      +10     
==========================================
+ Hits         1533     1544      +11     
+ Misses        256      255       -1     
  Partials      127      127              
Impacted Files Coverage Δ
jsonhubprotocol.go 90.98% <ø> (ø)
loop.go 97.18% <100.00%> (+0.11%) :arrow_up:
hubconnection.go 97.10% <0.00%> (ø)
invokeclient.go 85.91% <0.00%> (+1.40%) :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 d0f92ed...42423f6. Read the comment docs.