Open TemKaSD opened 11 months ago
I compile:
target_link_libraries(ghost++ PRIVATE sioclient) target_link_libraries(ghost++ PRIVATE sioclient_tls)
Error:
[error] Server handshake response error: websocketpp.processor:20 (Invalid HTTP status.)
If you compile only: target_link_libraries(ghost++ PRIVATE sioclient_tls)
is ok.
Me need sioclient and sioclient_tls.
I compile:
target_link_libraries(ghost++ PRIVATE sioclient) target_link_libraries(ghost++ PRIVATE sioclient_tls)
Error:
[error] Server handshake response error: websocketpp.processor:20 (Invalid HTTP status.)
If you compile only: target_link_libraries(ghost++ PRIVATE sioclient_tls)
is ok.
Me need sioclient and sioclient_tls.