azure-webpubsub
azure-webpubsub copied to clipboard
[BugBash][Live Trace] A few issues with live trace
Describe the bug
There're a few issues I noticed with Live Trace:
- Not all logs have hub name. For example,
RequestStarted
,RequestProcessed
,AddedConnectionToGroup
. In theory they all belong to a hub. - Join a group the second time doesn't have log. There is only
ReceivedMessageFromClient
but noAddedConnectionToGroup
, although from the ack it's a success. Is it by design?