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
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
an instance of Peer class (modules/chain/logic/peers) should have a string property
representing the peer information in the next format: ip:port
For example: 127.0.0.1:4000
Actual behavior
Peers are being stringified to for example [object Object]:7001 and SocketCluster is crashing because of it.
Steps to reproduce
Run application on development branch
Which version(s) does this affect? (Environment, OS, etc...)
development branch
The text was updated successfully, but these errors were encountered:
Expected behavior
an instance of Peer class (
modules/chain/logic/peers
) should have a string propertyrepresenting the peer information in the next format:
ip:port
For example:
127.0.0.1:4000
Actual behavior
Peers are being stringified to for example
[object Object]:7001
and SocketCluster is crashing because of it.Steps to reproduce
Run application on
development
branchWhich version(s) does this affect? (Environment, OS, etc...)
development
branchThe text was updated successfully, but these errors were encountered: