AS-Devs / signalr_flutter

A flutter plugin for .net SignalR client.
https://pub.dev/packages/signalr_flutter
MIT License
19 stars 27 forks source link

How do I trigger the flutter function from the server #18

Closed yasngencc closed 3 years ago

yasngencc commented 3 years ago

asp.net ile yazılmış bir hub servisim var. signalR ile bağlantı kurabiliyorum. fakat sunucudan flutter daki bir fonksiyonu geri arayamıyorum. bana yardımcı olurmusunuz

AyonAB commented 3 years ago

You can use HubCallback function to communicate with client or transfer data etc.

yasngencc commented 3 years ago

resimde işaretlediğim yer hangi isimde olması gerekiyor [image: Ekran Alıntısı.PNG][image: Ekran Alıntısı.PNG]

Ayon Das notifications@github.com, 6 Oca 2021 Çar, 16:00 tarihinde şunu yazdı:

You can use HubCallback function to communicate with client or transfer data etc.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/AS-Devs/signalr_flutter/issues/18#issuecomment-755285430, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB3FDSUGW7SFTMLH235HEHTSYRNGJANCNFSM4VW3GAUQ .

yasngencc commented 3 years ago

mümkünse teamwiever ile bağlanıp yardımcı olabilir misiniz? benim için çok önemlidir.

Yasin Genç yasingencc@gmail.com, 6 Oca 2021 Çar, 16:05 tarihinde şunu yazdı:

resimde işaretlediğim yer hangi isimde olması gerekiyor [image: Ekran Alıntısı.PNG][image: Ekran Alıntısı.PNG]

Ayon Das notifications@github.com, 6 Oca 2021 Çar, 16:00 tarihinde şunu yazdı:

You can use HubCallback function to communicate with client or transfer data etc.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/AS-Devs/signalr_flutter/issues/18#issuecomment-755285430, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB3FDSUGW7SFTMLH235HEHTSYRNGJANCNFSM4VW3GAUQ .

AyonAB commented 3 years ago

1st of all, I cant understand your language, its extremely difficult for me to communicate in this way. I cant even see the image you attached. And to answer your 2nd question, no I can't help you personally.

yasngencc commented 3 years ago

Ekran Alıntısı Ekran Alıntısı

yasngencc commented 3 years ago

kırmızı olarak işaretlediğim yer hangi isimde olması gerekiyor

AyonAB commented 3 years ago

You should receive that message on _onNewMessage callback.

yasngencc commented 3 years ago

tamamdır. hata şurdan kaynaklanıyormuş. iki adet parametre gönderiyormuşum. oysaki bir adet parametre alıyormuş

yasngencc commented 3 years ago

Ekran Alıntısı

yasngencc commented 3 years ago

cevap verdiğiniz için teşekkür ederim.