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
I'm planning on adding a new decorator in SwIPC: must-initialize. When an IPC interface is tagged as such, its Initialize method will be called in the new automatically, so users don't have to worry about manually calling it.
Some questions:
How does this play with service overrides ?
The text was updated successfully, but these errors were encountered:
I'm planning on adding a new decorator in SwIPC:
must-initialize
. When an IPC interface is tagged as such, itsInitialize
method will be called in thenew
automatically, so users don't have to worry about manually calling it.Some questions:
The text was updated successfully, but these errors were encountered: