jacqueskang / IpcServiceFramework

.NET Core Inter-process communication framework
MIT License
358 stars 77 forks source link

The function in the example has an error #160

Closed JeremyWu917 closed 4 years ago

JeremyWu917 commented 4 years ago

Hi,

There is an error in Usage about ReverseString (step 2). It should be Array.Reverse(charArray); instead of Array.Reverse(input.ToCharArray());. Please have a try. Thanks

Remember, the details make the difference

image

JeremyWu917 commented 4 years ago

That's coooool