Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[milo-dev] Milo Client-OpcUaSubscription class

Hi All,
There is a semaphore defined as below in the OpcUaSubscription class.
 private final AsyncSemaphore notificationSemaphore = new AsyncSemaphore(1);

Shouldn't the number of permits depend on the OPC servers capacity to process ?
Should't it be configurable per client/server environment pair?

Thanks,
Isuru

Back to the top