[PR #670] [CLOSED] Remove unsupported WS transport #6419

Closed
opened 2026-03-07 20:58:43 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/670
Author: @Jellyfrog
Created: 10/16/2019
Status: Closed

Base: masterHead: patch-1


📝 Commits (1)

  • 2ccbc1c Remove unsupported WS transport

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 src/api/notifications.rs (+1 -1)

📄 Description

This stops the spamming:

[2019-10-16 13:06:27][bitwarden_rs::api::notifications][INFO] Server got message 'Binary Data<length=3>'.                                           
[2019-10-16 13:06:42][bitwarden_rs::api::notifications][INFO] Server got message 'Binary Data<length=3>'.                                           
[2019-10-16 13:06:57][bitwarden_rs::api::notifications][INFO] Server got message 'Binary Data<length=3>'.                                           
[2019-10-16 13:07:12][bitwarden_rs::api::notifications][INFO] Server got message 'Binary Data<length=3>'.                                           
[2019-10-16 13:07:27][bitwarden_rs::api::notifications][INFO] Server got message 'Binary Data<length=3>'.                                           
[2019-10-16 13:07:42][bitwarden_rs::api::notifications][INFO] Server got message 'Binary Data<length=3>'.                                           
[2019-10-16 13:07:57][bitwarden_rs::api::notifications][INFO] Server got message 'Binary Data<length=3>'.   

I'm not sure if it is unsupported, nor if it breaks for someone else.
Please treat it as "Works for me".


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dani-garcia/vaultwarden/pull/670 **Author:** [@Jellyfrog](https://github.com/Jellyfrog) **Created:** 10/16/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`2ccbc1c`](https://github.com/dani-garcia/vaultwarden/commit/2ccbc1cd3817451b0087ba1eacdf13551bd55f75) Remove unsupported WS transport ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/api/notifications.rs` (+1 -1) </details> ### 📄 Description This stops the spamming: ``` [2019-10-16 13:06:27][bitwarden_rs::api::notifications][INFO] Server got message 'Binary Data<length=3>'. [2019-10-16 13:06:42][bitwarden_rs::api::notifications][INFO] Server got message 'Binary Data<length=3>'. [2019-10-16 13:06:57][bitwarden_rs::api::notifications][INFO] Server got message 'Binary Data<length=3>'. [2019-10-16 13:07:12][bitwarden_rs::api::notifications][INFO] Server got message 'Binary Data<length=3>'. [2019-10-16 13:07:27][bitwarden_rs::api::notifications][INFO] Server got message 'Binary Data<length=3>'. [2019-10-16 13:07:42][bitwarden_rs::api::notifications][INFO] Server got message 'Binary Data<length=3>'. [2019-10-16 13:07:57][bitwarden_rs::api::notifications][INFO] Server got message 'Binary Data<length=3>'. ``` I'm not sure if it is unsupported, nor if it breaks for someone else. Please treat it as "Works for me". --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-07 20:58:43 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#6419