Closed fredemmott closed 3 years ago
websocketpp's init_asio() can take an io_service_ptr; it should be possible for plugins to access the asio context, so other async code can integrate with it.
For example, https://github.com/fredemmott/StreamDeck-Discord/issues/47
websocketpp's init_asio() can take an io_service_ptr; it should be possible for plugins to access the asio context, so other async code can integrate with it.
For example, https://github.com/fredemmott/StreamDeck-Discord/issues/47