grpc typo fix

This commit is contained in:
its-a-feature
2026-04-25 15:11:59 -05:00
parent 2024537cd5
commit 783489943f
+1 -1
View File
@@ -176,7 +176,7 @@ func (t *translationContainerServer) SetMythicToCustomChannelExited(translationC
}
func (t *translationContainerServer) CheckClientConnected(translationContainerName string) bool {
t.RLock()
defer t.Unlock()
defer t.RUnlock()
if _, ok := t.clients[translationContainerName]; ok {
connected := t.clients[translationContainerName].connectedMythicToCustom &&
t.clients[translationContainerName].connectedGenerateKeys &&