Skip to content
Snippets Groups Projects
Commit 729568de authored by René Schöne's avatar René Schöne
Browse files

WIP: working on correct connect and disconnect

- introduced new types to encapsulate behaviour: RagConnectTokenMap, RagConnectPublisher
- move lastValue (of sendDefinitions) into new publisher
- create connectToken outside of handlers
- MqttHandler: make wildcardPatterns a list
- RestHandler: update dependency requirement to Spark 3.9.3 in order to unmap existing routes upon disconnect
- testing disconnect functionality in (most) existing tests
- still sometimes (!) getting "Top of handler stack does not match at pop!" Error during connect
parent d79785b9
No related branches found
No related tags found
1 merge request!12Ensure correct connect and disconnect functionality
Pipeline #10648 failed