endojs / endo

Endo is a distributed secure JavaScript sandbox, based on SES
Apache License 2.0
828 stars 72 forks source link

daemon: `introduceNamesToParty` should be awaited #2121

Closed rekmarks closed 7 months ago

rekmarks commented 8 months ago

Following #2120, we should ensure that introduceNamesToParty is always awaited.

rekmarks commented 8 months ago

@kriskowal should introductions be synchronized? They are not currently, but if new parties expect their introduced names to be immediately available, they should be.

kriskowal commented 8 months ago

@kriskowal should introductions be synchronized? They are not currently, but if new parties expect their introduced names to be immediately available, they should be.

I would expect names to be available to the guest the moment the guest is mentionable.