forked from evs-broadcast/node-emberplus
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ber encoding): Adds type to Ember.ParameterContents objects. All…
…ows for explicitly setting Real ParameterContents types to enforce correct encoding. Solves a problem where 1.0 and 1 can't be distringuished by Number.parseInteger(). This results in Real properties wrongly being encoded to Integers, which breaks the protocol.
- Loading branch information
1 parent
8d9e89e
commit 153eed8
Showing
2 changed files
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters