vcpkg/ports/signalrclient/CONTROL
Billy O'Neal 056e9517ec
[cpprestsdk] Disable websockets by default. (#10478)
* [cpprestsdk] Disable websockets by default.

The websockets backend cpprestsdk uses is websocketpp, which was last
committed to in late 2018 and appears defunct. Additionally, the
websockets feature brings an otherwise unnecessary Boost dependency on
Windows which takes a relatively long time to build.

Customers who still want the websockets bits can turn on the optional feature.

* Add dependency to signalr.
2020-03-20 16:03:16 -07:00

6 lines
201 B
Plaintext

Source: signalrclient
Version: 1.0.0-beta1-8
Build-Depends: cpprestsdk[default-features,websockets], openssl
Homepage: https://github.com/aspnet/SignalR-Client-Cpp
Description: C++ client for SignalR.