upgrading usage of NJsonSchema.CodeGeneration.CSharp
This commit is contained in:
parent
54c8336cc1
commit
0ca7700fbf
4 changed files with 14 additions and 25 deletions
|
|
@ -82,7 +82,7 @@ namespace cli {
|
|||
_logger.LogInformation("Connecting to "+url);
|
||||
await _client.ConnectAsync(new Uri(url), _tokenSource.Token);
|
||||
_logger.LogInformation("Connected");
|
||||
const int bufLen = Constants.WebSocketsMaxBufLen;
|
||||
const int bufLen = Yavsc.Constants.WebSocketsMaxBufLen;
|
||||
byte [] buffer = new byte[bufLen+4*sizeof(int)];
|
||||
const int offset=0;
|
||||
int read = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue