comment improved

This commit is contained in:
vis2k 2022-12-03 19:32:47 -05:00
parent 9d212bc117
commit d77655f19b

View File

@ -150,7 +150,7 @@ public static int OriginalTransportId(int multiplexConnectionId, int transportAm
void AddServerCallbacks()
{
// wire all the base transports to my events
// all underlying transports should call the multiplex transport's events
for (int i = 0; i < transports.Length; i++)
{
// this is required for the handlers, if I use i directly