client sending a message: by default with a the server fd
parent
28c30b110d
commit
a5c6ebbc89
|
@ -422,7 +422,7 @@ module AuthD
|
||||||
end
|
end
|
||||||
|
|
||||||
def send(type : Request::Type, payload)
|
def send(type : Request::Type, payload)
|
||||||
send type.value.to_u8, payload
|
send @server_fd, type.value.to_u8, payload
|
||||||
end
|
end
|
||||||
|
|
||||||
def decode_token(token)
|
def decode_token(token)
|
||||||
|
|
Loading…
Reference in New Issue