File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,8 +18,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818- Decoupled UserThreadWebsocketCallbacks from WebSocketeClient to support multiple WebSocketClient
1919- Create market data and user data websocket when url is set
2020- UserThreadWebsocketCallbacks now drains multiple queued messages per tick for higher throughput
21- - Propagate precompile headers
22-
2321
2422### Fixed
2523- Various WebSocket unit tests not waiting for snapshot
Original file line number Diff line number Diff line change @@ -46,10 +46,6 @@ target_precompile_headers(coinbase-advanced-cpp INTERFACE
4646 <fstream>
4747)
4848
49- set_target_properties (coinbase-advanced-cpp PROPERTIES
50- TRANSITIVE_COMPILE_PROPERTIES "PRECOMPILE_HEADERS"
51- )
52-
5349if (MSVC )
5450 set (CMAKE_CXX_FLAGS_RELEASE "-O2" )
5551 add_definitions (-D_WIN32_WINNT=0x0A00 )
You can’t perform that action at this time.
0 commit comments