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
I took a stab at porting the new ASIO backend to using the standalone ASIO library, but it was not as trivial as I'd hoped (posix::descriptor not available, nor is the timer, though there's an alternative using std::chrono). Are there any plans for standalone ASIO support?
The text was updated successfully, but these errors were encountered:
@yangxingpping Unfortunately haven't tried further, currently just using libuv on windows and the native implementation on linux. Seems to work well enough.
I took a stab at porting the new ASIO backend to using the standalone ASIO library, but it was not as trivial as I'd hoped (posix::descriptor not available, nor is the timer, though there's an alternative using std::chrono). Are there any plans for standalone ASIO support?
The text was updated successfully, but these errors were encountered: