Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / sysid/sse-starlette issues and pull requests

#100 - Cleanup unused loops

Pull Request - State: closed - Opened by truh 26 days ago - 1 comment

#99 - What's the propper way to kill all ongoing generators?

Issue - State: open - Opened by ferulisses 27 days ago - 1 comment

#98 - sse_starlette Module Not Found Error after pip install

Issue - State: closed - Opened by Robert-Jia00129 about 1 month ago - 1 comment

#97 - Cleanup on client disconnect

Issue - State: open - Opened by sergpsu about 2 months ago

#96 - Escaping Newlines

Issue - State: closed - Opened by CiberNin 3 months ago - 1 comment

#95 - how to close DEBUG log. log is too much

Issue - State: closed - Opened by ZTurboX 3 months ago - 1 comment

#94 - Refac/async test

Pull Request - State: closed - Opened by sysid 3 months ago

#92 - Question: can I store a reference to an SSE connection?

Issue - State: closed - Opened by ben-xD 4 months ago - 1 comment

#91 - fix: honor custom separator in ping sse

Pull Request - State: closed - Opened by fancyweb 4 months ago

#90 - [#89] Add SSE Send Timeout

Pull Request - State: closed - Opened by blodow 5 months ago - 3 comments

#89 - Frozen Client Connections - SSE Send Timeout

Issue - State: closed - Opened by blodow 6 months ago - 1 comment

#88 - Update link to new spec

Pull Request - State: open - Opened by YummyBacon5 6 months ago

#87 - Optional deps

Pull Request - State: closed - Opened by sysid 7 months ago

#86 - Python type hints

Issue - State: closed - Opened by lukecivantos 7 months ago - 5 comments

#85 - Why is fastapi a dependency of this project ?

Issue - State: closed - Opened by Tobi-De 7 months ago - 1 comment

#82 - fix: typing

Pull Request - State: closed - Opened by sysid 7 months ago

#81 - Question: SSE multicast?

Issue - State: closed - Opened by ptrhbt 7 months ago - 5 comments

#80 - EventSourceResponse should accept AsyncIterable[ServerSentEvent]?

Issue - State: closed - Opened by peku33 8 months ago - 4 comments
Labels: bug

#79 - Handle JSON-serializable messages (e.g. Python objects: dict, list)

Pull Request - State: closed - Opened by m-roberts 9 months ago - 1 comment

#78 - feat: remove locks from hot path

Pull Request - State: closed - Opened by sysid 9 months ago

#77 - EventSourceResponse performance

Issue - State: closed - Opened by maves-knx 9 months ago - 6 comments

#76 - Detection spontaneous client disconnection

Issue - State: closed - Opened by anotherstarburst 10 months ago - 4 comments

#75 - events not sent when using morethan 1 gunicorn workers

Issue - State: closed - Opened by naolaregaqena 10 months ago - 1 comment

#73 - sse-starlette doesn't respect uvicorn timeout_graceful_shutdown

Issue - State: closed - Opened by BrendanGraham14 10 months ago - 2 comments

#72 - GPU memory footprint

Issue - State: closed - Opened by SevenMpp 10 months ago - 2 comments

#71 - How send message without `data:`

Issue - State: closed - Opened by ahvahsky2008 10 months ago - 1 comment

#70 - fix docstring for the "retry" kwarg

Pull Request - State: closed - Opened by phagara 11 months ago

#69 - fix type of SSE "id" field (int->str)

Pull Request - State: closed - Opened by phagara 11 months ago

#68 - RuntimeError during unit tests: Future attached to a different loop

Issue - State: closed - Opened by hinzundcode 11 months ago - 4 comments

#67 - Usage without Async Generators

Issue - State: closed - Opened by stevenjlm 11 months ago - 1 comment

#66 - Multiple events grouped as one event

Issue - State: closed - Opened by cirezd 12 months ago - 3 comments

#65 - Sep param does not have any effect on produced data

Issue - State: closed - Opened by yunusyuksel about 1 year ago - 2 comments
Labels: bug, investigate

#64 - Do we concern to use SseState in the future?

Issue - State: closed - Opened by AbelKoo about 1 year ago - 1 comment

#63 - returning a stream event without "data:"

Issue - State: closed - Opened by syberkitten about 1 year ago - 4 comments

#62 - Can this be used for Flask?

Issue - State: closed - Opened by yuemengrui about 1 year ago - 1 comment

#60 - What is the difference between SSE and StreamingResponse

Issue - State: closed - Opened by yuanjie-ai about 1 year ago - 2 comments

#59 - sse-starlette 1.6.1 appears to leak asyncio.Lock across instantiations

Issue - State: closed - Opened by rra about 1 year ago - 10 comments

#58 - Put id: after data:

Issue - State: closed - Opened by cancan101 about 1 year ago - 3 comments

#57 - fix: there should be only one exit event

Pull Request - State: closed - Opened by metakot about 1 year ago - 2 comments

#56 - Allow Usage without Async Generators

Pull Request - State: closed - Opened by ejlangev about 1 year ago - 1 comment

#55 - Fix race condition between ping and stream_response

Pull Request - State: closed - Opened by ejlangev about 1 year ago - 6 comments

#54 - Authentication issue when using sysid/sse-starlette

Issue - State: closed - Opened by srbdev about 1 year ago - 3 comments

#53 - feat: Send pings as comments by default

Pull Request - State: closed - Opened by paxcodes about 1 year ago - 3 comments

#52 - Handling Errors Best Practices

Issue - State: closed - Opened by Filimoa about 1 year ago - 2 comments

#51 - Heartbeat event?

