Is It Connected?

Part of the reason for our Socket.IO difficulties seems to be that our tests operate on sockets before they’ve completely connected to the server. So we’re going to modify our createSocket() and closeSocket() methods to wait for the server to connect. This requires us to implement a new server method to provide that information.

  1. E544A Sense of Disconnection

    Wed, 23 Aug ’17
  2. E545Spike the Disconnect

    Mon, 28 Aug ’17
  3. E546Test-Driven Disconnect

    Wed, 30 Aug ’17
  4. E547How’s It Hangin’?

    Mon, 4 Sep ’17
  5. E548Once and for All

    Wed, 6 Sep ’17
  6. E549Is It Connected?

    Mon, 11 Sep ’17
  7. E550A Passing Connection

    Wed, 13 Sep ’17
  8. E551No Need to Wait

    Mon, 18 Sep ’17