mirror of
https://github.com/stakwork/sphinx-key.git
synced 2026-02-09 01:34:29 +01:00
immediate sub to hello and bye
This commit is contained in:
@@ -28,7 +28,8 @@ pub fn start_broker(
|
||||
|
||||
let (mut link_tx, mut link_rx) = broker.link("localclient")?;
|
||||
|
||||
link_tx.subscribe("#").unwrap();
|
||||
link_tx.subscribe(format!("+/{}", topics::HELLO));
|
||||
link_tx.subscribe(format!("+/{}", topics::BYE));
|
||||
|
||||
let auth_sender_ = auth_sender.clone();
|
||||
std::thread::spawn(move || {
|
||||
|
||||
Reference in New Issue
Block a user