mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-06 07:27:50 +00:00
Fixed problem with network connections.
This commit is contained in:
@@ -34,7 +34,7 @@ namespace MTApiService
|
||||
if (mProxy != null)
|
||||
return;
|
||||
|
||||
var bind = new NetTcpBinding();
|
||||
var bind = new NetTcpBinding(SecurityMode.None);
|
||||
bind.MaxReceivedMessageSize = 2147483647;
|
||||
bind.MaxBufferSize = 2147483647;
|
||||
// Commented next statement since it is not required
|
||||
|
||||
Reference in New Issue
Block a user