mirror of
https://github.com/uqbar-dao/nectar.git
synced 2025-01-03 14:17:20 +03:00
fix: use correct sub_id when deleting remote sub!!!
This commit is contained in:
parent
9bf03dd545
commit
7994cd6687
@ -428,7 +428,7 @@ async fn maintain_remote_subscription(
|
||||
active_subscriptions
|
||||
.entry(target.clone())
|
||||
.and_modify(|sub_map| {
|
||||
sub_map.remove(&sub_id);
|
||||
sub_map.remove(&remote_sub_id);
|
||||
});
|
||||
response_channels.remove(&keepalive_km_id);
|
||||
e
|
||||
|
Loading…
Reference in New Issue
Block a user