最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

统计客户?

SEO心得admin67浏览0评论
本文介绍了统计客户?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我在Pi2上运行了一个项目,我想将统计信息提交给statsd服务器。我尝试通过NuGet安装的所有客户端都不兼容。他们给出了"StatsdClient 1.1.26与UAP不兼容,Version = v10.0"。错误。

I have a project running on the Pi2 which I want to submit stats to a statsd server. All the clients I tried installing via NuGet were not compatible. They gave a "StatsdClient 1.1.26 is not compatible with UAP,Version=v10.0." error.

有人能指出我对UAP兼容的statsd客户端吗?

Can anyone point me towards a UAP compatable statsd client?

谢谢!

推荐答案

这是 github/Pereingo/statsd-csharp-client ,您可以搜索源和概念。虽然它需要从System.Sockets转移到Windows.Sockets

Well there is this github/Pereingo/statsd-csharp-client which you may able to raid for source and concepts. Though it would need to move to Windows.Sockets from System.Sockets

参见

你可能想看看 github/ Microsoft / Windows-universal-samples / tree / master / Samples / StreamSocket

You might like to look at github/Microsoft/Windows-universal-samples/tree/master/Samples/StreamSocket

这是一种UWP的套接字方式。

which is a UWP way of doing sockets.

使用 Windows.Networking.Sockets ;

using Windows.Networking.Sockets;

来自其他地方。

发布评论

评论列表(0)

  1. 暂无评论