graft.transport module

async graft.transport.recv(reader)[source]
async graft.transport.recv_message(stream)[source]

Async of recv_message. Read a prefixed message as known by the server

async graft.transport.send(stream, msg)[source]

Send a prefixed message as known by the server