lazy_init_client

Function lazy_init_client 

Source
pub fn lazy_init_client(rpc_port: u16) -> MusicPlayerClient
Expand description

Initialize the music player client, without verifying the connection.

§Note

Does not check that the daemon is actually running, to get a verified connection use either init_client or init_client_with_retry

§Panics

Panics if https://localhost:{rpc_port} is not a valid URL.