Skip to content

Commit

Permalink
Use 127.0.0.1 because Windows needs 300ms to resolve localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Colucci committed Apr 16, 2019
1 parent adb2623 commit 4fdb272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/com.elgato.counter.sdPlugin/code.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
pluginUUID = inPluginUUID

// Open the web socket
websocket = new WebSocket("ws://localhost:" + inPort);
websocket = new WebSocket("ws://127.0.0.1:" + inPort);

function registerPlugin(inPluginUUID)
{
Expand Down

0 comments on commit 4fdb272

Please sign in to comment.