mirror of
https://github.com/sochix/TLSharp.git
synced 2026-04-06 06:55:06 +00:00
Fix spelling of Receive
This commit is contained in:
parent
095504e2c5
commit
15a51818f9
2 changed files with 14 additions and 14 deletions
|
|
@ -132,7 +132,7 @@ namespace TLSharp.Core.Network
|
|||
return new Tuple<byte[], ulong, int>(message, remoteMessageId, remoteSequence);
|
||||
}
|
||||
|
||||
public async Task<byte[]> Recieve(MTProtoRequest request)
|
||||
public async Task<byte[]> Receive(MTProtoRequest request)
|
||||
{
|
||||
while (!request.ConfirmReceived)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue