Miniature-Distributed-System / Worker-Unit

Worker/Compute Unit which communicates with the Server Unit in receiving/processing/sending back results to server.
GNU General Public License v3.0
1 stars 0 forks source link

Crash at json validation in Receiver module #6

Closed trax85 closed 6 months ago

trax85 commented 6 months ago
image
trax85 commented 6 months ago

The issue was caused due to smart pointers being null/empty therefore if packet is found as invalid at websocket then don't pass it to receiver module rather drop it saves time and processing.