Closed gnarea closed 1 year ago
Bull v3 only supports JSON serialization, so we have to base64-encode binary data like the service message in the parcel: https://github.com/OptimalBits/bull/issues/1411
However, this is too inefficient performance- and storage-wise, so we should find a way to store buffers instead. Bull v4 may support that per the issue above.
Not relevant now that we're migrating this app to become an Awala Internet Endpoint backend.
Bull v3 only supports JSON serialization, so we have to base64-encode binary data like the service message in the parcel: https://github.com/OptimalBits/bull/issues/1411
However, this is too inefficient performance- and storage-wise, so we should find a way to store buffers instead. Bull v4 may support that per the issue above.