src/Microsoft.Azure.SignalR.Common/ServiceConnections/WebSocketConnectionContext.cs (2 lines): - line 18: /// TODO: Implement Features - line 25: /// TODO: get from service handshake src/Microsoft.Azure.SignalR.Common/ServiceConnections/Internal/WebSocketsTransport.cs (2 lines): - line 22: /// Copied from aspnetcore repo, TODO: refactor - line 152: // TODO: Handle TCP connection errors src/Microsoft.Azure.SignalR.Common/ServiceConnections/ServiceConnectionBase.cs (2 lines): - line 187: // TODO: Never cleanup connections unless Service asks us to do that - line 371: /// Looks like it is virtual for ut, pretty tricky, TODO: improve, could use configurable keepaliveticks options to disable the ping src/Microsoft.Azure.SignalR.Management/IServiceManager.cs (1 line): - line 14: // TODO mark as obsolete when substitute is ready src/Microsoft.Azure.SignalR.AspNet/ClientConnections/ClientConnectionManager.cs (1 line): - line 60: // TODO: check for errors written to the response src/Microsoft.Azure.SignalR.AspNet/HubHost/ServiceMessageBus.cs (1 line): - line 30: // TODO: find a more decent way instead of DI, it can be easily overriden src/Microsoft.Azure.SignalR.Common/Utilities/RestClient.cs (1 line): - line 35: // TODO: Test only, will remove later src/Microsoft.Azure.SignalR.Serverless.Protocols/MessagePackServerlessProtocol.cs (1 line): - line 23: _ => null,// TODO:OpenConnectionMessage and CloseConnectionMessage only will be sent in JSON format. It can be added later. src/Microsoft.Azure.SignalR.Serverless.Protocols/IServerlessProtocol.cs (1 line): - line 11: // TODO: Have a discussion about how to handle version change. src/Microsoft.Azure.SignalR.AspNet/ServerConnections/ServiceConnectionManager.cs (1 line): - line 57: // TODO: log something to indicate the connection is already initialized. src/Microsoft.Azure.SignalR.AspNet/DispatcherHelper.cs (1 line): - line 89: // TODO: Using IOptions looks wierd, thinking of a way removing it src/Microsoft.Azure.SignalR.AspNet/Transports/AzureTransport.cs (1 line): - line 92: // TODO: Add log