swift icon indicating copy to clipboard operation
swift copied to clipboard

websockets serve needs to run async to work

Open renehorstmann opened this issue 1 year ago • 0 comments

Updated the starting of the websockets async server, so that the call to serve is also async. The (newer?) websockets version does not expect a path as argument for the serve function, so that was removed as well.

I also encountered the bug of a not merged pull request (Windows 11 path starting with a '/' like "/C:/Users/...") so I updated this as well.

renehorstmann avatar Dec 13 '24 07:12 renehorstmann