eliminate BEL which makes terminal bounce
This commit is contained in:
parent
062a5299b8
commit
5f7f73d06e
|
|
@ -288,7 +288,7 @@ module JamWebsockets
|
|||
|
||||
|
||||
def send_to_client(client, msg)
|
||||
@log.debug "SEND TO CLIENT START (#{msg})"
|
||||
@log.debug "SEND TO CLIENT START" # (#{msg})"
|
||||
if client.encode_json
|
||||
client.send(msg.to_json.to_s)
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in New Issue