1
Dlaczego RegisterMessageHandler nie działa dla określonej nazwy tematu?
Nie rozumiem, dlaczego następujący moduł obsługi ( processMessageAsync ), o którym mowa poniżej, nie jest uruchamiany dla określonej nazwy tematu, ale udaje się dla innych nazw tematów: subscriptionClient.RegisterMessageHandler(processMessageAsync, msgOptions) Oto moja klasa subskrybentów : open System open System.Linq open System.Threading open System.Text open System.Threading.Tasks open Microsoft.Azure.ServiceBus type Subscriber(connectionString:string, topic:string, subscription:string) …