Skip to content

Commit

Permalink
REMOVEME: wtf UnixSocket should not even be used here
Browse files Browse the repository at this point in the history
  • Loading branch information
foxxx0 committed Dec 9, 2024
1 parent 847a4e9 commit a980376
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/socket/unix_socket.cr
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,8 @@ class UNIXSocket < Socket
message, address = super(max_message_size)
{message, address.as(UNIXAddress)}
end

def receive(message : Bytes) : {Int32, Address}
super(message)
end
end

0 comments on commit a980376

Please sign in to comment.