I implemented a custom widget and it does calls via a ServerRPC implementation. This works all good.
I wanted to know how I should implement errorhandling, because I need the sent messages to be redelivered in case of an error.
I pretty much followed this chapter in the book.
Any help is appreciated.