3.5.1
·
11 commits
to 3.x
since this release
[3.5.1] - 2022-02-17
Fixed:
- If the SDK receives invalid JSON data from a streaming connection (possibly as a result of the connection being cut off), it now uses its regular error-handling logic: the error is emitted as an
error
event or, if there are noerror
event listeners, it is logged. Previously, it would be thrown as an unhandled exception.