-
Notifications
You must be signed in to change notification settings - Fork 183
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the Bug
I'm trying to test the limits of the service I'm building, but it seems when I send a 4000 word text (~50 texts long) the SMS gateway app crashes.
To Reproduce
Steps to reproduce the behavior:
- Run the local server + switch it to online
- Register a webhook subscription
- Send an SMS to the phone that is ~50 texts(160 chars) long
- Notice that when the phone finally receives the text, it crashes the relay app
Expected vs Actual Behavior
- Expected: Relay continues to work and calls my webhook endpoint with the really long text
- Actual: App crashes
Environment
- App Version: latest release build with local loopback fixes
- Mode: Local
- Operation: Receiving SMS
- Integration: Integrating with local node.js server running in termux app
- Network Type: Both wifi and mobile data
Smartphone
- Device: zenfone 8 flip
- OS: Android 13
- SIM Card Count: 1
Additional Context
Here is the raw text of the message I used, it is just a lorem ipsum type generated text.
test.txt
Checklist Before Submission
- I have described the bug in detail.
- I have provided the steps to reproduce.
- I have included screenshots (if applicable).
- I have provided environment details.
- I have included relevant log file excerpts (if applicable).
- I have read FAQ and other relevant information.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working