Export to GitHub

emcaster - issue #8

Multiple subscribers?


Posted on Nov 30, 2010 by Happy Ox

I noticed that Emcaster only lets you bind once to the port and therefore you can have only a single subscriber.

Is there a way to have multiple?

Comment #1

Posted on Dec 31, 2010 by Happy Panda

If you add: SetSocketOption(SocketOptionLevel.Socket, SocketOptionName.ReuseAddress, true);

To the PgmSocket it will let you have multiple subscribers.

I just tested it by dropping that line in the constructor.

Note: I copied this from kelly.elias's response to issue 2

Status: New

Labels:
Type-Defect Priority-Medium