8 Commits

Author SHA1 Message Date
Daniel López Azaña
e1c0e90581 (client_listener.rs): Implement Debug trait for ClientListener for better logging
♻️ (connection_details.rs): Refactor ConnectionDetails to use Option for optional fields
♻️ (connection_details.rs): Change new constructor to accept &str and convert to String
 (connection_details.rs): Implement Debug trait for ConnectionDetails
♻️ (connection_options.rs): Implement Debug trait for ConnectionOptions
♻️ (lightstreamer_client.rs): Refactor LightstreamerClient to use Option for server_address and adapter_set
 (lightstreamer_client.rs): Implement Debug trait for LightstreamerClient
♻️ (main.rs): Update subscribe_to_channel function to use new control.txt URL and parameters
♻️ (main.rs): Update main function to use Option<&str> when creating LightstreamerClient
 (proxy.rs): Add Proxy struct and ProxyType enum to handle proxy configurations
2024-03-28 19:19:46 +01:00
daniloaz
b4e12fd116 Unstable commit, won't compile. 2024-03-24 21:47:33 +01:00
daniloaz
7e1eb27a06 Created structure and scaffolding for the Lightstreamer client. 2024-03-24 20:39:43 +01:00
daniloaz
dfd6b4a2b7 🔧 (Cargo.toml): Update license identifier from 'GPL 3.0' to 'GPL-3.0-only' for better SPDX compliance 2024-03-23 13:34:01 +01:00
daniloaz
cd3ffbf75a Added function to subscribe to channel on Lightstreamer server and started using tokio for multithreading. 2024-02-18 12:57:11 +01:00
daniloaz
3cf9cf9ecd Add persistent HTTP connection with session ID sharing 2024-02-16 21:30:20 +01:00
daniloaz
57ec093188 Add initial Cargo.toml for Lightstreamer client 2024-02-16 21:29:54 +01:00
daniloaz
835ea30adb
Initial commit 2024-02-16 21:13:43 +01:00