swifter icon indicating copy to clipboard operation
swifter copied to clipboard

websocket sometimes not working in macOS sandbox app

Open zhouhesheng opened this issue 2 years ago • 1 comments

websocket sometimes not working in macOS sandbox app

zhouhesheng avatar Apr 17 '22 15:04 zhouhesheng

If you try to send a file in macOS, you'll hit sendfile() which won't work. I worked around this by creating a Data object from the file and sending that instead.

-ch

chockenberry avatar Apr 20 '22 21:04 chockenberry