Cristi
Passing an array as a parameter to an event
hello, i have these arrays, which needs to get passed towards the clientside
problem is that when they get passed, they are received as
object[] args
the username remains a string type, but the arrays become newtonsoft.json.linq.jarray
, and i can't find a version of this plugin which is compatible with .net core 3.1
If you can help me either find a version for the newtonsoft which works, or help me get my arrays into my clientside handler, thank you!45 replies