Orleans: Direct Client Orleans 2.2

Created on 12 Apr 2019  路  2Comments  路  Source: dotnet/orleans

Hello,
I鈥榤 trying to get my head around using DirectClient which is mentioned in the 2.1 release notes. Looking into the sources of 2.2 it seems like it is already obsolete again. Is there any replacement or how is this feature meant to use?

question

Most helpful comment

It is registered by default. You can just use the IGrainFactory from everywhere. Thats it.

All 2 comments

It is registered by default. You can just use the IGrainFactory from everywhere. Thats it.

It's registered by default in Orleans 2.3.0, but not in Orleans 2.2.0: https://github.com/dotnet/orleans/pull/5395

That PR obsoleted the EnableDirectClient method because it's now a no-op.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

bobanco picture bobanco  路  3Comments

Vlad-Stryapko picture Vlad-Stryapko  路  3Comments

jt4000 picture jt4000  路  3Comments

pherbel picture pherbel  路  4Comments

gabikliot picture gabikliot  路  4Comments