xmtp / libxmtp

MIT License
33 stars 13 forks source link

make separate stream_all_messages for node bindings #836

Closed insipx closed 2 weeks ago

insipx commented 2 weeks ago

Ry and I decided that the simplest & best way forward is to let the node bindings sync welcomes and call a separate sync stream_all_messages call. The node bindings would have the responsibility to separately sync_welcomes. This unblocks Ry until I get back to finish #835, which isn't a huge refactor, just removes a bunch of mutexes and boxes, but needs to be tested