mirror of
https://github.com/sochix/TLSharp.git
synced 2026-04-05 06:26:44 +00:00
issue#768 fix exception 'Constructor Invalid Or Context.Init Not Called !'
This commit is contained in:
parent
1aa63e565a
commit
47e973823a
2 changed files with 2 additions and 2 deletions
|
|
@ -41,7 +41,6 @@ namespace TLSharp.Core
|
|||
if (store == null)
|
||||
store = new FileSessionStore();
|
||||
|
||||
TLContext.Init();
|
||||
_apiHash = apiHash;
|
||||
_apiId = apiId;
|
||||
_handler = handler;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue