fluree / db

Fluree database library
https://fluree.github.io/db/
Other
330 stars 21 forks source link

Close indexing changes-ch in exception condition #770

Closed bplatz closed 1 month ago

bplatz commented 1 month ago

When an exception condition happens in indexing, it wasn't closing the changes-ch.

changes-ch is an async channel used to stream indexing files to some process that is distributing them outside of the local environment. We use it in fluree/server to send indexing file updates out to other servers connected to the network.