You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The previous register to master implementation in the saunafs command
used an outdated, error-prone manual approach for building, sending,
and receiving packets to and from the master. This made the code
difficult to read and unnecessarily verbose, especially since a cleaner
implementation for handling legacy packets already existed in the
codebase. This commit replaces the old approach with the existing,
cleaner solution.
Signed-off-by: Rolando Sánchez Ramos <rolysr@leil.io>
0 commit comments