Replies: 1 comment
-
That was a bit of a premature update for changes introduced in the latest version of https://github.com/amphp/socket/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Error:
Code on line 40:
Why used alias class on interface?
ResourceSocket -- is class
EncryptableSocket -- is interface
Need use checking
interface_exists(EncryptableSocket::class)
?Beta Was this translation helpful? Give feedback.
All reactions