* Fix build for Windows (#1377) * Add tests for windows
This commit is contained in:
6
core/chat/concurrentConnections_windows.go
Normal file
6
core/chat/concurrentConnections_windows.go
Normal file
@@ -0,0 +1,6 @@
|
||||
//go:build windows
|
||||
// +build windows
|
||||
|
||||
package chat
|
||||
|
||||
func setSystemConcurrentConnectionLimit(limit int64) {}
|
||||
Reference in New Issue
Block a user