Skip to content

Really big SMS crashes the app #203

@benkaiser

Description

@benkaiser

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:

  1. Run the local server + switch it to online
  2. Register a webhook subscription
  3. Send an SMS to the phone that is ~50 texts(160 chars) long
  4. 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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions