-
-
Notifications
You must be signed in to change notification settings - Fork 113
Open
Labels
BlockchainRelated to blockchain functionality, consensus, and ledger mechanicsRelated to blockchain functionality, consensus, and ledger mechanicsNodeJSBackend logic, APIs, and Node.js environmentBackend logic, APIs, and Node.js environmentbugSomething isn't workingSomething isn't working
Milestone
Description
Summary
It seems that WsNodeServer does not work as expected
Steps to reproduce
- Run two ADAMANT nodes (local + remote)
- Enable WsNode logging
- Observe logs during peer connections
Expected behavior
When a WebSocket peer connects, WsNodeServer should output a log message, e.g.:
[WsNodeServer] WebSocket peer ${peerIp} is connecting…
Actual behavior
No such messages are present in logs. Appears that WsNodeServer is not functioning correctly.
Possible Causes
- Logging not properly initialized for
WsNodeServer WsNodeServernot actually accepting/handling connections
Environment
- Tried running two nodes: one local and one remote
- Logs checked on both, no
WsNodeServermessages appear
Metadata
Metadata
Assignees
Labels
BlockchainRelated to blockchain functionality, consensus, and ledger mechanicsRelated to blockchain functionality, consensus, and ledger mechanicsNodeJSBackend logic, APIs, and Node.js environmentBackend logic, APIs, and Node.js environmentbugSomething isn't workingSomething isn't working
Type
Projects
Status
Planned