You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@
5
5
#### Enhancements
6
6
- Added a property `Live.subscription_requests` which returns a list of tuples containing every `SubscriptionRequest` for the live session
7
7
- Changed the return value of `Live.subscribe()` to `int`, the value of the subscription ID, which can be used to index into the `Live.subscription_requests` property
8
+
- Added feature to automatically monitor for hung connections in the `Live` client
9
+
- Hung connections will be disconnected client side with a `BentoError`
8
10
9
11
#### Breaking changes
10
12
- Several log messages have been reformatted to improve clarity and reduce redundancy, especially at debug levels
0 commit comments