-
Updated
Jun 10, 2020 - Go
tcp
Here are 2,286 public repositories matching this topic...
-
Updated
Jun 8, 2020 - Go
-
Updated
Jun 12, 2020 - PHP
In the dockerfile
https://github.com/jpillora/chisel/blob/f3a8df20e389ce41cd49101408231c67c093f5af/Dockerfile#L9-L12
Is that normal that https://github.com/jpillora/chisel/share.BuildVersion=1.3.1 returns Not found because I see it is used in the dockerfile?
Also maybe you could help us with packaging chisel in BlackArch BlackArch/blackarch#2456
-
Updated
Jan 11, 2020 - C++
-
Updated
May 18, 2020 - Go
Error in README
- The example configuration of tunnel.yml: indent charaters uses both tab and spaces, which makes it not parsable.
2 After fixed 1, client throws the following error:
configuration error: tls invalid protocol "sni"
Client version: 2.1
There are newer implementations of i18n for node that allow you to define the base language in your code directly, and then provide optional override files.
This makes developing much more pleasant.
-
Updated
Jan 10, 2020 - Java
-
Updated
Jun 15, 2020 - C++
-
Updated
Jun 16, 2020 - JavaScript
-
Updated
Jun 8, 2020
I noticed that the "certificate weakening" TlsOptions like IgnoreCertificateChainErrors, IgnoreCertificateRevocationErrors, AllowUntrustedCertificates and CertificateValidationCallback have no effect when using web socket connections.
I understand this is because the underlying api (System.Net.WebSockets) does not support this (at least not in all target frameworks), but I think it should be no
Is your feature request related to a problem? Please describe.
The 1.3 branch breaks physics-based network object and sync functionality.
Describe the solution you'd like
Add option to sync Rigidbody including axis restrictions, preferably.
Additional context
1.2 screenshots:
 used: 0.9.4.RELEASE
- Other relevant libraries versions (eg.
netty, ...): - JVM version (
javar -version):
openjdk version "12.0.2" 2019-07-16
OpenJDK Runtime Environment (build 12.0
Improve this page
Add a description, image, and links to the tcp topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tcp topic, visit your repo's landing page and select "manage topics."


Bug 描述
客户端或服务端发消息,对方收到消息后,没有发送回执,无法判断消息是否发送成功.
这是一个很大的漏洞,如果要做离线消息的话,消息是否发送成功是一个非常重要的点