Specific Port for RavenDB4 Data Subscription

34 views Asked by At

I've included a Data Subscription in a C#/.NET Core 2.1 application targeting RavenDB 4.2.8. This was very solid as long as the RDB client in my code was permitted to randomly choose a port to use when establishing the client-to-database connection. Since the RDB client can no longer randomly choose a port, is there a way for the RDB client in my code to specify which port to use for monitoring the subscription?

0

There are 0 answers