Fix FrozenError in ws-server.rb
This commit is contained in:
parent
5ecb5fd499
commit
4c48638295
@ -19,7 +19,7 @@ EM.run {
|
||||
|
||||
ws.onmessage { |msg|
|
||||
puts "message from client: #{msg}"
|
||||
ws.send Faker::Hacker.say_something_smart
|
||||
ws.send +Faker::Hacker.say_something_smart
|
||||
}
|
||||
end
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user