• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

sferik / twitter
99%
master: 3%

Build:
Build:
LAST BUILD BRANCH: patch-2
DEFAULT BRANCH: master
Repo Added 26 Feb 2013 06:33PM UTC
Files 1
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH 6-stable
branch: 6-stable
CHANGE BRANCH
x
Reset
  • 6-stable
  • 4.8-stable
  • 4.x
  • 5-stable
  • cell2
  • cell3
  • celluloid
  • code_climate
  • configurable_adapter
  • deep_attrs
  • deprecate
  • exp
  • expose-strs
  • faraday_0.9
  • gemspec_encoding
  • http
  • issue_384
  • list-recursive-errors
  • lookup
  • master
  • memoizable
  • naught
  • proxy-support
  • raw
  • remove-update-profile-colors
  • search_interface
  • settings
  • settingsdocumentation
  • stable
  • streaming-updates
  • tweetentities
  • unasuke-method_with_block
  • unretweet
  • update_with_media
  • v5.0.0
  • v5.0.1
  • v5.1.0
  • v5.1.1
  • v5.12.0
  • v5.14.0
  • v5.15.0
  • v5.16.0
  • v5.17.0
  • v5.2.0
  • v5.3.0
  • v5.3.1
  • v5.4.0
  • v5.4.1
  • v5.5.0
  • v5.5.1
  • v5.6.0
  • v5.7.0
  • v5.7.1
  • v5.8.0
  • v5.9.0
  • v6.0.0
  • v6.1.0
  • v6.2.0
  • v7.0.0
  • videos

pending completion
1698

Pull #842

travis-ci

web-flow
Support closing stream

In this version, we can close stream as following:

```ruby
client = Twitter::Streaming::Client.new do |config|
  # Set up configuration
end

t = Thread.new do
  client.filter(track: keyword) do |object|
    # process object
  end
end

Signal.trap(:TERM) do
  # terminate process silently
  client.close
  exit true
end
```
Pull Request #842: Support closing stream

13 of 13 new or added lines in 2 files covered. (100.0%)

2066 of 2087 relevant lines covered (98.99%)

213.82 hits per line

Relevant lines Covered
Build:
Build:
2087 RELEVANT LINES 2066 COVERED LINES
213.82 HITS PER LINE
Source Files on 6-stable
  • List 0
  • Changed 4
  • Source Changed 2
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
1698 6-stable Support closing stream In this version, we can close stream as following: ```ruby client = Twitter::Streaming::Client.new do |config| # Set up configuration end t = Thread.new do client.filter(track: keyword) do |object| # process objec... Pull #842 09 Nov 2017 12:21AM UTC web-flow travis-ci pending completion  
1693 6-stable [6-stable] Add TCP keepalive in Twitter::Streaming::Connection (#856) * Add TCP keepalive in Twitter::Streaming::Connection Without correct TCP keepalive setup, the Twitter streaming client is prone to hang on long-lived connections. This is ... push 08 Nov 2017 09:26PM UTC sferik travis-ci pending completion  
1690 6-stable 280 push 08 Nov 2017 01:24AM UTC sferik travis-ci pending completion  
1689 6-stable Fix RuboCop offenses push 08 Nov 2017 01:20AM UTC sferik travis-ci pending completion  
1687 6-stable Update faraday dependency to ~> 0.13.1 push 07 Nov 2017 11:12PM UTC sferik travis-ci pending completion  
1676 6-stable Move cop configurations to their new namespace Pull #867 29 Jul 2017 01:50PM UTC web-flow travis-ci pending completion  
1673 6-stable Relax faraday constraint from 0.11.0 to 0.11 This way, a bundle can upgrade to faraday 0.12 without getting constraint violations. Pull #861 29 Jun 2017 06:52PM UTC web-flow travis-ci pending completion  
1672 6-stable Bump faraday to 0.12.x Since that is the latest version available. Pull #860 27 Jun 2017 10:27AM UTC web-flow travis-ci pending completion  
1670 6-stable Add tests around keepalive setup Pull #856 20 Jun 2017 06:47PM UTC web-flow travis-ci pending completion  
1669 6-stable Add tests around keepalive setup Pull #856 20 Jun 2017 06:40PM UTC web-flow travis-ci pending completion  
See All Builds (1366)
  • Repo on GitHub
  • CI Project
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc