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
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -43,10 +43,6 @@ Using the following categories, list your changes in this order:
43
43
- ReactPy Websocket will now decode messages via `orjson` resulting in an ~6% overall performance boost.
44
44
- Built-in asyncio event loops are now patched via `nest_asyncio` to be re-enterant, resulting in an ~10% overall performance boost. This has no performance impact if you are running your webserver with `uvloop`.
45
45
46
-
### Changed
47
-
48
-
- Changed implementation of `REACTPY_BACKHAUL_THREAD` to attempt increased performance compatibility.
49
-
50
46
### Fixed
51
47
52
48
- Fix bug where `REACTPY_WEBSOCKET_URL` always generates a warning if unset.
0 commit comments