sockjs-erlang icon indicating copy to clipboard operation
sockjs-erlang copied to clipboard

Introduce send_multi and send_prepared

Open majek opened this issue 13 years ago • 2 comments

As discussed here:

https://groups.google.com/d/msg/sockjs/vsFvHqppq5g/XQPgErs9BpUJ

We should introduce three new calls:

sockjs:send_multi([Conn], iolist)
sockjs:prepare(iolist)
Conn:send_prepared(prepared)

Of course send_multi might use prepared underneath.

majek avatar May 28 '12 10:05 majek

I'll prepare a pull request when I have some time (I need to separate some of our own code from sockjs code for that and I'm very short on time). If someone needs it faster, please let me know.

There's still unsolved issue with fmt_* functions - @majek, you will probably know a nicer solution to that problem than me :)

gleber avatar May 28 '12 11:05 gleber

Is there a status on this? Would be curious to help where I can, just not sure what has been done.

denen99 avatar Oct 16 '12 16:10 denen99