Artur Siarohau

Results 5 issues of Artur Siarohau

I was trying to implement this flow `Connect() -> Read data -> Disconnect network from host -> Close() -> Connect() in loop` but I was always receiving `opcua: already connected`....

I work with option `opcua.AutoReconnect(true)`. I try to implement this flow `Connect() -> Read data -> Disconnect network from host -> Connect network to host -> Read data`. And I...

This small fix should fix the issue https://github.com/gopcua/opcua/issues/597

This is the fix for the "panic on sse-server shutdown when there is at least one active connection" issue. It does the following: 1. after calling the Shutdown() function it...

Hi! I decided that it would be a better practice to keep sensitive API fields private. Also, I replaced deprecated methods with valid replacements.