mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-08 00:17:49 +00:00
Fixed problem with network connections.
This commit is contained in:
@@ -195,7 +195,7 @@ namespace MTApiService
|
||||
else
|
||||
{
|
||||
//by Socket
|
||||
var bind = new NetTcpBinding();
|
||||
var bind = new NetTcpBinding(SecurityMode.None);
|
||||
bind.MaxReceivedMessageSize = 2147483647;
|
||||
bind.MaxBufferSize = 2147483647;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user