Skip to content
This repository has been archived by the owner on Oct 8, 2023. It is now read-only.

wait_server_available method ... #206

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 12, 2018

  1. wait_server_available method ...

    Move the socket.socket() initialization to be inside the while loop. Having it outside initiates it only once and when closed inside the while loop, it starts to raise 'Bad File Descriptor' error since the socket is closed.
    vishalhkd authored Sep 12, 2018
    Configuration menu
    Copy the full SHA
    88cb238 View commit details
    Browse the repository at this point in the history