Konstantin Burkalev

Results 171 comments of Konstantin Burkalev
trafficstars

I want to polish https://wamp-proto.org/routing.html page because it is full of unparsed internal links. Links like `Publish & Subscribe` should be rewritten in rst format just linking faq page?

I mean just replace obsolete href with function call with static link and thats all? Can you also show example of link to another page#anchor in rst format? Should it...

Some my thoughts on topic: * I also think, that replying with `wamp.close.goodbye_and_out` for normal connection is unnecessary. So i propose to remove it from spec explicitly. * Regarding `wamp.status.reauthenticating`...

Well, my thoughts: * Caller Identification feature seems to be supported in many implementations aligned with the specification, so changing this in spec can lead to some chaos: implementation support...

Btw, we already have some description of this here: **Progressive calls and shared registration** RPCs can have a multiple registrations (see `Shared Registration` feature) with different ``. In this case...

Well, maybe it is also a good point to become an attribute during the call. It's like `ALL|ANY` options kind of. * Fail overall call on first error * Continue...

Something like: ``` failure_mode: first|last ``` Fail on first error or on last

What about this? ``` error_handling: 'fail_call'|'continue' ```

Hi @max-cura Thanks for pointing out! If you know who can correct it to https://wamp-proto.org/spec.html will be cool. Otherwise we'll try to fix it on our owns.