fix: Fixes more instability issues. :)
This commit is contained in:
parent
1e1a330a4b
commit
f8d32fb1c6
8 changed files with 132 additions and 27 deletions
|
@ -346,7 +346,7 @@ func Marshal(commandType string, command interface{}) ([]byte, error) {
|
|||
return nil, fmt.Errorf("failed to typecast")
|
||||
}
|
||||
|
||||
statusRequestBytes := make([]byte, 2)
|
||||
statusRequestBytes := make([]byte, 1)
|
||||
statusRequestBytes[0] = BackendStatusRequestID
|
||||
|
||||
return statusRequestBytes, nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue