Send End to clear out state appropriately

This commit is contained in:
Tony Garnock-Jones 2019-06-07 12:55:51 +01:00
parent 92da5ffdfa
commit c410692272
1 changed files with 1 additions and 0 deletions

View File

@ -348,6 +348,7 @@ spawn named '@syndicate-lang/server/federation/ScopeFactory' {
this.linkSubs = this.linkSubs.remove(ep);
unsubscribe(localid, linkid);
}
sendToLink(linkid, W.End(ep));
// summarise();
}