qicosmos / rest_rpc

modern C++(C++11), simple, easy to use rpc framework
MIT License
1.66k stars 365 forks source link

请问能支持std:wstring类型吗 #68

Open SeptemberFlames opened 2 years ago

SeptemberFlames commented 2 years ago

项目需求用的unicode编码,想要rpc支持下std::wstring方便存取

qicosmos commented 2 years ago

是指rpc函数参数为wstring吗?

SeptemberFlames commented 2 years ago

不是,比如代码里面有个类,我想要的是类的成员变量可以支持std::wstring,我找了一个rpc,也支持了wstring,后面看见了你们的代码,觉得质量更好,所以想要支持下,多谢

获取 Outlook for iOShttps://aka.ms/o0ukef


发件人: qicosmos @.> 发送时间: Monday, June 13, 2022 8:41:25 AM 收件人: qicosmos/rest_rpc @.> 抄送: SeptemberFlames @.>; Author @.> 主题: Re: [qicosmos/rest_rpc] 请问能支持std:wstring类型吗 (Issue #68)

是指rpc函数参数为wstring吗?

― Reply to this email directly, view it on GitHubhttps://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fqicosmos%2Frest_rpc%2Fissues%2F68%23issuecomment-1153385231&data=05%7C01%7C%7C5530a6ee7d214ed6d77e08da4ce20579%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637906830889118003%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=VTFYLkkzPog4egPxBMVy%2Fvk2cyzKQnqoYZa6SUbl4lY%3D&reserved=0, or unsubscribehttps://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAMTJKSQGGMIBZAISTG3WOOTVO2KE3ANCNFSM5YRYUXGA&data=05%7C01%7C%7C5530a6ee7d214ed6d77e08da4ce20579%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637906830889118003%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=pTkqvgoNqXPiNtuJlqRMfhKOZC%2FL5HttzcnZCayzcYI%3D&reserved=0. You are receiving this because you authored the thread.Message ID: @.***>

qicosmos commented 2 years ago

那就是传输的对象要支持wstring的序列化。

SeptemberFlames commented 2 years ago

要是修改好了,给我发个邮件,我拉下来测试下,多谢

获取 Outlook for iOShttps://aka.ms/o0ukef


发件人: Flames September @.> 发送时间: Monday, June 13, 2022 9:03:12 AM 收件人: qicosmos/rest_rpc @.>; qicosmos/rest_rpc @.> 抄送: Author @.> 主题: Re: [qicosmos/rest_rpc] 请问能支持std:wstring类型吗 (Issue #68)

是的

获取 Outlook for iOShttps://aka.ms/o0ukef


发件人: qicosmos @.> 发送时间: Monday, June 13, 2022 9:02:49 AM 收件人: qicosmos/rest_rpc @.> 抄送: SeptemberFlames @.>; Author @.> 主题: Re: [qicosmos/rest_rpc] 请问能支持std:wstring类型吗 (Issue #68)

那就是传输的对象要支持wstring的序列化。

― Reply to this email directly, view it on GitHubhttps://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fqicosmos%2Frest_rpc%2Fissues%2F68%23issuecomment-1153396946&data=05%7C01%7C%7C7b3fcb9c35f44e7e861608da4ce502d2%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637906843725826761%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=Qep0EnHWoc92LjUdDY39jM7EhN2p%2Fv%2FR5nU7LxeWf3U%3D&reserved=0, or unsubscribehttps://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAMTJKSVNTPML3T3O5IE5KYLVO2MVDANCNFSM5YRYUXGA&data=05%7C01%7C%7C7b3fcb9c35f44e7e861608da4ce502d2%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637906843725826761%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=D19kEKLT%2FG%2FEgnntgrbGCVlqegq4xdLJxI4kNiXRn40%3D&reserved=0. You are receiving this because you authored the thread.Message ID: @.***>

qicosmos commented 2 years ago

是支持的,你可以直接把wstring定义到对象里。

SeptemberFlames commented 2 years ago

我试过了,编译不通过,就是person那个对象又个string我改成了wstring,编译不过,说没有重载,简单改了下,感觉代码量比较多

获取 Outlook for iOShttps://aka.ms/o0ukef


发件人: qicosmos @.> 发送时间: Tuesday, June 14, 2022 12:53:53 PM 收件人: qicosmos/rest_rpc @.> 抄送: SeptemberFlames @.>; Author @.> 主题: Re: [qicosmos/rest_rpc] 请问能支持std:wstring类型吗 (Issue #68)

是支持的,你可以直接把wstring定义到对象里。

― Reply to this email directly, view it on GitHubhttps://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fqicosmos%2Frest_rpc%2Fissues%2F68%23issuecomment-1154766202&data=05%7C01%7C%7Cbfadafdf8f9f4011985108da4dce744d%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637907846363911322%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=%2F9zHs%2ByH8qe0paMtLTQxqYlxihG%2BfLk6AymRBKnOO2I%3D&reserved=0, or unsubscribehttps://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAMTJKSTPITY2LOXY7XT32V3VPAQPTANCNFSM5YRYUXGA&data=05%7C01%7C%7Cbfadafdf8f9f4011985108da4dce744d%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637907846363911322%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=J6Ld%2B6SNMVRXlFPpDbExjZfU%2BCJcCIVG5SuV%2B0zbjjo%3D&reserved=0. You are receiving this because you authored the thread.Message ID: @.***>

qicosmos commented 2 years ago

哦,序列化是支持wstring的,晚点看一下是哪里的问题。

SeptemberFlames commented 2 years ago

好的,多谢

获取 Outlook for iOShttps://aka.ms/o0ukef


发件人: qicosmos @.> 发送时间: Tuesday, June 14, 2022 12:57:01 PM 收件人: qicosmos/rest_rpc @.> 抄送: SeptemberFlames @.>; Author @.> 主题: Re: [qicosmos/rest_rpc] 请问能支持std:wstring类型吗 (Issue #68)

哦,序列化是支持wstring的,晚点看一下是哪里的问题。

― Reply to this email directly, view it on GitHubhttps://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fqicosmos%2Frest_rpc%2Fissues%2F68%23issuecomment-1154768336&data=05%7C01%7C%7C70daf6390ace4481f0b108da4dcee4ec%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637907848258084432%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=M1YhbZ10O3uqmAvzEQ%2BRLfkuBae46ibL6Yti%2FwipIkE%3D&reserved=0, or unsubscribehttps://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAMTJKSUSLPMTFLBNXMHZJC3VPAQ3LANCNFSM5YRYUXGA&data=05%7C01%7C%7C70daf6390ace4481f0b108da4dcee4ec%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637907848258084432%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=o0q%2BbRs3f2Ej6LTdHkI1fraipUXAd%2FvXJ%2FuspylilUE%3D&reserved=0. You are receiving this because you authored the thread.Message ID: @.***>

qicosmos commented 2 years ago

是使用的msgpack版本比较老,新一点的版本里面已经支持了wstring序列化,晚点更新一下msgpack。

SeptemberFlames commented 2 years ago

好的,更新好告诉我下,我用的vs2015

获取 Outlook for iOShttps://aka.ms/o0ukef


发件人: qicosmos @.> 发送时间: Tuesday, June 14, 2022 1:03:57 PM 收件人: qicosmos/rest_rpc @.> 抄送: SeptemberFlames @.>; Author @.> 主题: Re: [qicosmos/rest_rpc] 请问能支持std:wstring类型吗 (Issue #68)

是使用的msgpack版本比较老,新一点的版本里面已经支持了wstring序列化,晚点更新一下msgpack。

― Reply to this email directly, view it on GitHubhttps://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fqicosmos%2Frest_rpc%2Fissues%2F68%23issuecomment-1154773166&data=05%7C01%7C%7C931debec1a404381079708da4dcfdce8%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637907852420622149%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=HnZdCjFVBXe4JO2K7BXhrc3k44cnV8CXchRy5LoNx70%3D&reserved=0, or unsubscribehttps://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAMTJKSUAT6LFOPEWQMFHOU3VPARVLANCNFSM5YRYUXGA&data=05%7C01%7C%7C931debec1a404381079708da4dcfdce8%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637907852420622149%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=WmmuL%2BHLbrmxMKUGjgo7m5u314ERR5io6slQYg6Bwbw%3D&reserved=0. You are receiving this because you authored the thread.Message ID: @.***>

SeptemberFlames commented 2 years ago

请问你们大概什么时候能支持vs2015的wstring序列化

获取 Outlook for iOShttps://aka.ms/o0ukef


发件人: Flames September @.> 发送时间: Tuesday, June 14, 2022 1:05:00 PM 收件人: qicosmos/rest_rpc @.>; qicosmos/rest_rpc @.> 抄送: Author @.> 主题: Re: [qicosmos/rest_rpc] 请问能支持std:wstring类型吗 (Issue #68)

好的,更新好告诉我下,我用的vs2015

获取 Outlook for iOShttps://aka.ms/o0ukef


发件人: qicosmos @.> 发送时间: Tuesday, June 14, 2022 1:03:57 PM 收件人: qicosmos/rest_rpc @.> 抄送: SeptemberFlames @.>; Author @.> 主题: Re: [qicosmos/rest_rpc] 请问能支持std:wstring类型吗 (Issue #68)

是使用的msgpack版本比较老,新一点的版本里面已经支持了wstring序列化,晚点更新一下msgpack。

― Reply to this email directly, view it on GitHubhttps://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fqicosmos%2Frest_rpc%2Fissues%2F68%23issuecomment-1154773166&data=05%7C01%7C%7C931debec1a404381079708da4dcfdce8%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637907852420622149%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=HnZdCjFVBXe4JO2K7BXhrc3k44cnV8CXchRy5LoNx70%3D&reserved=0, or unsubscribehttps://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAMTJKSUAT6LFOPEWQMFHOU3VPARVLANCNFSM5YRYUXGA&data=05%7C01%7C%7C931debec1a404381079708da4dcfdce8%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637907852420622149%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=WmmuL%2BHLbrmxMKUGjgo7m5u314ERR5io6slQYg6Bwbw%3D&reserved=0. You are receiving this because you authored the thread.Message ID: @.***>

qicosmos commented 2 years ago

周末搞一下。

SeptemberFlames commented 2 years ago

OK

获取 Outlook for iOShttps://aka.ms/o0ukef


发件人: qicosmos @.> 发送时间: Friday, June 17, 2022 9:04:24 AM 收件人: qicosmos/rest_rpc @.> 抄送: SeptemberFlames @.>; Author @.> 主题: Re: [qicosmos/rest_rpc] 请问能支持std:wstring类型吗 (Issue #68)

周末搞一下。

― Reply to this email directly, view it on GitHubhttps://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fqicosmos%2Frest_rpc%2Fissues%2F68%23issuecomment-1158421330&data=05%7C01%7C%7Cb1ad39c336c0485ea5db08da5009e500%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637910300689288429%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=bTAvooAcTO3tQAQZXAkYO69zQGwpeCZCVg9CepTGIXc%3D&reserved=0, or unsubscribehttps://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAMTJKSTCICE6L7WLXJIGVNTVPPP3BANCNFSM5YRYUXGA&data=05%7C01%7C%7Cb1ad39c336c0485ea5db08da5009e500%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637910300689288429%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=ge7ft0FSC%2BBGuwkyPVIZM2vKGNi3JmFWIRmtmvEk3zI%3D&reserved=0. You are receiving this because you authored the thread.Message ID: @.***>

SeptemberFlames commented 2 years ago

你好,你那边要是改好了,记得给我发个消息,我好拉下来测试下

获取 Outlook for iOShttps://aka.ms/o0ukef


发件人: Flames September @.> 发送时间: Friday, June 17, 2022 9:04:49 AM 收件人: qicosmos/rest_rpc @.>; qicosmos/rest_rpc @.> 抄送: Author @.> 主题: Re: [qicosmos/rest_rpc] 请问能支持std:wstring类型吗 (Issue #68)

OK

获取 Outlook for iOShttps://aka.ms/o0ukef


发件人: qicosmos @.> 发送时间: Friday, June 17, 2022 9:04:24 AM 收件人: qicosmos/rest_rpc @.> 抄送: SeptemberFlames @.>; Author @.> 主题: Re: [qicosmos/rest_rpc] 请问能支持std:wstring类型吗 (Issue #68)

周末搞一下。

― Reply to this email directly, view it on GitHubhttps://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fqicosmos%2Frest_rpc%2Fissues%2F68%23issuecomment-1158421330&data=05%7C01%7C%7Cb1ad39c336c0485ea5db08da5009e500%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637910300689288429%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=bTAvooAcTO3tQAQZXAkYO69zQGwpeCZCVg9CepTGIXc%3D&reserved=0, or unsubscribehttps://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAMTJKSTCICE6L7WLXJIGVNTVPPP3BANCNFSM5YRYUXGA&data=05%7C01%7C%7Cb1ad39c336c0485ea5db08da5009e500%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637910300689288429%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=ge7ft0FSC%2BBGuwkyPVIZM2vKGNi3JmFWIRmtmvEk3zI%3D&reserved=0. You are receiving this because you authored the thread.Message ID: @.***>

qicosmos commented 2 years ago

更新了msgpack了,拉一下代码。 例子: https://github.com/qicosmos/rest_rpc/blob/master/examples/server/main.cpp#L116

有问题还可以加qq群:340713904

SeptemberFlames commented 2 years ago

好的,多谢,我拉下来测试看看

获取 Outlook for iOShttps://aka.ms/o0ukef


发件人: qicosmos @.> 发送时间: Saturday, June 18, 2022 2:49:35 PM 收件人: qicosmos/rest_rpc @.> 抄送: SeptemberFlames @.>; Author @.> 主题: Re: [qicosmos/rest_rpc] 请问能支持std:wstring类型吗 (Issue #68)

更新了msgpack了,拉一下代码。 例子: https://github.com/qicosmos/rest_rpc/blob/master/examples/server/main.cpp#L116https://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fqicosmos%2Frest_rpc%2Fblob%2Fmaster%2Fexamples%2Fserver%2Fmain.cpp%23L116&data=05%7C01%7C%7C7c34b6ce74d44a0fd35508da510347af%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637911371788015581%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=4oYei1z2xEf2OinieTzlOpJh1ZWDjP8y1Sm3Oh4xZlg%3D&reserved=0

有问题还可以加qq群:340713904

― Reply to this email directly, view it on GitHubhttps://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fqicosmos%2Frest_rpc%2Fissues%2F68%23issuecomment-1159395141&data=05%7C01%7C%7C7c34b6ce74d44a0fd35508da510347af%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637911371788015581%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=zbHvfo0tzrx0HLFFG5uDIDHmKDjCc9URd7qbNmbIaNs%3D&reserved=0, or unsubscribehttps://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAMTJKSQSDOIGYVRMHYS7FWTVPWBBPANCNFSM5YRYUXGA&data=05%7C01%7C%7C7c34b6ce74d44a0fd35508da510347af%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637911371788015581%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=a292HVdtv6Swph0VDiOgSm9lszAKhr%2FvZlaGQgdU56E%3D&reserved=0. You are receiving this because you authored the thread.Message ID: @.***>

SeptemberFlames commented 1 year ago

编译测试过了,我不用boost库,编译选项预编译导入那个宏就行了,我在继续看看

获取 Outlook for iOShttps://aka.ms/o0ukef


发件人: Flames September @.> 发送时间: Saturday, June 18, 2022 2:50:04 PM 收件人: qicosmos/rest_rpc @.>; qicosmos/rest_rpc @.> 抄送: Author @.> 主题: Re: [qicosmos/rest_rpc] 请问能支持std:wstring类型吗 (Issue #68)

好的,多谢,我拉下来测试看看

获取 Outlook for iOShttps://aka.ms/o0ukef


发件人: qicosmos @.> 发送时间: Saturday, June 18, 2022 2:49:35 PM 收件人: qicosmos/rest_rpc @.> 抄送: SeptemberFlames @.>; Author @.> 主题: Re: [qicosmos/rest_rpc] 请问能支持std:wstring类型吗 (Issue #68)

更新了msgpack了,拉一下代码。 例子: https://github.com/qicosmos/rest_rpc/blob/master/examples/server/main.cpp#L116https://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fqicosmos%2Frest_rpc%2Fblob%2Fmaster%2Fexamples%2Fserver%2Fmain.cpp%23L116&data=05%7C01%7C%7C7c34b6ce74d44a0fd35508da510347af%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637911371788015581%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=4oYei1z2xEf2OinieTzlOpJh1ZWDjP8y1Sm3Oh4xZlg%3D&reserved=0

有问题还可以加qq群:340713904

― Reply to this email directly, view it on GitHubhttps://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fqicosmos%2Frest_rpc%2Fissues%2F68%23issuecomment-1159395141&data=05%7C01%7C%7C7c34b6ce74d44a0fd35508da510347af%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637911371788015581%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=zbHvfo0tzrx0HLFFG5uDIDHmKDjCc9URd7qbNmbIaNs%3D&reserved=0, or unsubscribehttps://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAMTJKSQSDOIGYVRMHYS7FWTVPWBBPANCNFSM5YRYUXGA&data=05%7C01%7C%7C7c34b6ce74d44a0fd35508da510347af%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637911371788015581%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=a292HVdtv6Swph0VDiOgSm9lszAKhr%2FvZlaGQgdU56E%3D&reserved=0. You are receiving this because you authored the thread.Message ID: @.***>

SeptemberFlames commented 1 year ago

是的

获取 Outlook for iOShttps://aka.ms/o0ukef


发件人: qicosmos @.> 发送时间: Monday, June 13, 2022 9:02:49 AM 收件人: qicosmos/rest_rpc @.> 抄送: SeptemberFlames @.>; Author @.> 主题: Re: [qicosmos/rest_rpc] 请问能支持std:wstring类型吗 (Issue #68)

那就是传输的对象要支持wstring的序列化。

― Reply to this email directly, view it on GitHubhttps://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fqicosmos%2Frest_rpc%2Fissues%2F68%23issuecomment-1153396946&data=05%7C01%7C%7C7b3fcb9c35f44e7e861608da4ce502d2%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637906843725826761%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=Qep0EnHWoc92LjUdDY39jM7EhN2p%2Fv%2FR5nU7LxeWf3U%3D&reserved=0, or unsubscribehttps://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAMTJKSVNTPML3T3O5IE5KYLVO2MVDANCNFSM5YRYUXGA&data=05%7C01%7C%7C7b3fcb9c35f44e7e861608da4ce502d2%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637906843725826761%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=D19kEKLT%2FG%2FEgnntgrbGCVlqegq4xdLJxI4kNiXRn40%3D&reserved=0. You are receiving this because you authored the thread.Message ID: @.***>