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
I guess, I have to use multiple primus instances on server side and client side if I need to use primus for both binary and JSON data transfer. Or, intercept messages?
Can you think of a module that allows binary file transfer using primus? I only found some links for socket.io through Google.
can I use different parsers for separate substeams (and main stream)? If yes, how do I do that?
I have Parser object instantiated on the server side with default JSON parser.
Can I simply use a new substream for binary data?
The text was updated successfully, but these errors were encountered: