sourcey / libsourcey

C++14 evented IO libraries for high performance networking and media based applications
https://sourcey.com/libsourcey
GNU Lesser General Public License v2.1
1.31k stars 347 forks source link

could not connect to symple server #210

Open masoudrk opened 6 years ago

masoudrk commented 6 years ago

hello , I try to connect to a symple server on port 4550 with the sympleconsole example app and it connects, but as soon when I want to send a message or join to a room then it asserts the assert(std::this_thread::get_id() == _tid); in the 'handle.h' file in the solution.

The web clients are right and they can detect the cpp client and also the app cannot receive anything! I made the solution via the cmake for visual studio 2017 x64.