Skip to content

Fix/batch support 2nd implementation#7

Open
tenuki wants to merge 11 commits intoemlove:mainfrom
tenuki:fix/batch_support_2nd_implementation
Open

Fix/batch support 2nd implementation#7
tenuki wants to merge 11 commits intoemlove:mainfrom
tenuki:fix/batch_support_2nd_implementation

Conversation

@tenuki
Copy link
Copy Markdown

@tenuki tenuki commented Feb 7, 2021

Batch support implementation (addressing: #5), allowing things like:

    server = Server('/', client)
    x = await server.batch_message(
                one=server.uno.raw(),
                two=server.dos.raw(arg="something"))

or:

    server = Server('/', client)
    x = await server.send_message(Batch(
                one=server.uno.raw(),
                two=server.dos.raw(arg="something")))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant