-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update MdWsSeiRest.php #36
The head ref may contain hidden characters: "15-bug-erro-ao-acessar-a-funcionalidade-de-cache-em-mem\u00F3ria"
Update MdWsSeiRest.php #36
Conversation
fix: error ao processar cash de memoria
MdWsSeiRest.php
Outdated
@@ -301,7 +301,9 @@ public function adicionarElementoMenu() | |||
} | |||
|
|||
$html = $this->montaCorpoHTMLQRCode($nomeArquivo); | |||
CacheSEI::getInstance()->setAtributo($nomeArquivo, $html, CacheSEI::getInstance()->getNumTempo()); | |||
try{ | |||
CacheSEI::getInstance()->setAtributo($nomeArquivo, $html, CacheSEI::getInstance()->getNumTempo()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Prezados não podemos aceitar essa correção porque o tratamento de erro não pode apenas esconde-lo, sem ao menos registrar o ocorrido no log do sistema.
A correção esperada é identificar o motivo da falha e corrigir o problema.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrigido em um novo commit
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
…-cache-em-memória
Feito merge de master! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ao revisar a implementação com a equipe verificamos que o problema não foi resolvido apenas foi deixado de gravar no cache.
Rever a implementação e também sincronizar com a master antes de enviar novo PR
O qrcode não aparece mais. Deveria aparecer conforme vídeo. Peek.2023-03-07.10-52-noaudio.mp4 |
Refeita a correção em novo PR, https://github.com/supergovbr/super/pull/221 |
fix: error ao processar cash de memoria