Support ServerEventsClient in .NET Core
My server needs to be able to push messages to my app. Unfortunately, I'm running ServiceStack.Client.Core in a .NET Standard library, which means my app does not have access to ServerEventsClient. Having the ability to use ServerEventsClient in .NET Standard libraries would be amazing.

Not sure what makes you think otherwise but ServerEventsClient is definitely available in ServiceStack.Client.Core: https://imgur.com/a/l1mDp
-
That's for .NET Standard 1.1 clients, .NET Core uses the .NET Standard 1.6 client build.
-
Katie commented
The bottom of the following page mentions that it is not available. Thank you for clearing up that it actually is!
http://docs.servicestack.net/netcore-clients