Ishmael-Moreno
Results
2
comments of
Ishmael-Moreno
@RameezStark you ever figured out why this error shows?
@RameezStark So apparently in the latest version of Firesharp it takes 3 arguments and not 2: The correct use is EventStreamResponse response = await client.OnAsync("chat", (s, args,context) => { System.Console.WriteLine(args.Data);...