Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New SSE implementation #266

Merged
merged 2 commits into from
Nov 3, 2014
Merged

New SSE implementation #266

merged 2 commits into from
Nov 3, 2014

Conversation

NiteshKant
Copy link
Member

Fixes #205 #209 #220 #222
#205 (Move SSE related classes to http): This is a new implementation of SSE for some optimizations and spec compliance.
#209 (Deprecated all SSE classes in text pkg): SSE is only applicable to HTTP.
#220 (SSE Output confusion): Default case only emits data event.
#222 (Improved SSE API): Better construction semantics.
#30 (Optimized SSE decoder): Rewrite of the existing decoder.
#267 (Change ServerSentEvent to store data as ByteBuf): This is in the new implementation so it is not backward incompatible.

Nitesh Kant added 2 commits October 29, 2014 18:40
ReactiveX#205 (Move SSE related classes to http): This is a new implementation of SSE for some optimizations and spec compliance.
ReactiveX#209 (Deprecated all SSE classes in text pkg): SSE is only applicable to HTTP.
ReactiveX#220 (SSE Output confusion): Default case only emits data event.
ReactiveX#222 (Improved SSE API): Better construction semantics.
ReactiveX#30 (Optimized SSE decoder): Rewrite of the existing decoder.
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