3 Commits

Author SHA1 Message Date
daniloaz
82a9d2f070 Implemented part of the item update logic. 2024-04-12 20:38:43 +02:00
Daniel López Azaña
7d7f380e30 ⬆️ (Cargo.toml): bump version from 0.1.6 to 0.1.7 for new release
♻️ (various): refactor code to use underscore prefix for unused variables
 (ls_client.rs): add constants for WebSocket connection setup
 (various): add unimplemented!() stubs for methods to be implemented
🔥 (main.rs): remove unused imports and commented code
🔥 (ls_client.rs): remove unused HashMap import and commented code
🐛 (subscription.rs): fix get_command_value to correctly format key before lookup
🔧 (Cargo.toml): remove hyper dependency as it's no longer used
2024-04-07 21:14:31 +02:00
daniloaz
7e1eb27a06 Created structure and scaffolding for the Lightstreamer client. 2024-03-24 20:39:43 +01:00