client sending a message: by default with a the server fd

ipc07
Karchnu 2020-07-14 13:44:49 +02:00
parent 28c30b110d
commit a5c6ebbc89
1 changed files with 1 additions and 1 deletions

View File

@ -422,7 +422,7 @@ module AuthD
end
def send(type : Request::Type, payload)
send type.value.to_u8, payload
send @server_fd, type.value.to_u8, payload
end
def decode_token(token)