Files
vault/sdk/logical
Christopher Swenson 4944581a9c events: WS protobuf messages should be binary (#19232)
The [WebSockets spec](https://www.rfc-editor.org/rfc/rfc6455) states
that text messages must be valid UTF-8 encoded strings, which protobuf
messages virtually never are. This now correctly sends the protobuf events
as binary messages.

We change the format to correspond to CloudEvents, as originally intended,
and remove a redundant timestamp and newline.

We also bump the eventlogger to fix a race condition that this code triggers.
2023-02-17 11:38:03 -08:00
..
2022-05-18 09:16:13 -07:00
2022-12-07 13:29:51 -05:00
2022-02-17 11:43:07 -08:00
2022-02-17 13:08:51 -08:00