OrleansContrib / SignalR.Orleans

SignalR backend based on Orleans.
MIT License
295 stars 64 forks source link

UseSignalR() should not call AddApplicationPart() #138

Closed yoDon closed 1 year ago

yoDon commented 2 years ago

Fixes #137

Removes one line of code from the library, adds one line of code to the test fixture, updates the readme and nuget readme, in order to give callers of the library freedom to decide whether they want to use the default automatic grain type registration logic provided by Orleans or whether they want to explicitly register their grain types themselves.