locka99 / opcua

A client and server implementation of the OPC UA specification written in Rust
Mozilla Public License 2.0
499 stars 131 forks source link

Fix : Panic and subscription deadlock on reconnect #280

Open abdelhaksam opened 1 year ago

abdelhaksam commented 1 year ago

Now when the server connection is lost, the session is able to reconnect and get back the previous subscirptions as it should be.