mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 23:35:58 +03:00
[GH-ISSUE #883] Client cant connect #603
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#603
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @darkworks on GitHub (Oct 21, 2020).
Original GitHub issue: https://github.com/quasar/Quasar/issues/883
Describe the bug
1 ) i downloaded pre build binaries from release section and inside virtual machine try to test it but no success it will not appear in server section app. i did local test and on server too also i inspected packets via wireshark and noticed hello is sent from client side but server is somehow not getting it .
Local Test on two VMs server is under win 7 (192.168.38.137) and host is windows 10 machine (192.168.38.136)
Screenshots
Building client




Running on Host




the Client say no connection
however server is running and listening on default port
Wireshark captured packets indicates that client is sending Hello to server
Expected behavior
should appear in server
System
Additional context
Add any other context about the problem here.
@darkworks commented on GitHub (Oct 22, 2020):
had to recompile it , looks like the pre build binaries are not ok