Add note regarding Lighthouse SSE

This commit is contained in:
Jim McDonald 2020-11-26 20:32:26 +00:00
parent 925e69fb9a
commit a0a6d2ffa8
No known key found for this signature in database
GPG Key ID: 89CEB61B2AD2A5E7
1 changed files with 3 additions and 0 deletions

View File

@ -50,6 +50,9 @@ Vouch sits between the beacon node(s) and signer(s) in an Ethereum 2 validating
- [Account manager](docs/accountmanager.md) Details of the supported account managers
- [Graffiti](docs/graffiti.md) Details of the graffiti provider
## Known issues
- lighthouse does not yet implement server-sent events. As a result, if you are using Lighthouse you will see an occasional error in the logs that looks like: `{"level":"error","service":"client","impl":"standardv1","error":"could not connect to stream","time":"2020-11-26T08:01:09Z","message":"Failed to subscribe to event stream"}`
## Maintainers
Jim McDonald: [@mcdee](https://github.com/mcdee).