mirror of
https://github.com/ProxymanApp/atlantis.git
synced 2026-04-26 08:26:04 +03:00
[GH-ISSUE #148] Crashes when integrated with Intercom SDK in the same project #89
Labels
No labels
Done
Done
Windows
bug
bug
bug
enhancement
enhancement
enhancement
good first issue
hacktoberfest
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/atlantis#89
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 @lexrus on GitHub (Jun 14, 2024).
Original GitHub issue: https://github.com/ProxymanApp/atlantis/issues/148
Thank you for providing this repository, it greatly facilitates our network request testing. Recently I need to use the service of Intercom. When Atlantis and Intercom SDK are used in the project at the same time, I always encounter this crash, so I have to stop using Altantis. The attachment is an empty project that only installed Atlantis and Intercom SDK, and it can stably reproduce this crash.
TestIntercom.zip
@NghiaTranUIT commented on GitHub (Jun 14, 2024):
@lexrus you can disable the Websocket Intercept to prevent the crash 👍
Ref: https://github.com/ProxymanApp/atlantis/issues/134#issuecomment-1803057604
@lexrus commented on GitHub (Jun 14, 2024):
Thank you for your rapid reply. It works.