Panic errors with channels

Is this something to be concerned with and why might it be happening and what I can do to avoid . Thank you.

022/02/01 15:22:59 [Recovery] 2022/02/01 - 15:22:59 panic recovered:
write tcp 192.168.50.14:8089->192.168.50.236:53732: wsasend: An existing connection was forcibly closed by the remote host.
github.com/gin-gonic/[email protected]/render/json.go:58 (0x14f7004)
github.com/gin-gonic/[email protected]/context.go:899 (0x14fc9e6)
github.com/gin-gonic/[email protected]/context.go:942 (0x1f55c44)
github.com/fancybits/channels-server/http_device.go:301 (0x1f55bf4)
github.com/gin-gonic/[email protected]/context.go:169 (0x1f36649)
github.com/fancybits/channels-server/http_device.go:292 (0x1f36587)
github.com/gin-gonic/[email protected]/context.go:169 (0x1f35eb8)
github.com/fancybits/channels-server/http_device.go:41 (0x1f35dec)
github.com/gin-gonic/[email protected]/context.go:169 (0x1f3274b)
github.com/fancybits/channels-server/http.go:240 (0x1f324b7)
github.com/gin-gonic/[email protected]/context.go:169 (0x1f3242a)
github.com/fancybits/channels-server/http.go:220 (0x1f3240f)
github.com/gin-gonic/[email protected]/context.go:169 (0x1f32291)
github.com/fancybits/channels-server/http.go:212 (0x1f31aa9)
github.com/gin-gonic/[email protected]/context.go:169 (0x1505001)
github.com/gin-gonic/[email protected]/recovery.go:107 (0x1504fec)
github.com/gin-gonic/[email protected]/context.go:169 (0x1504266)
github.com/gin-gonic/[email protected]/logger.go:240 (0x1504249)
github.com/gin-gonic/[email protected]/context.go:169 (0x1e7bf2c)
github.com/gin-contrib/[email protected]/sessions.go:65 (0x1e7bf18)
github.com/gin-gonic/[email protected]/context.go:169 (0x1e76109)
github.com/gin-contrib/[email protected]/gzip.go:47 (0x1e760df)
github.com/gin-gonic/[email protected]/context.go:169 (0x1f4f461)
github.com/fancybits/channels-server/http.go:330 (0x1f4f44b)
github.com/gin-gonic/[email protected]/context.go:169 (0x15037f0)
github.com/gin-gonic/[email protected]/gin.go:598 (0x1503458)
github.com/gin-gonic/[email protected]/gin.go:554 (0x1502f91)
net/http/server.go:2879 (0x129229a)
net/http/server.go:1930 (0x128d947)
runtime/asm_amd64.s:1581 (0x102b7c0)

2022/02/01 15:22:59 [Recovery] 2022/02/01 - 15:22:59 panic recovered:
write tcp 192.168.50.14:8089->192.168.50.236:53733: wsasend: An existing connection was forcibly closed by the remote host.
github.com/gin-gonic/[email protected]/render/json.go:58 (0x14f7004)
github.com/gin-gonic/[email protected]/context.go:899 (0x14fc9e6)
github.com/gin-gonic/[email protected]/context.go:942 (0x1f55c44)
github.com/fancybits/channels-server/http_device.go:301 (0x1f55bf4)
github.com/gin-gonic/[email protected]/context.go:169 (0x1f36649)
github.com/fancybits/channels-server/http_device.go:292 (0x1f36587)
github.com/gin-gonic/[email protected]/context.go:169 (0x1f35eb8)
github.com/fancybits/channels-server/http_device.go:41 (0x1f35dec)
github.com/gin-gonic/[email protected]/context.go:169 (0x1f3274b)
github.com/fancybits/channels-server/http.go:240 (0x1f324b7)
github.com/gin-gonic/[email protected]/context.go:169 (0x1f3242a)
github.com/fancybits/channels-server/http.go:220 (0x1f3240f)
github.com/gin-gonic/[email protected]/context.go:169 (0x1f32291)
github.com/fancybits/channels-server/http.go:212 (0x1f31aa9)
github.com/gin-gonic/[email protected]/context.go:169 (0x1505001)
github.com/gin-gonic/[email protected]/recovery.go:107 (0x1504fec)
github.com/gin-gonic/[email protected]/context.go:169 (0x1504266)
github.com/gin-gonic/[email protected]/logger.go:240 (0x1504249)
github.com/gin-gonic/[email protected]/context.go:169 (0x1e7bf2c)
github.com/gin-contrib/[email protected]/sessions.go:65 (0x1e7bf18)
github.com/gin-gonic/[email protected]/context.go:169 (0x1e76109)
github.com/gin-contrib/[email protected]/gzip.go:47 (0x1e760df)
github.com/gin-gonic/[email protected]/context.go:169 (0x1f4f461)
github.com/fancybits/channels-server/http.go:330 (0x1f4f44b)
github.com/gin-gonic/[email protected]/context.go:169 (0x15037f0)
github.com/gin-gonic/[email protected]/gin.go:598 (0x1503458)
github.com/gin-gonic/[email protected]/gin.go:554 (0x1502f91)
net/http/server.go:2879 (0x129229a)
net/http/server.go:1930 (0x128d947)
runtime/asm_amd64.s:1581 (0x102b7c0)

2022/02/01 15:22:59 [Recovery] 2022/02/01 - 15:22:59 panic recovered:
write tcp 192.168.50.14:8089->192.168.50.236:53734: wsasend: An existing connection was forcibly closed by the remote host.
github.com/gin-gonic/[email protected]/render/json.go:58 (0x14f7004)
github.com/gin-gonic/[email protected]/context.go:899 (0x14fc9e6)
github.com/gin-gonic/[email protected]/context.go:942 (0x1f55c44)
github.com/fancybits/channels-server/http_device.go:301 (0x1f55bf4)
github.com/gin-gonic/[email protected]/context.go:169 (0x1f36649)
github.com/fancybits/channels-server/http_device.go:292 (0x1f36587)
github.com/gin-gonic/[email protected]/context.go:169 (0x1f35eb8)
github.com/fancybits/channels-server/http_device.go:41 (0x1f35dec)
github.com/gin-gonic/[email protected]/context.go:169 (0x1f3274b)
github.com/fancybits/channels-server/http.go:240 (0x1f324b7)
github.com/gin-gonic/[email protected]/context.go:169 (0x1f3242a)
github.com/fancybits/channels-server/http.go:220 (0x1f3240f)
github.com/gin-gonic/[email protected]/context.go:169 (0x1f32291)
github.com/fancybits/channels-server/http.go:212 (0x1f31aa9)
github.com/gin-gonic/[email protected]/context.go:169 (0x1505001)
github.com/gin-gonic/[email protected]/recovery.go:107 (0x1504fec)
github.com/gin-gonic/[email protected]/context.go:169 (0x1504266)
github.com/gin-gonic/[email protected]/logger.go:240 (0x1504249)
github.com/gin-gonic/[email protected]/context.go:169 (0x1e7bf2c)
github.com/gin-contrib/[email protected]/sessions.go:65 (0x1e7bf18)
github.com/gin-gonic/[email protected]/context.go:169 (0x1e76109)
github.com/gin-contrib/[email protected]/gzip.go:47 (0x1e760df)
github.com/gin-gonic/[email protected]/context.go:169 (0x1f4f461)
github.com/fancybits/channels-server/http.go:330 (0x1f4f44b)
github.com/gin-gonic/[email protected]/context.go:169 (0x15037f0)
github.com/gin-gonic/[email protected]/gin.go:598 (0x1503458)
github.com/gin-gonic/[email protected]/gin.go:554 (0x1502f91)
net/http/server.go:2879 (0x129229a)
net/http/server.go:1930 (0x128d947)
runtime/asm_amd64.s:1581 (0x102b7c0)

2022/02/01 15:22:59 [Recovery] 2022/02/01 - 15:22:59 panic recovered:
write tcp 192.168.50.14:8089->192.168.50.236:53736: wsasend: An existing connection was forcibly closed by the remote host.
github.com/gin-gonic/[email protected]/render/json.go:58 (0x14f7004)
github.com/gin-gonic/[email protected]/context.go:899 (0x14fc9e6)
github.com/gin-gonic/[email protected]/context.go:942 (0x1f55c44)
github.com/fancybits/channels-server/http_device.go:301 (0x1f55bf4)
github.com/gin-gonic/[email protected]/context.go:169 (0x1f36649)
github.com/fancybits/channels-server/http_device.go:292 (0x1f36587)
github.com/gin-gonic/[email protected]/context.go:169 (0x1f35eb8)
github.com/fancybits/channels-server/http_device.go:41 (0x1f35dec)
github.com/gin-gonic/[email protected]/context.go:169 (0x1f3274b)
github.com/fancybits/channels-server/http.go:240 (0x1f324b7)
github.com/gin-gonic/[email protected]/context.go:169 (0x1f3242a)
github.com/fancybits/channels-server/http.go:220 (0x1f3240f)
github.com/gin-gonic/[email protected]/context.go:169 (0x1f32291)
github.com/fancybits/channels-server/http.go:212 (0x1f31aa9)
github.com/gin-gonic/[email protected]/context.go:169 (0x1505001)
github.com/gin-gonic/[email protected]/recovery.go:107 (0x1504fec)
github.com/gin-gonic/[email protected]/context.go:169 (0x1504266)
github.com/gin-gonic/[email protected]/logger.go:240 (0x1504249)
github.com/gin-gonic/[email protected]/context.go:169 (0x1e7bf2c)
github.com/gin-contrib/[email protected]/sessions.go:65 (0x1e7bf18)
github.com/gin-gonic/[email protected]/context.go:169 (0x1e76109)
github.com/gin-contrib/[email protected]/gzip.go:47 (0x1e760df)
github.com/gin-gonic/[email protected]/context.go:169 (0x1f4f461)
github.com/fancybits/channels-server/http.go:330 (0x1f4f44b)
github.com/gin-gonic/[email protected]/context.go:169 (0x15037f0)
github.com/gin-gonic/[email protected]/gin.go:598 (0x1503458)
github.com/gin-gonic/[email protected]/gin.go:554 (0x1502f91)
net/http/server.go:2879 (0x129229a)
net/http/server.go:1930 (0x128d947)
runtime/asm_amd64.s:1581 (0x102b7c0)

Harmless. Usually means you closed the browser while the web UI was loading.

Got you. Thanks for the reply. Thank you