Skip to content

Commit

Permalink
Expose thread so it can be joined
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaffaye committed Jul 26, 2023
1 parent 6ce652e commit 156e0be
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 156e0be

Please sign in to comment.