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
Describe the bug #859 removed WsPort property from RpcVersion class on the RPC client side. We need to get it back, because NeoGo RPC server still supports WS capability and NeoC# RPC client is capable of interacting with both C# and Go nodes. It's OK not to have this field on the NeoC# RPC server side since WS server was removed form the C# node.
Expected behavior
NeoC# RPC client should be able to properly unmarshal wsport field of the response to getversion RPC call.
Platform:
Version: RpcClient v3.6.3
The text was updated successfully, but these errors were encountered:
What's the behavior now? The client will fail unmarshaling the response? Same thing can happen with new client accessing old server, please be careful.
Describe the bug
#859 removed
WsPort
property fromRpcVersion
class on the RPC client side. We need to get it back, because NeoGo RPC server still supports WS capability and NeoC# RPC client is capable of interacting with both C# and Go nodes. It's OK not to have this field on the NeoC# RPC server side since WS server was removed form the C# node.Expected behavior
NeoC# RPC client should be able to properly unmarshal
wsport
field of the response togetversion
RPC call.Platform:
The text was updated successfully, but these errors were encountered: