prysm-pulse/shared/logutil
Raul Jordan 4d7797827e
Concurrent Websocket Handlers for Log Streaming (#7428)
* concurrent conn with mutex

* add buffer size

* only localhost

* clarify caller needs to hold lock

* Update shared/logutil/stream.go

Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>

* Update shared/logutil/stream.go

Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>

* fix up tests

Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2020-10-06 13:32:48 +00:00
..
BUILD.bazel Concurrent Websocket Handlers for Log Streaming (#7428) 2020-10-06 13:32:48 +00:00
logutil.go Streaming Logs via Websocket Server (#7240) 2020-09-16 09:03:52 -05:00
stream_test.go Concurrent Websocket Handlers for Log Streaming (#7428) 2020-10-06 13:32:48 +00:00
stream.go Concurrent Websocket Handlers for Log Streaming (#7428) 2020-10-06 13:32:48 +00:00