当前位置:网站首页>Unity websocket server
Unity websocket server
2022-07-07 10:49:00 【HCC2017】
public class WebSocketServers
{
int port = 9292;// Monitor port number
public WebSocketServer wsServer = null;
public WebSocketServers(int port)
{
if (wsServer == null)
{
InitServer(port);
}
}
public void CloseServer()
{
if (wsServer == null)
return;
wsServer.Stop();
}
void InitServer(int port)
{
IPAddress iP = new IPAddress(new byte[] { 127, 0, 0, 1 });
wsServer = new WebSocketServer(iP, port);
wsServer.AddWebSocketService<Chat>("/");
wsServer.AddWebSocketService<Chat>("/SetToken");
wsServe
边栏推荐
- What are the test preparation materials and methods for soft exam information processing technicians?
- leetcode-560:和为 K 的子数组
- Monai version has been updated to 0.9. See what new functions it has
- How to prepare for the advanced soft test (network planning designer)?
- ADB utility commands (network package, log, tuning related)
- 【推薦系統 01】Rechub
- How much review time does it usually take to take the intermediate soft exam?
- Multithreaded asynchronous orchestration
- Schnuka: machine vision positioning technology machine vision positioning principle
- 在线硬核工具
猜你喜欢
openinstall与虎扑达成合作,挖掘体育文化产业数据价值
Multithreaded asynchronous orchestration
无法打开内核设备“\\.\VMCIDev\VMX”: 操作成功完成。是否在安装 VMware Workstation 后重新引导? 模块“DevicePowerOn”启动失败。 未能启动虚拟机。
打算参加安全方面工作,信息安全工程师怎么样,软考考试需要怎么准备?
Openinstall and Hupu have reached a cooperation to mine the data value of sports culture industry
MONAI版本更新到 0.9 啦,看看有什么新功能
leetcode-304:二维区域和检索 - 矩阵不可变
ArrayList thread insecurity and Solutions
Summary of router development knowledge
Pre knowledge reserve of TS type gymnastics to become an excellent TS gymnastics master
随机推荐
Online hard core tools
[homework] 2022.7.6 write your own cal function
2022年上半年5月网络工程师试题及答案
What is an intermediate network engineer? What is the main test and what is the use?
The difference between monotonicity constraint and anti monotonicity constraint
如何顺利通过下半年的高级系统架构设计师?
原型与原型链
使用U2-Net深层网络实现——证件照生成程序
Using U2 net deep network to realize -- certificate photo generation program
Multisim -- software related skills
SQL Server knowledge collection 11: Constraints
IIC Basics
Jump to the mobile terminal page or PC terminal page according to the device information
Is the gold content of intermediate e-commerce division in the soft exam high?
Mendeley--免费的文献管理工具,给论文自动插入参考文献
Trajectory planning for multi robot systems: methods and Applications Overview reading notes
简单易修改的弹框组件
那些易混淆的概念(三):function和class
CAS机制
單調性約束與反單調性約束的區別 monotonicity and anti-monotonicity constraint