for (;;) { AwaitEvent() Send() }
for (;;) { Send(server1, req, msg); // pull from server1 Send(server2, msg); // push to server2 }