You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.in MessageLogger.cs:
it's better to use a Property or Parameter to replace Settings.Default.EnableMessageLogging, otherwise it cann't be used in webapi
2.when dispose the client after PublishMessage immediately, it will throw an exception that nullobject reference, maybe need a strategy wait for the ReadHeaderComple complete.
The text was updated successfully, but these errors were encountered:
1.in MessageLogger.cs:
it's better to use a Property or Parameter to replace Settings.Default.EnableMessageLogging, otherwise it cann't be used in webapi
2.when dispose the client after PublishMessage immediately, it will throw an exception that nullobject reference, maybe need a strategy wait for the ReadHeaderComple complete.
The text was updated successfully, but these errors were encountered: