DEPRECATED. The Holochain framework implemented in rust with a redux style internal state-model.
GNU General Public License v3.0
1.12k
stars
267
forks
source link
delay ack for join-space until after space is joined #2141
Closed
neonphog closed 4 years ago
For all message types that don't require the connection to have joined a space:
Ack
at the appropriate time.For all other message types:
Ack
after verifying the connection has properly joined the space.