elm-lang / websocket

Websockets for Elm
http://package.elm-lang.org/packages/elm-lang/websocket/latest
BSD 3-Clause "New" or "Revised" License
99 stars 30 forks source link

Support sending ordered list of messages #22

Open cdevienne opened 7 years ago

cdevienne commented 7 years ago

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:

process-bot commented 7 years ago

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.