async read(connect, readMessage, print) { const sock = await connect('localhost', 7942), msg = await readMessage(sock); print(msg); }