dhbaird / easywsclient

A short and sweet WebSocket client for C++
MIT License
741 stars 205 forks source link

unable to connect: aborted #91

Closed nhule11 closed 4 years ago

nhule11 commented 4 years ago

My server is raspberry pi were I'm using auto bahn python code. I'm writing client code on another raspberry pi to receive the json with easywsclient.

This is the error I'm getting.

Unable to connect to 127.0.0.1:8080 testTcp: testTcp.cpp:38: int main(): Assertion ws' failed. int main(): Assertionws' failed. Aborted

I have a ethernet cable connected between two raspberry PIs.