cppkiteconnect
cppkiteconnect copied to clipboard
Remove websocket_ticks binary
We should not check-in this binary and figure out a better way to mock websocket.
Ref: #30
- What are the disadvantages of current approach?
- How would you like to go about this?
I explored this further today and ported one of our internal tests to gokiteconnect.
https://github.com/zerodha/gokiteconnect/pull/55
This is based on packets added to mock_responses which I added that use the latest snapshots:
https://github.com/zerodha/kiteconnect-mocks/commit/fd12de13ffa49ea175f62a83a17cf27450c518bf
It uses base64 encoded packets of "full" and "quote" mode packets.
I think we can do something similar in cppkiteconnect and other libs as well.