Skip to content

Commit c4d4d01

Browse files
authored
Merge pull request #22 from jlaffaye/expose-thread
Expose thread so it can be joined
2 parents 0ef48cf + 5916774 commit c4d4d01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/websocket-client-simple/client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def self.connect(url, options={})
1111

1212
class Client
1313
include EventEmitter
14-
attr_reader :url, :handshake
14+
attr_reader :url, :handshake, :thread
1515

1616
def connect(url, options={})
1717
return if @socket

0 commit comments

Comments
 (0)