OPCFoundation / UA-.NETStandard

OPC Unified Architecture .NET Standard
Other
1.97k stars 950 forks source link

Make Network Socket in UdpPubSubConnection reachable #2752

Open MaxKarl31 opened 2 months ago

MaxKarl31 commented 2 months ago

Type of issue

Current Behavior

At the moment when using an UdpPubSubConnection one is not able to configure the used Socket. However one might want to adjust some settings of it and change them (e.g. the size of the ReceiveBuffer.

Expected Behavior

It should be possible to access the Socket of an UdpPubSubConnection

Steps To Reproduce

No response

Environment

No response

Anything else?

No response

mregen commented 1 month ago

@mrsuciu, is the socket exposed by the MQTTNet client library?