Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Gracefully handle ErrRaftShutdown during Node shutdown
Updated the `Shutdown` method in `raft.go` to gracefully handle the `ErrRaftShutdown` error. This change ensures that if the Raft node is already shut down, the error is ignored, preventing unnecessary error handling.
- Loading branch information