You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
here is a small bug i noticed and how i fixed it, maybe you can implement it as you see fit, when trying to index a new connection object like this
it doesn't throw an error like it should, how i fixed it, either move the Connection.new() method and put it right under strict connection block, or add Connection.__newindex = Connection before Connection.new() method
Same goes for Signal class
The text was updated successfully, but these errors were encountered:
here is a small bug i noticed and how i fixed it, maybe you can implement it as you see fit, when trying to index a new connection object like this
it doesn't throw an error like it should, how i fixed it, either move the
Connection.new()
method and put it right under strict connection block, or addConnection.__newindex = Connection
beforeConnection.new()
methodSame goes for Signal class
The text was updated successfully, but these errors were encountered: