rezahousseini
rezahousseini
I'm also unable to get it to compile when only passing the `io_context` object (instead of the `serial_port`): ``` int main() { asio::io_context io_context; //auto serial_port = std::make_shared(io_context); std::string com_port...
So there is no possibility to have options with only double dahses?
Passing `process` as `std::shared_ptr` gets rid of the segmentation fault, but still no event gets triggered: ``` constexpr auto start_timer = [](const auto& /*event*/, sml::back::process process, asio::deadline_timer& t) { auto...
shouldn't there be a `process_once` function which only processes one event?