Stefan Burnicki
Results
2
issues of
Stefan Burnicki
Hi, is it possible to use this framework but not use the default MsgPack object serialization? I use the MsgPack c# bindings but use for all objects a customer serializer....
When I generate tabs from a list like this: ``` ... ``` Then I can add and remove new tabs. However, on removal (like `this.myTabs.splice(0, 1)`) the headers don't get...