This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
Removed duplicate string to byte conversion
pull/512/head
Per Bornsjö
7 years ago
parent
150197e521
commit
debc2fe4c4
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/BuildingBlocks/EventBus/EventBusServiceBus/EventBusServiceBus.cs
+ 1
- 1
src/BuildingBlocks/EventBus/EventBusServiceBus/EventBusServiceBus.cs
View File
@ -47,7 +47,7 @@
var
message
=
new
Message
{
MessageId
=
Guid
.
NewGuid
(
)
.
ToString
(
)
,
Body
=
Encoding
.
UTF8
.
GetBytes
(
jsonMessage
)
,
Body
=
body
,
Label
=
eventName
,
}
;
Write
Preview
Loading…
Cancel
Save