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.
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.