Export to GitHub

emcaster - issue #2

Unable to download source code


Posted on Oct 23, 2008 by Swift Bird

svn checkout fails with the error below. any ideas? thanks.

Error * PROPFIND request failed on '/svn/trunk' PROPFIND of '/svn/trunk': 302 Not Allowed (http://emcaster.googlecode.com)

Comment #1

Posted on Nov 30, 2010 by Happy Ox

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.

Status: New

Labels:
Type-Defect Priority-Medium