Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@foxglove/ws-protocol: Update to spec changes #579

Merged
merged 2 commits into from
Nov 9, 2023

Conversation

achim-k
Copy link
Collaborator

@achim-k achim-k commented Nov 6, 2023

Public-Facing Changes

@foxglove/ws-protocol: Update to spec changes

Description

Adapts @foxglove/ws-protocol to the latest spec changes made in #563

Related to FG-5280

@achim-k achim-k requested a review from jtbandes November 6, 2023 18:55
@achim-k achim-k force-pushed the achim/ws-protocol-ts-spec-updates branch from 17d842f to d631a7a Compare November 8, 2023 16:29
@achim-k achim-k requested a review from jtbandes November 8, 2023 16:29
typescript/ws-protocol/src/types.ts Outdated Show resolved Hide resolved
schemaEncoding: string;
schema: string;
};
type ServiceResponseDefinition = ServiceRequestDefinition;
Copy link
Member

Choose a reason for hiding this comment

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

🫠

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Is that bad practice?

@achim-k achim-k enabled auto-merge (squash) November 9, 2023 14:40
@achim-k achim-k merged commit 890682c into main Nov 9, 2023
12 checks passed
@achim-k achim-k deleted the achim/ws-protocol-ts-spec-updates branch November 9, 2023 14:55
achim-k added a commit that referenced this pull request Mar 21, 2024
### Public-Facing Changes
Apply changes wrt. service definition to example server implementations

### Description

- [X] C++
- [X] Python
- [X] ~Typescript~ (done in #579)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants