Add TODO comment for switching requestIds to strings

This commit is contained in:
Brandon Millman
2018-05-29 11:20:01 -07:00
parent 3e7ee1f090
commit 6ecda647ad

View File

@@ -57,6 +57,7 @@ export class WebSocketOrderbookChannel implements OrderbookChannel {
handler,
};
this._subscriptions.push(newSubscription);
// TODO: update requestId management to use UUIDs for v2
const subscribeMessage = {
type: 'subscribe',
channel: 'orderbook',