upgrading usage of NJsonSchema.CodeGeneration.CSharp

This commit is contained in:
Paul Schneider 2019-11-14 14:07:53 +00:00
commit 0ca7700fbf
4 changed files with 14 additions and 25 deletions

View file

@ -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;