Open ktoso opened 4 years ago
When we get handshakes we compare the string of the passed in host i.e. "localhost" to what we bound to.
If we bound to 127.0.0.1 but someone tries to handshake with localhost, we'd reject this (!).
Ideas
See also: https://github.com/apple/swift-distributed-actors/pull/577#discussion_r416197243
When we get handshakes we compare the string of the passed in host i.e. "localhost" to what we bound to.
If we bound to 127.0.0.1 but someone tries to handshake with localhost, we'd reject this (!).
Ideas