misu
misu
__note__ The client of context-takeover uses python's one. https://github.com/aaugustin/websockets I will post code that I am using for debugging if necessary.
Thank you very much. I was able to successfully implement Writer's side. Especially your sketches helped me. Initially, I thought that it was bad that I could not grasp the...
I could create readers and writers implementing context-takeover. Is there any possibility that changes will be merged into your repository if I issue PR? If you do not plan to...
Performance of Write is equivalent to that of NoContext ``` func BenchmarkWriteWithCompression(b *testing.B) { w := ioutil.Discard c := newConn(fakeNetConn{Reader: nil, Writer: w}, false, 1024, 1024) messages := textMessages(100) c.enableWriteCompression...
@garyburd Sorry for the delay after reviewing it. I fixed the part you pointed out.
hi, Is there progress? I'm happy if you give feedback. 😃
@garyburd thanks! I will try to pass the test at Autobahn.
@garyburd I did a test but there was no new error. However, in both branches case 12.4.5 ~ 6, 12.4.8 ~ 11, 12.4.13 ~ 12.4.18 have failed. Can we ignore...
> The tests 12.4.5 ~ 6, 12.4.8 ~ 11, 12.4.13 ~ 12.4.18 fail because the test times out. I opened an issue for this. thanks! > Did you edit to...
modified conflict.