Konstantin Burkalev
Konstantin Burkalev
Wow! Huge work! Thanks @MakeShiftArtist ! I need some time to review. I've enabled ci. So you can now see check results. Seems that something is broken.
First comment-question: i see a `map` file for every source file. Why are they here? I mean under the source control? I think they are just for debuging a prod/dist...
Also as sources are now in typescript, we should adopt ci and test runner process.
Hi! I've refactored heavily the whole project. So now this PR can not be merged either, too many conflicts. So closing for now.
I think we have mostly described this in #140. Aslo #141 is related
Okay! And another one approach: A) The callee MUST ignore `INTERRUPT` message if it has already sent **final** `YIELD` message. B) When dealer that has received final `YIELD` message from...
Hmm... Yes, may be clearing this explicitly will be great... Just want to note, than in Wiola router its all configurable: ```lua cookieAuth = { authType = "none", -- none...
Good idea. Yes, the most important pitfall is backward incompatibility, as @konsultaner already mentioned. I think, i'll implement it in all my clients/router with backward compatibility in mind. Yet another...
@ecorm Great work! I'm voting for graceful degradation where it is possible, and ERROR/Reject in other cases. Also, i think it's a good idea to add to client implementation API...
@ecorm Well, my thoughts are this: ping/pong messages allow to have an application level control over the connection state. For example, when you're on mobile, real tcp connection can be...