Issue - State: closed - Opened by nuance1979 about 1 year ago - 7 comments

#50 - Contribution guidelines missing

Issue - State: closed - Opened by vrslev over 1 year ago - 4 comments

#49 - RuntimeError in stream_generator.py example

Issue - State: closed - Opened by DurandA over 1 year ago - 1 comment

#47 - Postman SSE Support does not work

Issue - State: closed - Opened by hburrichter over 1 year ago - 2 comments

#46 - Various test issues/ideas

Issue - State: closed - Opened by jakkdl over 1 year ago - 2 comments

#45 - Replace listen_for_exit_signal anyio.sleep with anyio.Event

Pull Request - State: closed - Opened by jakkdl over 1 year ago - 3 comments

#44 - feat: send default ping as comment message

Pull Request - State: closed - Opened by eino over 1 year ago - 2 comments

#43 - feat: add support for custom async iterable objects

Pull Request - State: closed - Opened by MaximZayats over 1 year ago

#42 - Custom async generators support

Issue - State: closed - Opened by MaximZayats over 1 year ago - 1 comment

#41 - UnicodeDecodeError

Issue - State: closed - Opened by yukw777 almost 2 years ago

#40 - sse-starlette generator getting stuck after closing the sse client

Issue - State: closed - Opened by markFir1 almost 2 years ago - 1 comment

#39 - generator stays active after calling EventSource.close() and closing the browser

Issue - State: closed - Opened by wwitzel3 almost 2 years ago - 2 comments

#38 - Replace asyncio.sleep() with anyio.sleep()

Pull Request - State: closed - Opened by uSpike almost 2 years ago

#37 - Replace asyncio.sleep() with anyio.sleep()

Issue - State: closed - Opened by uSpike almost 2 years ago - 1 comment

#36 - py.typed file missing in 1.x versions

Issue - State: closed - Opened by HugoJP1 almost 2 years ago - 5 comments
Labels: bug

#35 - feat(sse/cache-control): allow user to set cache-control header

Pull Request - State: closed - Opened by gagantrivedi almost 2 years ago

#34 - Allow cache control header override

Issue - State: closed - Opened by gagantrivedi almost 2 years ago - 1 comment

#33 - Is GeneratorExit one of expected exceptions?

Issue - State: closed - Opened by jacek-jablonski about 2 years ago - 1 comment

#32 - Is there any way to yield messages on demand?

Issue - State: closed - Opened by arseniiarsenii about 2 years ago - 1 comment

#31 - Update client disconnect example in README.md

Pull Request - State: closed - Opened by havardthom about 2 years ago - 1 comment

#30 - Feat/testing

Pull Request - State: closed - Opened by sysid over 2 years ago

#29 - fix charset

Pull Request - State: closed - Opened by synodriver over 2 years ago - 2 comments

#28 - Client disconnect revisited, role of competing detection mechanisms

Issue - State: closed - Opened by boamaod over 2 years ago - 3 comments

#27 - Upgrade to starlette 0.17, use anyio

Pull Request - State: closed - Opened by sysid over 2 years ago

#26 - Ping task exception was never retrieved

Issue - State: closed - Opened by katichev over 2 years ago - 4 comments

#25 - refactor: delete duplicate code

Pull Request - State: closed - Opened by iamnotaprogrammer over 2 years ago - 1 comment

#24 - Pr/22

Pull Request - State: closed - Opened by sysid over 2 years ago

#23 - fix: allowing python 3.6 and 3.7

Pull Request - State: closed - Opened by cyprienc almost 3 years ago

#22 - add sse comment support

Pull Request - State: closed - Opened by synodriver almost 3 years ago - 5 comments

#20 - Use module-level logger, remove uvicorn logger

Pull Request - State: closed - Opened by havardthom almost 3 years ago

#19 - Feature request: Option to disable logging / stop using uvicorn logger

Issue - State: closed - Opened by havardthom almost 3 years ago - 4 comments

#18 - Ci

Pull Request - State: closed - Opened by sysid about 3 years ago

#16 - Is there a way to stop receiving 'event: ping'?

Issue - State: closed - Opened by AbbeKamalov over 3 years ago - 3 comments

#15 - items var not required.

Pull Request - State: closed - Opened by vaibhavmule over 3 years ago

#13 - update fastapi example to use conditional yielding endpoint

Pull Request - State: closed - Opened by justindujardin over 3 years ago - 1 comment

#12 - Feat/stop

Pull Request - State: closed - Opened by sysid over 3 years ago

#11 - Explicit handling of refresh/tab-close in the examples

Pull Request - State: closed - Opened by alairock over 3 years ago - 2 comments

#10 - Fix/lost connection

Pull Request - State: closed - Opened by sysid over 3 years ago

#9 - chore: Fix typo

Pull Request - State: closed - Opened by paxcodes over 3 years ago

#7 - Question: How to handle client disconnection?

Issue - State: closed - Opened by firatkucuk over 3 years ago - 10 comments

#6 - feat: add py.typed for enable type checking

Pull Request - State: closed - Opened by nekonoshiri about 4 years ago - 4 comments

#5 - Response does not stream to browser from localhost (Chrome or Firefox)

Issue - State: closed - Opened by bowmanjd about 4 years ago - 6 comments

#4 - fix: Update comment in _ping() method

Pull Request - State: closed - Opened by paxcodes about 4 years ago

#3 - bugfix: Send pings as a custom `ping` event

Pull Request - State: closed - Opened by paxcodes about 4 years ago - 1 comment

#2 - [QUESTION] How can we use this package in FastAPi?

Issue - State: closed - Opened by TheJina about 4 years ago - 2 comments