mirror of
https://github.com/sochix/TLSharp.git
synced 2026-04-04 22:18:59 +00:00
Fix typo in Receive method declaration
This commit is contained in:
parent
460ec6fb32
commit
4a663d89b3
3 changed files with 3 additions and 3 deletions
|
|
@ -37,7 +37,7 @@ namespace TLSharp.Core.Network
|
|||
|
||||
public async Task<byte[]> Receive()
|
||||
{
|
||||
var result = await _transport.Receieve();
|
||||
var result = await _transport.Receive();
|
||||
|
||||
using (var memoryStream = new MemoryStream(result.Body))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue