Skip to content

Send call and receive call should be different threads #30

Description

@shreyjoshi2004

Currently sending a call means you can no longer rec calls in that sessions since we just wait forever for other side to respond.

Better would be using tokio_select! in send_call where if its been more than 10 seconds and peer did not answer, then quit back to Home Screen. Or if another person is calling us then quit to home screen. Something like that. will be easier to figure out specifics once daemon process issue is completed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    Status
    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions