Hi All,
In our hub implementation, we have a method:
public async Task AcknowledgeSystemMessages(int[] msgIds)
{
..
}
From a javascript client everything works as expected.
From (for example) MyConnection.Send('AcknowledgeSystemMessages'. ['[1,2,3]']); the server method never gets executed.
Can TscHubConnection handle int[] parm?
Tia, Rj
TscHubConnection.Send failed with int[] parm
Re: TscHubConnection.Send failed with int[] parm
Thank you for the information. The issue and investigation is in progress. We will inform you when we have any results.
Re: TscHubConnection.Send failed with int[] parm
Hi Vic,
Couple of weeks has been passed, can you give us a status update regarding this issue?
Thanks, Rj
Couple of weeks has been passed, can you give us a status update regarding this issue?
Thanks, Rj
Re: TscHubConnection.Send failed with int[] parm
We've added the methods for properly handling arrays in TScHubConnection: TScHubConnection.RegisterArr, TScHubConnection.InvokeArr, TScHubConnection.SendArr.
The changes will be included in the next build of SecureBridge.
The changes will be included in the next build of SecureBridge.