This PR stops documents from loading after game:BindToClose has been called. If the UpdateAsync call has been made, we can only stop it by returning nil, we can't stop the request once a value has been sent. This will also automatically close documents that still manage to load after game:BindToClose.
This PR stops documents from loading after
game:BindToClose
has been called. If theUpdateAsync
call has been made, we can only stop it by returningnil
, we can't stop the request once a value has been sent. This will also automatically close documents that still manage to load aftergame:BindToClose
.Resolves #37.