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
According to the docs of AsyncHttp, this will lead to a memory leak and if running the example app via Xcode it will be forcefully terminated due to this check: AsyncHttp::HTTPClient
I'll open a pull request.
The text was updated successfully, but these errors were encountered:
In the example code you are allocating a new HTTPClient here:
ipp-nio/Examples/PrintPDF/main.swift
Line 5 in bad39b4
According to the docs of AsyncHttp, this will lead to a memory leak and if running the example app via Xcode it will be forcefully terminated due to this check:
AsyncHttp::HTTPClient
I'll open a pull request.
The text was updated successfully, but these errors were encountered: