Skip to content
This repository has been archived by the owner on May 5, 2020. It is now read-only.

Support sending ordered list of messages #22

Open
cdevienne opened this issue May 22, 2017 · 1 comment
Open

Support sending ordered list of messages #22

cdevienne opened this issue May 22, 2017 · 1 comment

Comments

@cdevienne
Copy link

In some case we have to send several messages in the socket at once, but in a specific order, which cannot be guaranteed by using several Cmd.

I can see 2 possible APIs for that:

  • add a specific function:

    sendMany : List (String) -> Cmd msg
  • add a task-based API:

    sendTask : String -> Task Error ()
@process-bot
Copy link

Thanks for the issue! Make sure it satisfies this checklist. My human colleagues will appreciate it!

Here is what to expect next, and if anyone wants to comment, keep these things in mind.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants