This commit is contained in:
Willy-JL
2024-03-15 03:07:16 +00:00
22 changed files with 218 additions and 69 deletions

View File

@@ -193,8 +193,6 @@ bool rpc_pb_stream_read(pb_istream_t* istream, pb_byte_t* buf, size_t count) {
furi_assert(session);
furi_assert(istream->bytes_left);
/* TODO FL-3768 this function may be called after
marking the worker for termination */
if(session->terminate) {
return false;
}