You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The abstract storage channels / engine classes in swarm are now more of a hindrance than a help. The dmqnode storage system could certainly be refactored in a much cleaner way, without these.
The text was updated successfully, but these errors were encountered:
Fixessociomantic-tsunami#2.
- Use `VoidBufferAsArrayOf!(cstring)` instead of `cast(cstring[]*)`, which
is dangerous because the array length is set after the cast.
- Set the array length once instead of appending incrementally.
- Use `parseBody` to parse the value to enforce it is the last field in the
message payload.
The abstract storage channels / engine classes in swarm are now more of a hindrance than a help. The dmqnode storage system could certainly be refactored in a much cleaner way, without these.
The text was updated successfully, but these errors were encountered: