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
Here i don't see the way to add a codec engine where i can compress the message.
Problem:
I have added custom codec engine to compress data from client to worker and when worker sends that message to brokers it's again decompressed form which throws an error "Message is too large to process".
Solution:
We can provide option to add codec engine here:
scc-broker-client/client-pool.js
Line 46 in 3b6af62
Here i don't see the way to add a codec engine where i can compress the message.
Problem:
I have added custom codec engine to compress data from client to worker and when worker sends that message to brokers it's again decompressed form which throws an error "Message is too large to process".
Solution:
We can provide option to add codec engine here:
scc-broker-client/client-pool.js
Line 46 in 3b6af62
we can provide coded engine option from here
https://github.com/SocketCluster/socketcluster/blob/7b1d97cbcd9d37ae51eb9305bbaedfac774622b8/app/server.js#L99-L113
@jondubois please let us know your thoughts on the same
The text was updated successfully, but these errors were encountered: