Commit 1db8318
authored
Fix bug with repeated log event subscription (#439)
The bug was caused by the alreadySubscribedToEvents flag not being set
after a successful log event subscription. This meant that
plc_tag_register_logger() could be called multiple times, causing an
error.1 parent 6851c39 commit 1db8318
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
| 70 | + | |
69 | 71 | | |
70 | 72 | | |
71 | 73 | | |
| |||
0 commit comments