mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
Event refactor builds on Windows
This commit is contained in:
@@ -107,7 +107,7 @@ void MultiChannelCommunication::readTask() {
|
||||
for(auto& packet : packetizer->output()) {
|
||||
std::shared_ptr<Message> msg;
|
||||
if(!decoder->decode(msg, packet)) {
|
||||
err(APIError::Unknown); // TODO Use specific error
|
||||
report(APIEvent::Type::Unknown, APIEvent::Severity::Error); // TODO Use specific error
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user