Results 50 comments of Nanyu

All logs contain a outstanding number — 8192. Should related with https://github.com/XTLS/Xray-core/issues/1313#issuecomment-1307139155 ---------------------------------------- *From: *liang ***@***.***> *To: *XTLS/Xray-core ***@***.***> *CC: *Subscribed ***@***.***> *Date: *Nov 12, 2022 09:39:20 *Subject: *Re: [XTLS/Xray-core]...

Expected as the same problem of here: https://github.com/XTLS/Xray-core/issues/1313#issuecomment-1307139155

@kingwilliam ```config "tlsSettings": { "certificates": [ { "certificate": [ "-----BEGIN CERTIFICATE-----", ... "XBrzr1xVqKdHqKjKB2oaFXfOrtybKGyEzDzYMYa/crCbh/yb2SRnicrVbgZxwb", "JKEgWDPrizES/NzYN688\u003d", "-----END CERTIFICATE-----" ], "usage": "verify" } ``` Configure as this could use.

Don't know why provide key file in client... We just add CA.crt and xray could run with setting /allowinsecure: False./ ---------------------------------------- *From: *kingwilliam ***@***.***> *To: *XTLS/Xray-core ***@***.***> *CC: *Nanyu ***@***.***>;...

🙄 Don't know whether the process had finished. ---------------------------------------- *From: *kingwilliam ***@***.***> *To: *XTLS/Xray-core ***@***.***> *CC: *Nanyu ***@***.***>; Comment ***@***.***> *Date: *Nov 12, 2022 13:10:06 *Subject: *Re: [XTLS/Xray-core] 请问 xray...

🤭 ---------------------------------------- *From: *chika0801 ***@***.***> *To: *XTLS/Xray-core ***@***.***> *CC: *Subscribed ***@***.***> *Date: *Nov 12, 2022 15:45:10 *Subject: *Re: [XTLS/Xray-core] vision流控一直连接r3.o.lencr.org[https://vision流控一直连接r3.o.lencr.org] (Issue #1331) > https://howtoremove.guide/r3-o-lencr-org/ 侬中毒了 > > 高手呀 > >...

🤣 And have some joy inside. ---------------------------------------- *From: *yuhan6665 ***@***.***> *To: *XTLS/Xray-core ***@***.***> *CC: *Nanyu ***@***.***>; Comment ***@***.***> *Date: *Nov 13, 2022 03:19:11 *Subject: *Re: [XTLS/Xray-core] vision流控一直连接r3.o.lencr.org[https://vision流控一直连接r3.o.lencr.org] (Issue #1331) >...

I am facing the same so. Anyone would give a hand?

Ok, for *ParseFromString*, you may try this: ```C# var serialized_graph = File.ReadAllText(self.path_to_ckpt); byte[] bytearray = new byte[](serialized_graph); od_graph_def= GraphDef.Parser.ParseFrom( bytearray ); ```