[Bug| Brute Bridge listener throws exception
Open
- Dominant language
- C#
- Stars
- 4.7k
- Forks
- 822
- PR merge metrics
- No merged PRs in 30d
Description
Http listener is fine but when I connect a bridge listener, the server throws an exception here, because message is null.
`
try
{
targetGrunt = await _client.GetGruntByGUIDAsync(message.GUID);
}
catch (HttpOperationException)
{
`
bridge client also exits. I tried simple commands like WhoamI and ListDirectory
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.