Bugfix.
This commit is contained in:
parent
31a248728e
commit
dab7e4adec
@ -241,7 +241,7 @@ class IPC::Connection
|
||||
raise Exception.new "error reading a message: #{m}"
|
||||
end
|
||||
|
||||
IPC::Message.new message.type, message.user_type, String.new(message.payload)
|
||||
IPC::Message.new pointerof(message)
|
||||
end
|
||||
|
||||
def close
|
||||
|
Reference in New Issue
Block a user