jamiewest / signalr_core

ASP.NET Core SignalR Dart Client
https://pub.dev/packages/signalr_core
MIT License
90 stars 58 forks source link

response is wraped with [] sqaure brackets #81

Closed abolfazlrezaeiv closed 2 years ago

abolfazlrezaeiv commented 2 years ago

Hi everyone

cant remove them on recive signal I/flutter (10829): [fft]

zigaspica commented 2 years ago

@abolfazl2643 Try final text = response[0]; and you will get element without brackets.