-
Notifications
You must be signed in to change notification settings - Fork 13
Many improvements #5
base: master
Are you sure you want to change the base?
Conversation
Hmm, no idea how your own commits became part of this PR.. |
Awesome, thanks! I'll take a look over the next couple of days - bug me if I haven't in a week! On Wed, Feb 12, 2014 at 12:21 am, Arjan Scherpenisse <[email protected]="mailto:[email protected]">> wrote: Hmm, no idea how your own commits became part of this PR.. — |
And they do not always fit on one TCP packet
@lucaspiller here's me bugging you ;) |
Haha thanks :D I'll try and remember to look at it this week. If you have a chance would you mind figuring out why Travis is broken? (I think it's using the wrong version of Erlang or something) |
Yeah, sorry about that :p I'll check it out.. |
seems the espec binary that is in the repo should be built against R14.. weird, because I did not touch that at all. |
Ok I had a quick look this morning (I also fixed the espec issues myself in master). I want to add a few more tests and examples before I merge this, so I'll take a look at that after work. |
I see you're integrating part of this, cool :) |
This last commit is quite essential -- otherwise the |
…acket. Fixes memory issues on high loads.
(cherry picked from commit b568f5a) Conflicts: src/twerl_stream_manager.erl
This branch supports OAuth, reconnecting behaviour, configurability of the Endpoint URL (both GET and POST).
Furthermore it prefixes the modules with
twerl_
to comply with common Erlang coding guidelines.