mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 16:45:57 +03:00
[GH-ISSUE #1761] Delete/trash button disconnects slack calls temporarily #1755
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#1755
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jgallantgs on GitHub (Sep 5, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1761
Description
Delete/trash button disconnects slack calls temporarily
Similar to issue #1608 but I am not on a VPN.
https://github.com/ProxymanApp/Proxyman/assets/114911226/ba4618af-0e5c-4338-b4a9-875545ba2cfc
The video shows a slack call then pressing the button. For one or two frames you can see the slack error (a yellow banner). The issue lasts from clicking the button until you see speech indicators.
Steps to Reproduce
Expected Behavior
Call should not drop.
Environment
@NghiaTranUIT commented on GitHub (Sep 5, 2023):
Hi @jgallantgs it's expected behavior because when "Clear Session", it will close all alive-connections, including the Slack Video Connection. After that Slack might try to reconnect it again.
To fix it, I suggest adding all Slack domains in the Tools Menu -> Proxy Setting -> Bypass Proxy Setting. You can add
*.slack.comor any Slack domains that Proxyman captures.It makes sure that Slack connection never goes through Proxyman -> No issue when closing session 👍
@jgallantgs commented on GitHub (Sep 6, 2023):
Hey @NghiaTranUIT thank you for your response! There's a few domains and I tried with these two and still nothing. Slack is not coming up as a dedicated app either. Any other suggestions that may work for me?
@NghiaTranUIT commented on GitHub (Sep 6, 2023):
I guess you can add some:
slack.com*.chime.awsPlease note that
*.slack.comis different thanslack.com. From your screenshot,slack.comis better.After adding new entry, make sure your clear the session.
@jgallantgs commented on GitHub (Sep 12, 2023):
Thank you! 💪🏻