Skip to content

Publishing to non-existing topic results in Error-level log entry #192

@maciejjarzynski

Description

@maciejjarzynski

While publishing to the topic, to which no one is subscribed, the log entry with the Error level is being saved:
https://github.com/Code-Sharp/WampSharp/blob/wampv2/src/net45/WampSharp/WAMP2/V2/PubSub/WampPubSubServer.cs#L71

In my opinion, with the setting set to publish Errors/acknowledge: false it should rather be stored as an Info or a Warning entry.
This is the normal flow of the pub/sub pattern for the publisher to be independent from the subscribers, whether they are existing or not.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions