-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Realtime API update #5
base: master
Are you sure you want to change the base?
Conversation
I used an older bait-and-switch technique to support the PCL (have the compiler link against a dummy assembly during builds, but load the correct assembly in the target project) - which might be why the build is currently failing. In theory, this technique wouldn't be needed in .NET Standard land. Perhaps moving everything to the new SDK might fix the build errors? |
Do you mean moving the CI pipeline to the new SDK too? |
3f85f48
to
bfee073
Compare
e3e2fae
to
0a51e8d
Compare
I updated the project to .NET Standard 2.0 and removed some wrappers. I also added NLog as a library and refactored the references to ILogger to NLog.ILogger.
With some tweaks and changes to the subscription code and room retrieval, subscribing to room message streams works now.