Skip to content

Commit

Permalink
Merge pull request #22 from jlaffaye/expose-thread
Browse files Browse the repository at this point in the history
Expose thread so it can be joined
  • Loading branch information
unasuke authored Aug 4, 2023
2 parents 0ef48cf + 5916774 commit c4d4d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/websocket-client-simple/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def self.connect(url, options={})

class Client
include EventEmitter
attr_reader :url, :handshake
attr_reader :url, :handshake, :thread

def connect(url, options={})
return if @socket
Expand Down

0 comments on commit c4d4d01

Please sign in to comment.