Merge branch 'apichange'

ipc07
Philippe PITTOLI 2019-06-06 00:42:36 +02:00
commit 4b80bce1d7
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ class IPC::Connection
raise Exception.new "error reading a message: #{m}"
end
IPC::Message.new message.mtype, message.type, message.payload
IPC::Message.new message.type, message.user_type, String.new(message.payload)
end
def close