Ensure we listen to errors when writing to websocket

This commit is contained in:
Tobie Morgan Hitchcock 2020-11-16 11:09:35 +00:00
parent 941ee79b65
commit 951b52e3f2
2 changed files with 3 additions and 1 deletions

2
go.mod
View file

@ -7,7 +7,7 @@ require (
cloud.google.com/go/logging v1.1.2 cloud.google.com/go/logging v1.1.2
github.com/abcum/bump v0.0.0-20201116071400-31a74cba5f19 github.com/abcum/bump v0.0.0-20201116071400-31a74cba5f19
github.com/abcum/cork v0.0.0-20201116072055-6b3677fdfab1 github.com/abcum/cork v0.0.0-20201116072055-6b3677fdfab1
github.com/abcum/fibre v0.0.0-20201116072313-07fa416362b2 github.com/abcum/fibre v0.0.0-20201116105551-0b75e530e0cd
github.com/abcum/rixxdb v0.0.0-20201116083534-c988f1e5d2bb github.com/abcum/rixxdb v0.0.0-20201116083534-c988f1e5d2bb
github.com/abcum/tmpl v0.0.0-20190929092451-4b08f6027ed1 // indirect github.com/abcum/tmpl v0.0.0-20190929092451-4b08f6027ed1 // indirect
github.com/dgraph-io/ristretto v0.0.3 github.com/dgraph-io/ristretto v0.0.3

2
go.sum
View file

@ -46,6 +46,8 @@ github.com/abcum/cork v0.0.0-20201116072055-6b3677fdfab1 h1:HRy+gOcIbmHi2CHY/kVg
github.com/abcum/cork v0.0.0-20201116072055-6b3677fdfab1/go.mod h1:4NyuORcAT6R8JYsS+CDcBa0TmSPnP7n0Kxrxiq9EZLw= github.com/abcum/cork v0.0.0-20201116072055-6b3677fdfab1/go.mod h1:4NyuORcAT6R8JYsS+CDcBa0TmSPnP7n0Kxrxiq9EZLw=
github.com/abcum/fibre v0.0.0-20201116072313-07fa416362b2 h1:B9dvnw2Pt/V8wZaH/OcoIdi7CEkTHwq96Bwrx2AeCCo= github.com/abcum/fibre v0.0.0-20201116072313-07fa416362b2 h1:B9dvnw2Pt/V8wZaH/OcoIdi7CEkTHwq96Bwrx2AeCCo=
github.com/abcum/fibre v0.0.0-20201116072313-07fa416362b2/go.mod h1:naD9ybsRTyR816GnsLj4QQsh9fKfQSutemK/zrTYJto= github.com/abcum/fibre v0.0.0-20201116072313-07fa416362b2/go.mod h1:naD9ybsRTyR816GnsLj4QQsh9fKfQSutemK/zrTYJto=
github.com/abcum/fibre v0.0.0-20201116105551-0b75e530e0cd h1:fLIbWEyjW1FVN1DCKS465Dayc6ZEdQpYvn4AALm4udg=
github.com/abcum/fibre v0.0.0-20201116105551-0b75e530e0cd/go.mod h1:naD9ybsRTyR816GnsLj4QQsh9fKfQSutemK/zrTYJto=
github.com/abcum/rixxdb v0.0.0-20201116083534-c988f1e5d2bb h1:iS1RpYDGSvhFoCzO2zTMMXLPNG7KS+ezm38i9rpDwuM= github.com/abcum/rixxdb v0.0.0-20201116083534-c988f1e5d2bb h1:iS1RpYDGSvhFoCzO2zTMMXLPNG7KS+ezm38i9rpDwuM=
github.com/abcum/rixxdb v0.0.0-20201116083534-c988f1e5d2bb/go.mod h1:/n9dcXlrp22Yy2p+0n9DynExr5Ne/VVuGvQfdgC7U3I= github.com/abcum/rixxdb v0.0.0-20201116083534-c988f1e5d2bb/go.mod h1:/n9dcXlrp22Yy2p+0n9DynExr5Ne/VVuGvQfdgC7U3I=
github.com/abcum/tmpl v0.0.0-20190929092451-4b08f6027ed1 h1:hRp2bOK7p4HTCCFl4v0apR309NuN1qpKnWnX21JSCHQ= github.com/abcum/tmpl v0.0.0-20190929092451-4b08f6027ed1 h1:hRp2bOK7p4HTCCFl4v0apR309NuN1qpKnWnX21JSCHQ=