Skip to content

Commit

Permalink
pass empty 'config' for defold-websocket (v1.5.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
endel committed Dec 6, 2018
1 parent 7c16e4a commit f6185c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colyseus/connection.lua
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function connection:open(endpoint)
return
end

self.ws = websocket_async()
self.ws = websocket_async({})

self.ws:on_connected(function(ok, err)
self.state = self.ws.state
Expand Down

0 comments on commit f6185c6

Please sign in to comment.