Skip to content

Commit

Permalink
Remove return in process_internal_client_message_stream
Browse files Browse the repository at this point in the history
This only reason that this errors is due to an early client disconnect.  When that
happens it kills the rest of the client message processing for any other or new
connecting clients.
  • Loading branch information
Ayiga committed Nov 14, 2024
1 parent 803fcb2 commit 4fcc865
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion inscriptions/src/service/client_state/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,6 @@ impl InternalClientMessageProcessingTask {
"internal client message processing encountered an error: {}",
err,
);
return;
}
}
}
Expand Down

0 comments on commit 4fcc865

Please sign in to comment.