c# - PubNub JSON serialization code works in example project but not in my project
- by pilau
I am making a Winamp plugin with the single function of sending the details of the song being played over HTTP to a webpage.
It works like this: Winamp song event triggered - check for new song - publish to webpage using PubNub (C# API).
So far I got to the stage where everything works exactly as it is supposed to, except for the PubNub code…