Skip to content

Compilation fails for end() method #209

@bakadave

Description

@bakadave

I'm trying to handle ethernet disconnection scenarios, however if I try to call ArduinoOTA.end() compiler returns with error:
class EthernetServer' has no member named 'stop'

Upon closer inspection it looks like EthernetServer does not have a stop() method afterall.
What is the recommended way to proceed? What happens if I never call end()? Should I call begin() after reconnection?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions