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
The HTTPClient.Body.StreamWriter that you get when using the default .stream(length: contentLength, { thisStreamWriterHere in }) expects to be called on the internal EventLoop that belongs to the underlying Channel. The user however doesn't get access to that Channel at all so it's impossible to use this API :(.