nezuo / lapis

A DataStore abstraction library for Roblox
https://nezuo.github.io/lapis/
MIT License
55 stars 10 forks source link

Wait for documents to close in game:BindToClose #16

Closed nezuo closed 1 year ago

nezuo commented 1 year ago

Fixes game:BindToClose not waiting for the documents to close. It collects all of the close promises in a table. The issue was that I wasn't iterating over the correct table when looking for the promises.