ios-example-app icon indicating copy to clipboard operation
ios-example-app copied to clipboard

Cannot open more than one ElixirDesktop app on the same device

Open thehaigo opened this issue 2 years ago • 2 comments

Application crashed when opening a second application with one ElixirDesktop application already open.

When the running application was dropped using Task Manager, it worked fine.

bridge init()
Preparing app files 2023-05-11 05:46:38 +0000 installed: Optional("2023-05-11 05:39:32 +0000")
setenv ERL_INETRC /var/mobile/Containers/Data/Application/5F9AD2BF-025D-44B5-973D-5FF5E26129C4/Library/io.elixirdesktop.example2/app/inetrc
'%% enable EDNS, 0 means enable YES!
{edns,0}.
{alt_nameserver, {8,8,8,8}}.
%% specify lookup method
{lookup, [dns]}.'
Server starting...
.active
Server re-init called
2023-05-11 14:46:51.043901+0900 todoapp[2266:787410] [] nw_path_evaluator_evaluate NECP_CLIENT_ACTION_ADD error [48: Address already in use]
2023-05-11 14:46:51.043945+0900 todoapp[2266:787410] [] nw_path_create_evaluator_for_listener nw_path_evaluator_evaluate failed
2023-05-11 14:46:51.043981+0900 todoapp[2266:787410] [listener] nw_listener_start_on_queue [L1] nw_path_create_evaluator_for_listener failed
Server failure, error: The operation couldn’t be completed. Address already in use
2023-05-11 14:46:51.047702+0900 todoapp[2266:787412] [client] No error handler for XPC error: Connection invalid

thehaigo avatar May 11 '23 05:05 thehaigo

On which environment is that? Android?

dominicletz avatar May 11 '23 12:05 dominicletz

iPhone SE 3rd iOS 16.4

thehaigo avatar May 11 '23 13:05 thehaigo