Skip to content

Commit

Permalink
fix crash due to concurrent writes to events web socket
Browse files Browse the repository at this point in the history
  • Loading branch information
reddec committed May 19, 2020
1 parent aa0f425 commit 63c40c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
github.com/philhofer/fwd v1.0.0 // indirect
github.com/pkg/browser v0.0.0-20180916011732-0a3d74bf9ce4
github.com/reddec/jsonrpc2 v0.1.18-0.20200514125425-e010095d0a08
github.com/reddec/struct-view v0.0.0-20200507072606-0a025cbeb88c
github.com/reddec/struct-view v0.0.0-20200519061408-4ab6bee5f51d
github.com/stretchr/testify v1.5.1
github.com/tinc-boot/tincd v0.0.0-20200519054535-e47aa8b1df51
github.com/tinylib/msgp v1.1.2
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ github.com/reddec/struct-view v0.0.0-20200411161836-5041210b61f3 h1:3GpSIXpbh4Z0
github.com/reddec/struct-view v0.0.0-20200411161836-5041210b61f3/go.mod h1:cot42Ce5c8DVtL6ivRMhlAZkkmKHDxW0f9a67h2va3s=
github.com/reddec/struct-view v0.0.0-20200507072606-0a025cbeb88c h1:tiVFiNtMqsUl8fyQ3oZvOQZq2Z9tmjucJ7fQXEQRau4=
github.com/reddec/struct-view v0.0.0-20200507072606-0a025cbeb88c/go.mod h1:cot42Ce5c8DVtL6ivRMhlAZkkmKHDxW0f9a67h2va3s=
github.com/reddec/struct-view v0.0.0-20200519061408-4ab6bee5f51d h1:LEsz7NYx8/t20/HwonybHubiYZIC3ol1MZM7tfwffI0=
github.com/reddec/struct-view v0.0.0-20200519061408-4ab6bee5f51d/go.mod h1:cot42Ce5c8DVtL6ivRMhlAZkkmKHDxW0f9a67h2va3s=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
Expand Down

0 comments on commit 63c40c1

Please sign in to comment.