1
0
mirror of https://github.com/mastodon/flodgatt synced 2025-04-11 22:58:25 +02:00
Daniel Sockwell e1257146cd Close Redis connections when SSE stream ends
This commit tracks the existence of the SSE stream and closes the
connection to the redis pub/sub channel when the stream is closed.  This
prevents the number of redis connections from growing over time.

Note, however, that the current code still subscribes to one redis
channel per SSE connection rather than reusing existing subscriptions.
This will need to be fixed in a later PR.
2019-04-21 09:21:44 -04:00
2019-02-11 09:45:14 +01:00
2019-04-18 15:47:08 -04:00
2019-04-18 15:47:08 -04:00
2019-02-08 10:35:26 +01:00
2019-02-11 09:45:14 +01:00

RageQuit

A blazingly fast drop-in replacement for the Mastodon streaming api server

Usage

$ ragequit --port 4002    # Default port is 3666
Description
A blazingly fast drop-in replacement for the Mastodon streaming API server
Readme AGPL-3.0 938 KiB
Languages
Rust 99.7%
Shell 0.3%