Oops - missed an instance of worklist

This commit is contained in:
Tony Garnock-Jones 2019-06-03 12:06:23 +01:00
parent 867b32b5be
commit f855782239
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ export function _genericClientSessionFacet(addr, scope, w0, debug) {
react {
const epFacet = currentFacet();
assert Skeleton.instantiateAssertion(FromServer(addr, spec), vs);
on message _ServerPacket(addr, Del(ep, vs)) worklist.push(() => {
on message _ServerPacket(addr, Del(ep, vs)) inboundTurn.extend(() => {
epFacet.stop();
});
}