Waiting for Connection

We’ve build a spy class that we can inject in place of our RealTimeConnection class. Now we need to finish implementing our UI-to-network connection logic. To do that, we decide to modify our RealTimeConnection’s connect() method to make the completion callback optional. That opens a surprising can of worms.

  1. E395A Client Networking Spike

    Mon, 21 Mar ’16
  2. E396Preparing for Dependency Injection

    Wed, 23 Mar ’16
  3. E397Object-Orientatiating

    Mon, 28 Mar ’16
  4. E398Build the Spy

    Wed, 30 Mar ’16
  5. E399Waiting for Connection

    Mon, 4 Apr ’16
  6. E400Connect the UI

    Wed, 6 Apr ’16
  7. E401A Successful Spy

    Mon, 11 Apr ’16
  8. E402Wire It Up

    Wed, 13 Apr ’16