Skip to content

feat: add websocket supports for the browser#1775

Open
hackeramitkumar wants to merge 3 commits into
agntcy:mainfrom
hackeramitkumar:feat/browser-websocket-uniffi
Open

feat: add websocket supports for the browser#1775
hackeramitkumar wants to merge 3 commits into
agntcy:mainfrom
hackeramitkumar:feat/browser-websocket-uniffi

Conversation

@hackeramitkumar

Copy link
Copy Markdown
Member

Description

Please provide a meaningful description of what this change will do, or is for.
Bonus points for including links to related issues, other PRs, or technical
references.

Note that by not including a description, you are asking reviewers to do extra
work to understand the context of this change, which may lead to your PR taking
much longer to review, or result in it not being reviewed at all.

Type of Change

  • Bugfix
  • New Feature
  • Breaking Change
  • Refactor
  • Documentation
  • Other (please describe)

Checklist

  • I have read the contributing guidelines
  • Existing issues have been referenced (where applicable)
  • I have verified this change is not present in other open pull requests
  • Functionality is documented
  • All code style checks pass
  • New code contribution is covered by automated tests
  • All new and existing tests pass

@hackeramitkumar hackeramitkumar requested a review from a team as a code owner June 29, 2026 11:03
break;
}
}
Err(err) => {
Some(Ok(gloo_net::websocket::Message::Text(_))) => {
warn!("ignoring text websocket frame, expected binary protobuf frame");
}
Some(Err(err)) => {
};

let payload = msg.encode_to_vec();
if let Err(err) = sink
Comment thread crates/web-client/src/lib.rs Fixed
Comment thread crates/web-client/src/lib.rs Fixed
Comment thread crates/web-client/src/lib.rs Fixed
@codecov

codecov Bot commented Jun 29, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 63.44086% with 34 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
crates/config/src/client.rs 45.94% 20 Missing ⚠️
crates/config/src/schema/generate_schema.rs 0.00% 13 Missing ⚠️
crates/config/src/errors.rs 85.71% 1 Missing ⚠️

📢 Thoughts on this report? Let us know!

@hackeramitkumar hackeramitkumar changed the title feat: add browser websocket support and JS uniffi bindings feat: add websocket supports for the browser Jun 30, 2026
amitami2 added 3 commits June 30, 2026 20:56
Signed-off-by: amitami2 <amitami2@cisco.com>
Signed-off-by: amitami2 <amitami2@cisco.com>
Signed-off-by: amitami2 <amitami2@cisco.com>
@amitami2 amitami2 force-pushed the feat/browser-websocket-uniffi branch from 145fc32 to 524513f Compare June 30, 2026 15:26
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