TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Stefan Djurovic
NA
17
1.5k
How to push data from WCF service to client applications
Jun 8 2020 9:21 AM
Well, I haven't done anything similar to this. so I am stuck at this problem.
I have a service called LoadBalancer, that sends data to its client depending on the algorithm, so when the algorithm decide I should send data to a specific worker.
I researched a bit more on this topic and found Duplex Communication should help me solve, but I've got a few questions regarding Duplex Comm.
From what I found online, it's mostly client asks the server and with callback, we can send the data, but I do not know which client will be receiving the data, because I'll have multiple instances of them. So is there a way server to send first the data, and client to send response to it?
Reply
Answers (
0
)
Listening at Endpoint connecting to WCF net.tcp protocol
Unable to serialize while using Encoding as DataMember in WCF services