Skip to content
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

Conversation

Mauro1706
Copy link
Contributor

fix: error ao processar cash de memoria

fix: error ao processar cash de memoria
@Mauro1706 Mauro1706 linked an issue Oct 31, 2022 that may be closed by this pull request
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());
Copy link
Collaborator

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.

Copy link
Contributor

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

Copy link
Collaborator

@higodf higodf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Peço que antes do envio do PR sincronize a branch com as alterações da master pois está gerando muitos conflitos.

image

@Mauro1706
Copy link
Contributor Author

Feito merge de master!

Copy link
Collaborator

@higodf higodf left a 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

@caduvieira
Copy link
Member

O qrcode não aparece mais. Deveria aparecer conforme vídeo.

Peek.2023-03-07.10-52-noaudio.mp4

@Mauro1706
Copy link
Contributor Author

Refeita a correção em novo PR, https://github.com/supergovbr/super/pull/221

@Mauro1706 Mauro1706 closed this Mar 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Erro ao acessar a funcionalidade de Cache em Memória
4 participants