Skip to content

Commit

Permalink
Try to recover malformed events
Browse files Browse the repository at this point in the history
  • Loading branch information
vruello committed Oct 1, 2023
1 parent 8cb71d2 commit c9ba0b2
Show file tree
Hide file tree
Showing 2 changed files with 271 additions and 24 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Remove `OperationID` from responses because we don't support "Robust Connection" (#37)
- Clear in-memory subscriptions when a SIGHUP signal is received, resulting in all file descriptors used by subscriptions being closed (#37)
- `heartbeats_queue_size` now defaults to 2048 instead of 32 (#37)
- A malformed event will no longer stop the event stream anymore with the json formatter. Some work is done to try to recover the raw data of the event, and an `OpenWEC.Error` field is added to help catch the problem (#47)

## [0.1.0] - 2023-05-30

Expand Down
Loading

0 comments on commit c9ba0b2

Please sign in to comment.