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
Set up web socket end point for collecting log information using socket.io
Once the setup is in place, test it by sending a log information from maidsafe-utilities websocket test. The test runs an server by itself, hence comment that part and point it to the express server endpoint.
Must be able to receive the message from the test
Should be able to get the secret token from the message received. This will help to validate the source message for the actual implementation.
The text was updated successfully, but these errors were encountered:
Set up web socket end point for collecting log information using socket.io
Once the setup is in place, test it by sending a log information from maidsafe-utilities websocket test. The test runs an server by itself, hence comment that part and point it to the express server endpoint.
The text was updated successfully, but these errors were encountered: