You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[VZFileHandleNetworkDeviceAttachment initWithFileHandle:]: Failed to get file descriptor properties: Socket operation on non-socket
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[VZFileHandleNetworkDeviceAttachment initWithFileHandle:]: The fileHandle must be a datagram socket
To Reproduce
Steps to reproduce the behavior:
vz.NewFileHandleNetworkDeviceAttachment(f) // f has a file descriptor which is not datagram (UDP)
Expected behavior
No throw exception
Screenshots
If applicable, add screenshots to help explain your problem.
Environment that you use to compile (please complete the following information):
Describe the bug
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No throw exception
Screenshots
If applicable, add screenshots to help explain your problem.
Environment that you use to compile (please complete the following information):
xcodebuild -version | pbcopy
]sw_vers | pbcopy
]uname -m | pbcopy
]go version | pbcopy
]Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: