Questions tagged [duplex]

A duplex communication system is a point-to-point system composed of two connected parties or devices that can communicate with one another in both directions, simultaneously.

A duplex communication system is a point-to-point system composed of two connected parties or devices that can communicate with one another in both directions, simultaneously. An example of a duplex device is a telephone.

338 questions
3
votes
1 answer

signalR performance game data refreshing in real time

I heard of SignalR library which provide duplex communication in .NET . I want to develop some game (in web browser), let's say 2 users move their points on canvas in real time. Both players need to have refreshed canvas as fast as possible. Would…
Koteczeg
  • 161
  • 2
  • 16
3
votes
1 answer

wcf server sending data to one client

my problem is that i am trying to write a program that sends data to clients via wcf. i have read a lot about it and finally i saw this topic in code project:…
3
votes
1 answer

WCF duplex service is ignoring custom username authentication

I have a self-hosted WCF duplex service that is using the NetHttpsBinding. It is set to use custom username/password authentication via a UserNamePasswordValidator for client authentication and a certificate for service authorization. Connection…
Phoenix
  • 913
  • 1
  • 8
  • 18
3
votes
3 answers

Does the concept of shared sessions exist in ASP.NET?

I am working on a web application (ASP.NET) game that would consist of a single page, and on that page, there would be a game board akin to Monopoly. I am trying to determine what the best architectural approach would be. The main requirements I…
David
  • 115
  • 9
3
votes
1 answer

Generate non-duplex proxy code for a SOAP webservice

When I generate a web service proxy class by adding a service reference the code generator implments a proxy which is based on a DuplexClientBase class. This implementation requires a binding configuration that is duplex enabled. Since, when using…
jhoefnagels
  • 359
  • 1
  • 7
  • 21
3
votes
2 answers

Why is a TimeoutException not faulting my channel?

I have a duplex WCF service and client running on the same machine. The client is configured to have 15 second timeouts:
Eric
  • 5,842
  • 7
  • 42
  • 71
3
votes
1 answer

How to adjust audio panning with RtAudio

I use Rtaudio library and I would like to implement an audio program where I can control the panning (e.g. shifting the sound from the left channel to the right channel). In my specific case, I use a duplex mode (you can find an example here: duplex…
3
votes
2 answers

What is the best way to design big WCF Duplex Services with a Silverlight application?

I am currently working on a silverlight application, more precisely a game, that has 2 states : Lobby and Game. I created my service application to reflect that structure. I created a LobbyService to handle all lobby related operations and a…
Alexandre
3
votes
8 answers

WCF Duplex Communications in a clustered environment

So I was looking at the sample examples people have created for Duplex Communications namely when hosted by IIS and connected to via Silverlight. There are plenty of examples of this out there (this MSDN article is great), but all use the same…
JustLoren
  • 3,224
  • 3
  • 27
  • 34
3
votes
5 answers

Duplex WCF service hangs on 11th call

I've got a duplex WCF service which hangs after the magic 10 proxy instantiations. The specific error on the client is: "System.TimeoutException: This request operation sent to net.tcp://localhost:8080/RoomService/netTcp did not receive a reply…
Ken Smith
  • 20,305
  • 15
  • 100
  • 147
2
votes
1 answer

WCF Duplex - Client is unable to finish the security negotiation within the configured timeout

I have a duplex WCF, it work perfect in local host (connect my application to this WCF when it run locally). Now I tried to hosted it in my IIS (Server 2008 R2 standard), I create a windows account "GOD", and an application poll in IIS using the…
Joseph
  • 1,716
  • 3
  • 24
  • 42
2
votes
3 answers

wsDualHttpBinding always timeout, while other services work as expected

I currently develop several services (WCF) to work with TFS 2010. Some of them use the event subscription tool, while others are consumed through the sharepoint portal, small wpf applications, etc. I'm working on an application to administer some…
Conrad Clark
  • 4,533
  • 5
  • 45
  • 70
2
votes
1 answer

WCF duplex TCP communication error

I have a sample service to test WCF net.tcp communication. It is very simple service and all it does is subscribing a client to the service and then calls callbackchannel to notify all connected clients about broadcasted message. The service is…
Rati_Ge
  • 1,262
  • 2
  • 15
  • 37
2
votes
0 answers

Timeout- and AddressAlreadyInUseException with WCF Duplex

I am trying to push some information from a WCF Service to a console application, and stumbled across this guide. After a couple of failures trying to make it by myself I started to follow it "step by step" but everytime I get an…
MBX
  • 828
  • 2
  • 10
  • 20
2
votes
1 answer

Help with WCF Service and Windows Application Client

I have been looking around the internets for some time but can't find anything that fits my exact problem. If someone could explain this succinctly I would be grateful. Basically I would like to call a WCF web service from my client (Windows App),…
Coesy
  • 936
  • 1
  • 10
  • 30