Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以在 Xamarin.Forms 中使用 SignalR 发送/接收通知吗?例如,我可以向服务器发送通知或通过 Xamarin.Forms 接收通知吗?
如果您的意思是让应用即使没有运行也能接收通知,请考虑使用Push Notification为所有平台提供一个 Api 的平台或包装器,例如OneSignal
Push Notification
OneSignal
SignalR旨在解决diffident问题,它使用Websocket可能回退Server Sent Events或Long Polling实现与服务器的实时通信,witch适用于聊天应用程序作为示例
SignalR
Websocket
Server Sent Events
Long Polling