mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-26 07:45:57 +03:00
[PR #213] [CLOSED] small behavior fix #1049
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#1049
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?
📋 Pull Request Information
Original PR: https://github.com/quasar/Quasar/pull/213
Author: @ghost
Created: 5/26/2015
Status: ❌ Closed
Base:
master← Head:dev📝 Commits (1)
a2fb891small behavior fix📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
Server/Forms/FrmMain.cs(+1 -1)📄 Description
only try to remove upnp settings if the server is listening, if you have this checked, closing the form will stall for a second or two even if the server is not listening. It stalls for a second or two because we are forwarding the port when we start the server, not when we open the form, so if i start the server form without starting the listen server and I have UPnP enabled, it will try to remove a port that hasn't been forwarded and it takes a while for the UPnP class to process this causing the form to hang
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.