tools/awps-tunnel/client/src/panels/sections/SubprotocolClientSection.tsx (5 lines):
- line 37: dataType: "text"; // TODO: support other dataType like "json" | "prototype" ?
- line 46: dataType: "text"; // TODO: support other dataType like "json" | "prototype" ?
- line 156: // TODO: support other dataType like JSON?
- line 285: // { key: "binary", text: "Binary" }, // TODO: support binary
- line 339: // TODO: data could be ArrayBuffer or JSONTypes
tools/awps-tunnel/client/src/panels/Playground.tsx (3 lines):
- line 62: // TODO: when there are multiple clients with the same type in the future, we need an id generator
- line 71: { icon: , title: "PubSub", id: "webpubsub", description: "The PubSub WebSocket Client" }, // TODO: add subprotocol support
- line 72: // { icon: , title: "MQTT V5", id: "mqtt5", description: "MQTT V5 Client" }, // TODO: add mqtt support
sdk/webpubsub-socketio-extension/src/EIO/index.ts (2 lines):
- line 27: * TODO: implment BaseServer rather than extends Server
- line 52: // TODO: Find the optimal time to close the tunnel
tools/awps-tunnel/client/src/panels/sections/SimpleClientSection.tsx (1 line):
- line 16: // TODO: Binary support?
sdk/server-proxies/src/utils.ts (1 line):
- line 19: // TODO: clean it from map
tools/awps-tunnel/server/dataHub.ts (1 line):
- line 197: unread: false, //TODO: store in db?
experimental/sdk/y-azure-webpubsub-client/src/WebPubSubSyncClient.ts (1 line):
- line 325: // TODO reconnect
tools/awps-tunnel/client/src/setupProxy.js (1 line):
- line 3: // TODO: adding expreess support
tools/vscode-azurewebpubsub/src/tree/hubSettings/EventListeners/EventListenerItem.ts (1 line):
- line 28: // TODO: add more detail to tooltip
tools/awps-tunnel/client/src/panels/sections/MqttClientSection.tsx (1 line):
- line 3: // TODO: add a client section for MQTT