git ssb

0+

wanderer🌟 / js-primea-hypervisor



Commit db20563d964d0ca8262c7bfc16ff3b9e742f289b

fix bug; clear response ports on the end of execution

Signed-off-by: wanderer <mjbecze@gmail.com>
wanderer committed on 10/19/2017, 11:17:28 PM
Parent: 898287614a4ac8069766309dbe731ca264aee467

Files changed

kernel.jschanged
kernel.jsView
@@ -101,8 +101,9 @@
101101 }
102102 }
103103
104104 if (responsePort) {
105 + this.ports._unboundPorts.add(responsePort)
105106 this.send(responsePort, new Message({
106107 data: result
107108 }))
108109 }

Built with git-ssb-web