Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Sleitnick committed Dec 12, 2021
1 parent b8605f0 commit c63c10f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.2.0

- Added options to include middleware

## 1.1.0-rc.2

- Removed `Services` and `Controllers` properties to force use of `GetService` and `GetController` functions
Expand Down
5 changes: 0 additions & 5 deletions src/KnitServer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -172,11 +172,6 @@ function KnitServer.CreateService(serviceDef: ServiceDef): Service
if service.Client.Server ~= service then
service.Client.Server = service
end
-- for k,v in pairs(service.Client) do
-- if v == SIGNAL_MARKER then
-- service.Client[k] = service.KnitComm:CreateSignal(k, selectedOptions.InboundMiddleware, selectedOptions.OutboundMiddleware)
-- end
-- end
end
services[service.Name] = service
return service
Expand Down

0 comments on commit c63c10f

Please sign in to comment.