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

This commit is contained in:
Karchnu 2020-07-14 13:44:49 +02:00
parent 28c30b110d
commit a5c6ebbc89

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)