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

Abort and connect flags used uninitialized #1379

Closed
abaskin opened this issue Mar 28, 2022 · 0 comments
Closed

Abort and connect flags used uninitialized #1379

abaskin opened this issue Mar 28, 2022 · 0 comments
Labels
bug Validated BUG

Comments

@abaskin
Copy link

abaskin commented Mar 28, 2022

Basic Infos

Hardware

WiFimanager Branch/Release: Master

Esp8266/Esp32: ESP8266

Hardware: NodeMCU

Core Version: 2.4.0

Description

On object creation the abort and connect flags are not initialized. They are initialized by startConfigPortal() but not by startWebPortal(). As a result when startWebPortal() is called (an on demand portal for example), process() will fail with a "process loop abort" error if the abort flag happens to contain a non-zero value.

@tablatronix tablatronix added the bug Validated BUG label Mar 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Validated BUG
Projects
None yet
Development

No branches or pull requests

2 participants