Skip to content

Conversation

@gribnoysup
Copy link
Collaborator

Was debugging a flaky test and tracked it down to CCS currently not supporting streaming monitoring (known limitation for now), we already decided to disable it for now (see tech design) opting into the polling monitoring, but never updated compass-web to account for that. This patch aligns this and other options with the tech design, polling being the most important to fix as this causes real issues at the moment

class Socket extends Duplex {
private _tls = false;
private _ws: WebSocket | null = null;
private _setOptions: {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Drive-by clean-up, this was doing nothing after a recent change to the logic of the proxy

@gribnoysup gribnoysup merged commit 194e1bf into main Jan 10, 2025
22 of 25 checks passed
@gribnoysup gribnoysup deleted the COMPASS-8794 branch January 10, 2025 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants