Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
ruby-version:
- '2.5'
Expand All @@ -22,7 +23,6 @@ jobs:
- '3.0'
- '3.1'
- '3.2'
- jruby-9.2
- jruby-9.3
- jruby-9.4

Expand Down
4 changes: 1 addition & 3 deletions lib/ld-eventsource/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,7 @@ def initialize(uri,

yield self if block_given?

Thread.new do
run_stream
end
Thread.new { run_stream }.name = 'LD/SSEClient'
end

#
Expand Down
12 changes: 0 additions & 12 deletions scripts/gendocs.sh

This file was deleted.

30 changes: 0 additions & 30 deletions scripts/release.sh

This file was deleted.

Loading