-
Notifications
You must be signed in to change notification settings - Fork 11k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: decoder error preventing succesfull app subprocess restart (#34858)
- Loading branch information
Showing
5 changed files
with
110 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
'@rocket.chat/omnichannel-transcript': patch | ||
'@rocket.chat/authorization-service': patch | ||
'@rocket.chat/stream-hub-service': patch | ||
'@rocket.chat/presence-service': patch | ||
'@rocket.chat/fuselage-ui-kit': patch | ||
'@rocket.chat/account-service': patch | ||
'@rocket.chat/mock-providers': patch | ||
'@rocket.chat/ui-theming': patch | ||
'@rocket.chat/uikit-playground': patch | ||
'@rocket.chat/ddp-streamer': patch | ||
'@rocket.chat/queue-worker': patch | ||
'@rocket.chat/apps-engine': patch | ||
'@rocket.chat/ui-composer': patch | ||
'@rocket.chat/ui-contexts': patch | ||
'@rocket.chat/ui-client': patch | ||
'@rocket.chat/models': patch | ||
'@rocket.chat/sha256': patch | ||
'@rocket.chat/meteor': patch | ||
--- | ||
|
||
Fixes an issue that prevented the apps-engine from reestablishing communications with subprocesses in some cases |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters