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
Hi @codisan ,
some protocole parameters was causing issues with a transport layer, so I modified it and made it configurable since v 0.7.0.
what you reported can only cause issues if you are using different versions of eureca.io in the client and server side, and this is not recommended, you should always use the same version in both sides.
if for some reason you want to configure your own protocole, you just need to make sure to set the same protocole in the client and server sides.
v0.6.42 Protocol generator:
Protocol.signatureId = '_r';
v0.7.1 Protocol generator:
Protocol.signatureId = 's';
The text was updated successfully, but these errors were encountered: