Skip to content
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.

Use Loopback Connection in Sequencer #1137

Merged
merged 3 commits into from Nov 29, 2018
Merged

Commits on Nov 29, 2018

  1. Use loopback in sequencer

    gdbelvin committed Nov 29, 2018
    Copy the full SHA
    a59b027 View commit details
    Browse the repository at this point in the history
  2. Listen on port before creating grpc server.

    In order to pass a sequencer client to the sequencer server,
    we need to grpc.Dial *before* the server is running.
    This works because grpc.Dial is nonblocking by default.
    gdbelvin committed Nov 29, 2018
    Copy the full SHA
    4d699da View commit details
    Browse the repository at this point in the history
  3. Wrap lines

    gdbelvin committed Nov 29, 2018
    Copy the full SHA
    814dd94 View commit details
    Browse the repository at this point in the history