Skip to content

Inputcooker doesnt handle when a connection is lost or terminated #16

@jafilson

Description

@jafilson

In: def inputcooker(self):
except (EOFError, socket.error):
pass

should become:
except (EOFError, socket.error):
self.session_end()

There needs to be some way to catch when a session is closed without using the 'exit' command, IE a timeout or just lost connection

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